Wildy
Answered On : Jul 18th, 2011
select instance_name, status, database_status, startup_time from v$instance;
Login to rate this answer.
venu
Answered On : Sep 1st, 2012
Code
SELECT STATUS FROM v$instance
will give the required result.
Login to rate this answer.