how will you see when the database was started using sql prompt?

Answers were Sorted based on User's Feedback



how will you see when the database was started using sql prompt?..

Answer / pvenkiroyal

select to_char(startup_time,'hh24:mi:ss dd-mom-yy') from
v$instance;

Is This Answer Correct ?    7 Yes 0 No

how will you see when the database was started using sql prompt?..

Answer / mohapatra.gouranga@gmail.com

In RAC env.

select instance_name,status,host_name,to_char
(startup_time,'DD-MON-YY HH24:MI:SS')
from gv$instance order by instance_name;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB Administration Interview Questions

wat is global index and local indes

1 Answers   Oracle,


what are the types of connection load-balancing?

0 Answers   Oracle,


How do you trace the traffic hitting a sql server? : sql server DBA

0 Answers  


why do we give pctfree and pctused in create table statement?

1 Answers   CTS,


What are the different sql server versions you have worked on? : sql server DBA

0 Answers  






What is the recommended interval at which to run statspack snapshots, and why?

1 Answers  


If we issue alter database begin backup. What happens to database?

2 Answers  


how can you schedule a job in database?

0 Answers   Oracle,


what is the difference between db2start command and start database manager command?

1 Answers  


what is difference between user managed backup and rman backup?

1 Answers   CTS,


Explain what partitioning is and what its benefit is.

2 Answers  


what is the differnce between process and thread ?

1 Answers   IBM,


Categories