Problem creation TABLESPACE [message #356079] |
Wed, 29 October 2008 07:06 |
you98
Messages: 1 Registered: October 2008
|
Junior Member |
|
|
Hello,
I work on UNIX / Oracle 10g, and I want to create a tablesSpaces using the following script:
CREATE TABLESPACE tbs_y DATAFILE
'/sgbd/tbs/tbs_y_1.dbf' SIZE 200M reuse extent management LOCAL uniform size 100M MAXSIZE 2000M,
'/sgbd/tbs/tbs_y_2.dbf' SIZE 5M reuse extent management LOCAL uniform size 100M MAXSIZE 2000M
NOLOGGING ONLINE PERMANENT;
but I receive the following message:
ORA-02180: invalid option for CREATE TABLESPACE
Can you help me please ?
|
|
|
|
|