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

I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution

0 Answers  


When a user process fails, what background process cleans up after it?

1 Answers  


Give the stages of instance startup to a usable state where normal users may access it.

1 Answers  


Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?

0 Answers  


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

0 Answers  






what is a crs resource?

0 Answers   Oracle,


What is checkpoint?

3 Answers   Accenture,


From the database level, how can you tell under which time zone a database is operating?

1 Answers  


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

0 Answers  


How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.

4 Answers  


What is transparent data encryption? : sql server DBA

0 Answers  


how can a session indicate its interest in receiving alerts?

0 Answers   Oracle,


Categories