How should I come out of this?
Suddenly I am seeing this message in the alert log after everyone complained that they couldn't do anything with the database?
I tried this
SQL> ALTER SYSTEM UNQUIESCE
2 ;
ALTER SYSTEM UNQUIESCE
*
ERROR at line 1:
ORA-25502: concurrent ALTER SYSTEM QUIESCE/UNQUIESCE command is running
SQL> v$blocking_quiesce
SP2-0734: unknown command beginning "v$blocking..." - rest of line ignored.
SQL> select * from v$blocking_quiesce
2 ;
no rows selected
SQL> select active_state from V$INSTANCE
2 ;
ACTIVE_ST
---------
QUIESCING
Thanks
Nith
Edited by: user645399 on Oct 15, 2010 10:50 AM
Edited by: user645399 on Oct 15, 2010 10:56 AM