Re: problems with rman oracle 9i [message #50827] |
Tue, 09 April 2002 11:40 |
Helena
Messages: 42 Registered: February 2002
|
Member |
|
|
Now I get this message:
I don't know what next?????
RMAN> run {
2> allocate channel c1 type disk format 'c:backup';
3> backup
4> (database);
5> sql 'alter database open';
6> release channel c1;
7> }
allocated channel: c1
channel c1: sid=8 devtype=DISK
Starting backup at 09-APR-02
channel c1: starting full datafile backupset
channel c1: specifying datafile(s) in backupset
including current controlfile in backupset
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 04/09/2002 15:33:23
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-12004: unhandled exception during command execution on channel c1
RMAN-10035: exception raised in RPC: ORA-19602: cannot backup or copy active fil
e in NOARCHIVELOG mode
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPDATAFILE
RMAN>
|
|
|