Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create Tablespace based on ASM diskgroup

scottjhnOct 7 2012 — edited Oct 7 2012
Oracle 11g r2.

create tablespace test
datafile '+DATA' size 32G
maxsize unlimited
autoextend on
extent management local AUTOALLOCATE
segment space management auto;


--error:

Error report:
SQL Error: ORA-02180: invalid option for CREATE TABLESPACE
02180. 00000 - "invalid option for CREATE TABLESPACE"
*Cause: An invalid option appeared.
*Action: Specify one of the valid options
ONLINE, OFFLINE, FORCE, RETENTION.


What could be wrong?
This post has been answered by Peter Häusler on Oct 7 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2012
Added on Oct 7 2012
5 comments
23,756 views