deleted of control file how will u recover control file?
Answer Posted / suman
we are restore the control file from cold/hot backup
after that
$sqlplus / 'as sysdba'
>startup nomount
>recover database using backup controlfile until cancel;
>alter database mount;
>alter database open resetlogs;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
What are the operating modes in which database mirroring runs? : sql server DBA
What is the difference between dropping a database and taking a database offline? : sql server DBA
Where would you look for errors from the database engine?
what do you understand by flashback feature of oracle?
What is dbcc? : sql server DBA
What is the importance of a recovery model? : sql server DBA
What are the commands used in dcl? : sql server DBA
You create a private database link and upon
connection, fails with: ORA-2085: connects to
What is transparent data encryption? : sql server DBA
when does an alert gets signaled?
how can you find out if a table can be redefined?
what is a crs resource?
What are the commands you'd issue to show the explain plan for "select * from dual"?
What are the different sql server versions you have worked on? : sql server DBA