how will you see when the database was started using sql prompt?
Answers were Sorted based on User's Feedback
Answer / pvenkiroyal
select to_char(startup_time,'hh24:mi:ss dd-mom-yy') from
v$instance;
Is This Answer Correct ? | 7 Yes | 0 No |
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 |
WHEN DOWN TIME WHAT CAN U DO?
Which types of backups you can take in Oracle? 2. A database is running in NOARCHIVELOG mode then which type of backups you can take? 3. Can you take partial backups if the Database is running in NOARCHIVELOG mode? 4. Can you take Online Backups if the the database is running in NOARCHIVELOG mode?
how can you connect from 10g user to 11g user??
Where do you find the default index fill factor and how to change it? : sql server DBA
what is the last version,the release date of that version and fix pack of ibm db2 udb?
What are the operating modes in which database mirroring runs? : sql server DBA
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
If we issue alter database begin backup. What happens to database?
I want to reuse a piece of code inside a stored procedure. This piece of code need to be invoked multiple times inside the procedure based on some different conditions. How to achieve this?
What happens on checkpoint? : sql server DBA
Which types of backups you can take in Oracle? 2. A database is running in NOARCHIVELOG mode then which type of backups you can take? 3. Can you take partial backups if the Database is running in NOARCHIVELOG mode?
What command would you use to create a backup control file?