Hi,
Please help me resolve the error above. I'm new to the Oracle world and
not sure how to get this done.
Here are the results from the v$access view.
SVRMGR> select * from v$access;
SID OWNER
OBJECT
TYPE
----------
----------------------------------------------------------------
--------------------------------------------------------------------------------
------------------------
10 SYS
GV$ACCESS
VIEW
10 SYS
V$ACCESS
VIEW
10 SYS
X$KGLDP
TABLE
10 SYS
X$KGLLK
TABLE
10 SYS
X$KGLOB
TABLE
10 SYS
X$KSUSE
TABLE
6 rows selected.
BS - 28 Apr 2006 17:31 GMT
Never mind. I figured it out. Below are the steps that I did.
ALTER DATABASE RECOVER;
shutdown immediate;
startup;