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


Please Help Members By Posting Answers For Below Questions

How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?

1905


What is dbcc? : sql server DBA

777


how can you process messages in order asynchronously?

557


If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA

566


Query processing is slow(eg select query)how will u solve that

6523






What are the recovery models for a database? : sql server DBA

593


Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.

1848


How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?

1591


Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.

1550


What is replication? : sql server DBA

628


what are the performance views in an oracle rac environment?

561


What is transparent data encryption? : sql server DBA

566


How do you troubleshoot errors in a sql server agent job? : sql server DBA

569


Which autogrowth database setting is good? : sql server DBA

581


Typically, where is the conventional directory structure chosen for Oracle binaries to reside?

1985