RMAN-06533: KEEP ... NOLOGS option is not supported when
database is open

Answers were Sorted based on User's Feedback



RMAN-06533: KEEP ... NOLOGS option is not supported when database is open..

Answer / ulhas

the database must be mounted and not open so that this
command runs. Also the backupset can be compressed during
such a backup
RMAN> backup as compressed backupset database keep until
time "to_date('30-AUG-2009','dd-mon-yyyy')" nologs;

Is This Answer Correct ?    0 Yes 0 No

RMAN-06533: KEEP ... NOLOGS option is not supported when database is open..

Answer / guest

Cause: The KEEP ... NOLOGS option was specified for a backup
or copy of on open database. This kind of backup requires
archive logs for recovery, so archive logs must be kept.

Action: Remove the KEEP ... NOLOGS option and resubmit the
command.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01515: error dropping log group string: no such log

1 Answers  


ORA-24435: Invalid Service Context specified.

1 Answers  


TNS-00534: Failed to grant connection ownership to child

2 Answers  


TNS-04019: Starting Oracle Connection Manager instance string. Please wait...

1 Answers  


NZE-29043: Read is required.

1 Answers  


ORA-08269: destroy_ora_addr: cannot destroy name

1 Answers  


ORA-13183: unsupported geometric type for geometry string.string

1 Answers  


TNS-12525: TNS:listener has not received client's request in time allowed

1 Answers  


NID-00137: All datafiles that are not dropped should be readable

1 Answers  


ORA-10619: Avoid assertions when possible

1 Answers  


ORA-24782: Cannot detach from a non-migratable transaction

1 Answers  


LFI-00111: No other flags allowed in fixed length format.

1 Answers  


Categories