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

deleted of control file how will u recover control file?

4 Answers   CTS,


what do you understand by fine-grained auditing?

0 Answers   Oracle,


Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?

0 Answers  


What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?

1 Answers  


Give two methods you could use to determine what DDL changes have been made.

2 Answers  






What does coalescing a tablespace do?

1 Answers  


how to restore files with rman?

0 Answers  


how do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?

0 Answers   HSBC,


Is it possible to update the multiple field values in a single query? If possible then write the actual query.

1 Answers   Oracle,


any body know about orawaves do they really provide placements in their unique placement program

1 Answers   TCS,


How many packages we have in db

1 Answers   Tesco,


What the different topologies in which replication can be configured? : sql server DBA

0 Answers  


Categories