Home > database >  Create table space prompt invalid option
Create table space prompt invalid option

Time:10-09

The create in tablespace test1 datafile 'D: \ kongjian \ datafile1. DBF reuse
The size maxsize 10 m autoextend on next 20 m 100 m
Among management, local;
Bosses, help me have a look at exactly what went wrong in my add up sqlplus sys run always said in the second line error, prompt the create invalid in tablespace option, don't understand completely;

CodePudding user response:

The create in tablespace test1 datafile 'D: \ kongjian \ datafile1. DBF'
The size of 10 m reuse autoextend on next 20 m maxsize 100 m
Among management, local;

CodePudding user response:

The create in tablespace test1 datafile 'D: \ kongjian \ datafile1. DBF' size maxsize 10 m autoextend on next 20 m 100 m
Among management, local;

CodePudding user response:

 create in tablespace test1 dataifle 'd: \ kongjian \ datafile \ datafile DBF' 
The size of 10 m reuse autoextend on next 20 m maxsize 100 m
Among management, local;
  • Related