Oracle Database Uptime

Quick statement to find the uptime for an Oracle database

SELECT to_char(startup_time,'DD-MON-YYYY HH24:MI:SS') "DB Startup Time" FROM sys.v_$instance;

Leave a Reply

Your email address will not be published. Required fields are marked *