JdV's Notes
My notes on: SAP, Oracle, Windows, AIX, Solaris and other stuff
Pages
(Move to ...)
Home
Map A Drive In Windows Command Prompt (DOS)
DB2 Notes
▼
Monday, 8 June 2015
Oracle DB Start Up Time
To find the startup time of an Oracle database:
SELECT to_char(startup_time,'DD-MON-YYYY HH24:MI:SS') "DB Startup Time" FROM sys.v_$instance;
Result:
DB Startup Time
--------------------
09-MAY-2015 20:23:13
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment