A dba had to remove some archivelogs to free up space in filesystem. Nowwhen the rman job starts to backup archivelogs, it complains about missing archivelogs thatwere deleted by dba. To resolve the issue and continue backing up remainder of archivelogs,which rman command can be used so it wo not complain about missing archivelogs.



A dba had to remove some archivelogs to free up space in filesystem. Nowwhen the rman job starts to ..

Answer / Manoj Kumar Rajput

To avoid RMAN complaining about missing archivelogs, you can use the 'NOARCHIVELOG' option in your backup command. Here is an example:

```sql
RUN {
ALLOCATE CHANNEL c1 TYPE DISK;
BACKUP AS NOARCHIVELOG DATABASE;
}
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle DBA (Database Administration) Interview Questions

Tell me about standby database? What are some of the configurations of it? What should we watch out for?

1 Answers  


What are the requirements of simple database?

1 Answers  


You look at the dba_rollback_segs view and see that you have a large number of wraps is this a problem?

1 Answers  


System tablespace cant be exported from one database and imported into another why?

1 Answers  


Are database administrators in demand?

1 Answers  


What is an artificial (derived) primary key?

1 Answers  


If you have an example table, what is the best way to get sizing data for the production table implementation?

1 Answers  


How do you set up your tablespace on installation level: low?

1 Answers  


Is oracle dba in demand?

1 Answers  


What parameters control copy latches?

1 Answers  


What are the different types of database users?

1 Answers  


What are elements of administration?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)