RE: database decommission checklist
Date: Mon, 29 Jun 2009 11:34:30 +0400
Message-ID: <17182849A17B3C44AE01780E7B519C8202660A84_at_WISE.netcracker.com>
Mark,
http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/glossary.htm#sthref4193
A database opened with the ALTER DATABASE OPEN READ ONLY command. As their name suggests, read-only databases are for queries only and cannot be modified
http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#sthref1224
You can drop items, such as tables or indexes, from a read-only tablespace, but you cannot create or alter objects in a read-only tablespace.
Thanks,
Timur Akhmadeev
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Bobak, Mark
Sent: Monday, June 29, 2009 09:02
To: gus.spier_at_gmail.com; Oracle-L_at_freelists.org
Subject: RE: database decommission checklist
Gus,
Can't you just do:
alter tablespace <tablespace_name> read only;
for each of your application tablespaces? That way, it doesn't matter how the database is opened...?
-Mark
The information transmitted herein is intended only for the person or entity to which it is addressed and may contain confidential, proprietary and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 29 2009 - 02:34:30 CDT