deleted of control file how will u recover control file?
Answer Posted / bolla
At o/s level we are restore control.file from cold/hot backup
after
]$sqlplus /'as sysdba'
sys>startup nomount
sys>recover database using backup controlfile until cancel;
sys>alter database mount;
sys>alter database open resetlogs;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how can you connect from 10g user to 11g user??
What is the default fill factor value? : sql server DBA
How can you control the amount of free space in your index pages? : sql server DBA
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What is dcl? : sql server DBA
what is the use of recording information about current session?
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
how can you record information about current session?
what functionality does oracle provide to secure sensitive information?
Explain materialized views and how they are used.
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
What authentication modes does sql server support? : sql server DBA
How do you troubleshoot errors in a sql server agent job? : sql server DBA
You create a private database link and upon
connection, fails with: ORA-2085: connects to
how can you create a user-defined lock?