Hi
i have run this query in oracle sqlplus,but it is not working because it is unable
to get the path name of dbf file. i m using RTC CLM 3.0
orcle 10g enterprise edition also.
kindly update me
SQL> CREATE BIGFILE TABLESPACE oracle_tbs DATAFILE 'c:\oracle_tbs\oracle_tbs.dbf' SIZE 1G AUTOEXTEND
ON EXTENT MANAGEMENT LOCAL AUTOALLOCATE;
CREATE BIGFILE TABLESPACE oracle_tbs DATAFILE 'D:\oracle_tbs\oracle_tbs.dbf' SIZE 1G AUTOEXTEND ON E
*
ERROR at line 1:
ORA-01119: error in creating database file 'D:\oracle_tbs\oracle_tbs.dbf'
ORA-27040: file create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) The system cannot find the path specified.