Database crashes. Corruption is found scattered among the
file system neither of your doing nor of Oracle's. What
database recovery options are available? Database is in
archive log mode.
Answer / Deepak Tiwari
When the database crashes due to media corruption, you can recover it using Recovery Manager (RMAN). Here's how:n
1. Start RMAN as a client:n```bashnrman target /n```
2. Connect to the control file:n```sqlnconnect rman/password@controls_file=/path/to/control_file;n``` Replace '/path/to/control_file' with the actual path to your control file.
3. Create a recovery catalog (if you don't have one):n```sqlncreat catalog rman_cat@db;``` Replace 'rman_cat' and 'db' with your desired catalog name and database service name, respectively.
4. Recover the database:n```sqlnrun{n recover database;n}n```
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
What are the operating modes in which database mirroring runs? : sql server DBA
How would you go about increasing the buffer cache hit ratio?
What is the dataguard background process??
how will you see when the database was started using sql prompt?
What is transparent data encryption? : sql server DBA
How would you determine who has added a row to a table?
hi, suppose i created one table after few days i did some insert,update how can i know when will i did ddl or dml operation is undergone on that table
What are the recovery models for a database? : sql server DBA
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
WHEN DOWN TIME WHAT CAN U DO?
Why would you call update statistics? : sql server DBA
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)