ORA-19602 during backup on closed DB (10g) [message #246656] |
Thu, 21 June 2007 10:02 |
Isa06
Messages: 3 Registered: June 2007 Location: France
|
Junior Member |
|
|
Hello
I have a RMAN backup script which runs perfectly well on a database in NOARCHIVELOG. The script first shutdowns the DB then mount it.
When I run it on another database in NOARCHIVELOG, it fails on some files with error ORA-19602
and the explanation is
"You tried to copy or backup a file that was
not closed cleanly, and the database was in NOARCHIVELOG mode.
This is not allowed because when restored, the file will require redo application before it is usable,
and redo is not currently being saved beyond the contents of the online redo logs."
I wonder how some files can remain opened while the DB is closed...
The 2 DBs are for development and I don't want to turn them to ARCHIVELOG, I just would like to understand what's going on and if I have a way to "repair" (?) these datafiles
thanks for any help
Isa
|
|
|
|
|
|
|