tengo el siguiente problema, e instalado Oracle 10g y lo he configuracion normalmente. Estoy tratando de crear un tablespace pero me da error que no tiene los permisos para crear el archivo. He intentado ingresar como "system as sysdba", tambien anadir el usuario oracle al grupo "root" pero no lo he conseguido todo sigue igual:
Cita:
gracias ces@debian:~$ sqlplus SYSTEM as SYSDBA
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Oct 19 06:42:10 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter password:
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> CREATE TABLESPACE prueba DATAFILE '/home/ces/dt.dbf' SIZE 50M;
CREATE TABLESPACE prueba DATAFILE '/home/ces/dt.dbf' SIZE 50M
*
ERROR at line 1:
ORA-01119: error in creating database file '/home/ces/dt.dbf'
ORA-27040: file create error, unable to create file
Linux Error: 13: Permission denied
SQL>
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Oct 19 06:42:10 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter password:
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> CREATE TABLESPACE prueba DATAFILE '/home/ces/dt.dbf' SIZE 50M;
CREATE TABLESPACE prueba DATAFILE '/home/ces/dt.dbf' SIZE 50M
*
ERROR at line 1:
ORA-01119: error in creating database file '/home/ces/dt.dbf'
ORA-27040: file create error, unable to create file
Linux Error: 13: Permission denied
SQL>