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: Maser, Donna (SEA) <DonnaMaser_at_chiroscience.com>
Date: Fri, 1 Dec 2000 10:54:32 -0800
Message-Id: <10697.123429@fatcity.com>


Well, actually, as of version 8.1.6, you CAN migrate a dictionary managed tablespace to locally managed. To do so you invoke a PL/SQL script in the DBMS_SPACE_ADMIN package called "TABLESPACE_MIGRATE_TO_LOCAL". If you are on 8i release 2 or above, check it out!
- Donna

Oracle DBA

-----Original Message-----

From: Rocky Welch [mailto:rockyw_99_at_yahoo.com] Sent: Friday, December 01, 2000 10:01 AM To: Multiple recipients of list ORACLE-L Subject: Re: Locally managed tablespaces...SOLVED!!

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/
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Rocky Welch
  INET: rockyw_99_at_yahoo.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

The information contained in this email is intended for the personal and confidential use of the addressee only. It may also be privileged information. If you are not the intended recipient then you are hereby notified that you have received this document in error and that any review, distribution or copying of this document is strictly prohibited. If you have received this communication in error, please notify Celltech Group immediately on:

+44 (0)1753 534655, or email 'is_at_celltech.co.uk'

Celltech Group plc
216 Bath Road, Slough, SL1 4EN, Berkshire, UK Received on Fri Dec 01 2000 - 12:54:32 CST

Original text of this message

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