database startup [message #303363] |
Fri, 29 February 2008 00:46 |
airother
Messages: 27 Registered: February 2006
|
Junior Member |
|
|
Hi,
My database is running in open mode
i have started OEM with
emctl start dbconsole
then i check status
emctl status dbconsole
--------Oracle Enterprise Manager 10g is running
when check out in internet explorer with given path,oem is running but it show me
The database status is currently unavailable. It is possible that the database is in mount or nomount state. Click 'Startup' to obtain the current status and open the database. If the database cannot be opened, click 'Perform Recovery' to perform an appropriate recovery operation.
so tell me how to check my database related operations
Regards,
ajit
|
|
|
|
Re: database startup [message #303569 is a reply to message #303466] |
Fri, 29 February 2008 17:11 |
rhziaDBA
Messages: 17 Registered: February 2008 Location: Madrid
|
Junior Member |
|
|
Determine the status of your database
SELECT STATUS,DATABASE_sTATUS FROM V$INSTANCE
SELECT OPEN_MODE FROM V$DATABASE
Check the status of your listener
lsnrctl status LISTENER_NAME
See the log files of dbconsole in the sysman/log directory
Restart the dbconsole
|
|
|