Here is my code:
CREATE TABLESPACE orcl
DATAFILE E:\oracle\product\10.1.0\oradata\orcl\orcl.dbf' SIZE 50M
DEFAULT STORAGE (initial 500K next 50K pctincrease 0);
I checked akk if te paths and the spelling and it keeps telling me that there is an error in line 2. Invalid file name. Is my syntax wrong or something? Please help me
CREATE TABLESPACE orcl
DATAFILE E:\oracle\product\10.1.0\oradata\orcl\orcl.dbf' SIZE 50M
DEFAULT STORAGE (initial 500K next 50K pctincrease 0);
I checked akk if te paths and the spelling and it keeps telling me that there is an error in line 2. Invalid file name. Is my syntax wrong or something? Please help me