• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Trouble creating tablespace in SQLplus!!

piski

Senior member
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
 
You've started three threads in the last couple of days asking for help, got suggestions in all three, but never came back to let anyone know if your problem was solved or not.

People are going to start ignoring your pleas for help.
 
Back
Top