Instance Startup Time

How to find the startup time of instance?

Questions by jaganmohanrao

Showing Answers 1 - 6 of 6 Answers

Use this simple command in SQLPlus or an a query retreival tool of your choice.

select To_char(startup_time, 'Mon-dd-yyyy hh24:mi AM') as STARTUP_TIME from v$instance;

  Was this answer useful?  Yes

kishore

  • Nov 15th, 2011
 

how to get instance startup time


>select to_char(startup_time,'dd-mon-yyyy HH12:MI:SS ')"db startup time"
2 from sys.v$instance;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions