Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


deleted of control file how will u recover control file?

Answers were Sorted based on User's Feedback



deleted of control file how will u recover control file?..

Answer / raj

If RMAN backup exists
go to RMAN prompt
recover controlfile from backup controlfile
restore database from bckup
recover database

Is This Answer Correct ?    5 Yes 0 No

deleted of control file how will u recover control file?..

Answer / kittu_chintu2005

Method 1:
SQL>STARTUP NOMOUNT;
SQL>CREATE CONTROLFILE REUSE DATABASE "DB_NAME" ARCHIVELOG RESETLOGS
LOGFILE
GROUP 1 ( 'location of redo1a.log','location of redo1b.log') size XXmb,
GROUP 2 ( 'location of redo2a.log','location of redo2b.log') size xxmb
DATAFILE
'location of system.dbf',
'location of users.dbf',
'location of temp.dbf',
'location of ts1.dbf';
SQL>RECOVER DATABASE;
SQL>ALTER DATABASE OPEN RESETLOGS;

Is This Answer Correct ?    8 Yes 4 No

deleted of control file how will u recover control file?..

Answer / 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

deleted of control file how will u recover control file?..

Answer / 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

More DB Administration Interview Questions

what is the difference between off-line back up and on-line back up in ibm db2 udb?

2 Answers   Zenith,


What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?

1 Answers  


orra 1555 what is this error,why it is occur?

2 Answers   Mphasis,


What is the default port no on which sql server listens? : sql server DBA

0 Answers  


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

0 Answers  


How does Oracle guarantee data integrity of data changes?

1 Answers   SoftSol,


What is a deadlock and what is a live lock? How will you go about resolving deadlocks?

1 Answers  


what is logical system in sap basis

0 Answers  


What authentication modes does sql server support? : sql server DBA

0 Answers  


Can you redefine a table online?

0 Answers   Oracle,


What is RAID and what are different types of RAID configurations?

1 Answers  


If we issue alter database begin backup. What happens to database?

2 Answers  


Categories