Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ALTER TABLESPACE SYSAUX OFFLINE;
which document? you can definitely take SYSAUX offline -- some stuff won't work,
obviously :-)
in Oracle 10g, you *must* have a SYSAUX tablespace, but you can take it offline,
as you found out.
kind regards,
Lex.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On
Behalf Of Sami Seerangan
Sent: Saturday, July 30, 2005 20:35
To: oracle-l
Subject: ALTER TABLESPACE SYSAUX OFFLINE;
I remember the document says that we cannot put SYSAUX in offline.
SQL> ALTER TABLESPACE SYSAUX OFFLINE; Tablespace altered.
SQL> select * from v$version;
BANNER
SQL> select open_mode,name from v$database;
OPEN_MODE NAME
---------- ---------
READ WRITE WIN2K10G
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Sat Jul 30 2005 - 17:24:02 CDT
![]() |
![]() |