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


Please Help Members By Posting Answers For Below Questions

Why does Oracle not permit the use of PCTUSED with indexes?

2443


what are the benefits of flashback feature?

663


What are the different types of upgrades that can be performed in sql server? : sql server DBA

787


Can you redefine a table online?

765


What the different types of replication and why are they used? : sql server DBA

680






How to start SQL Server in minimal configuration mode?

7102


You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?

2470


What are statistics, under what circumstances they go out of date, how do you update them?

1884


Where do you find the default index fill factor and how to change it? : sql server DBA

670


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

652


what is ora 24313?what is the procedure to exclude that error?

2197


what is logical system in sap basis

1240


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

1644


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

6763


what functionality does oracle provide to secure sensitive information?

649