Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: read only tablespace
Hi!
Alter tablespace read only performs checkpoint on datafiles belonging to this tablespace. But 10 minutes on an idle system is indicating some problems.
Check this: select event, p1, p2, p3, state from v$session_wait where sid = <sid of waiting session>;
You should get some indication, on what your alter tablespace command is waiting.
Tanel.
why does it take long time to turn a tablespace read only . I issued the command 10 mins back , its still not returned . There is almost no activity in db .
8.1.7.4
hp-ux
-ak
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Tanel Poder
INET: tanel.poder.003_at_mail.ee
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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). Received on Wed Jul 30 2003 - 19:24:24 CDT
![]() |
![]() |