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.
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 |
Tell me about standby database? What are some of the configurations of it? What should we watch out for?
What are the requirements of simple database?
You look at the dba_rollback_segs view and see that you have a large number of wraps is this a problem?
System tablespace cant be exported from one database and imported into another why?
Are database administrators in demand?
What is an artificial (derived) primary key?
If you have an example table, what is the best way to get sizing data for the production table implementation?
How do you set up your tablespace on installation level: low?
Is oracle dba in demand?
What parameters control copy latches?
What are the different types of database users?
What are elements of administration?