Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Locally managed tablespaces...SOLVED!!

Re: Locally managed tablespaces...SOLVED!!

From: Rocky Welch <rockyw_99_at_yahoo.com>
Date: Fri, 1 Dec 2000 08:37:55 -0800 (PST)
Message-Id: <10697.123410@fatcity.com>


The tablespace cannot be changed from Data Dictionary to Locally Managed after it's been created (according to some documentation I found). The tablespace must be created that way from the begining:

CREATE TABLESPACE JUNK
DATAFILE '/BLAH/BLAH/BLAH.DBF' SIZE 100M EXTENT MANAGEMENT LOCAL ONLINE PERMANENT; It also appears that the rollback tablespace MAY NOT be locally managed. After creating it as such it would not let me create rollbacks in the tablespace until I recreated it as data dictionary managed.

Thanks to all who replied,

-Rocky



Rocky Welch
Senior Consultant - Internet Services Group Arthur Andersen

Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ Received on Fri Dec 01 2000 - 10:37:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US