Oracle Instance start Time

 Script will provide you the output for Single and multiple nodes :

set pages 999 linesize 2000;

select to_char(startup_time,'dd-mon-yyyy hh24:mi:ss') Start_Time,host_name,instance_name,status from gv$instance order by 2;

Comments