Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN - Can't release channel error

Re: RMAN - Can't release channel error

From: Eric Parker <ericparker39_at_hotmail.com>
Date: Wed, 18 Oct 2000 08:09:49 +0100
Message-ID: <39ED4CBD.B2C997AE@hotmail.com>

Metalink.

Good luck. If you find a fix/solution please let me know.

eric

Jay wrote:

> As a matter of fact it is.
>
> Where would I go to look up the bug number?
>
> Thanks
> Jay
>
> Eric Parker <ericparker39_at_hotmail.com> wrote in message
> news:39EC06E6.B52AB661_at_hotmail.com...
> > Jay
> >
> > Is this on a linux system. There is a bug specific to linux which AFAIK is
> > not fixed. I think its number is 995765 (but that's from memory). There
> > might be a fix now, it caught me out 6 months ago.
> >
> > eric
> >
> > Jay Strauss wrote:
> >
> > > Anyone got an idea why this is happening?
> > > I've RTFM, and this is supposed to be a baby step. I'll I'm trying to
> > > do is a full backup 8.1.6 database using RMAN 8.1.6.
> > > Nothing gets written to the backup. I'm not using any storage
> > > management software, I'm trying to write to a regular file system.
> > >
> > > Thanks
> > > Jay
> > >
> > > Below is my output:
> > >
> > > [oracle_at_localhost admin]$ rman
> > >
> > > Recovery Manager: Release 8.1.6.1.0 - Production
> > >
> > > RMAN> connect target
> > >
> > > RMAN-06005: connected to target database: ORCL (DBID=938272352)
> > >
> > > RMAN> connect catalog rman/rman_at_rman
> > >
> > > RMAN-06008: connected to recovery catalog database
> > >
> > > RMAN> @/u01/app/oracle/admin/fullback.rcv
> > >
> > > RMAN> # Full backup script
> > > 2>
> > > 3> run {
> > > 4> allocate channel d1 type disk;
> > > 5> backup
> > > 6> incremental level 0
> > > 7> tag fullback
> > > 8> filesperset 50
> > > 9> format '/u03/oradata/backup/%d/%d__t%t_s%s_p%p'
> > > 10> (database);
> > > 11> }
> > > RMAN-03022: compiling command: allocate
> > > RMAN-03023: executing command: allocate
> > > RMAN-08030: allocated channel: d1
> > > RMAN-08500: channel d1: sid=19 devtype=DISK
> > >
> > > RMAN-03022: compiling command: backup
> > > RMAN-03023: executing command: backup
> > > RMAN-08008: channel d1: starting incremental level 0 datafile backupset
> > > RMAN-08502: set_count=4 set_stamp=411116017 creation_time=16-OCT-00
> > > RMAN-08010: channel d1: specifying datafile(s) in backupset
> > > RMAN-08522: input datafile fno=00001 name=/u02/oradata/ORCL/system01.dbf
> > >
> > > RMAN-08011: including current controlfile in backupset
> > > RMAN-08522: input datafile fno=00003 name=/u02/oradata/ORCL/rbs01.dbf
> > > RMAN-08522: input datafile fno=00008 name=/u02/oradata/ORCL/rmancat.dbf
> > > RMAN-08522: input datafile fno=00004 name=/u02/oradata/ORCL/temp01.dbf
> > > RMAN-08522: input datafile fno=00005 name=/u02/oradata/ORCL/users01.dbf
> > > RMAN-08522: input datafile fno=00006 name=/u02/oradata/ORCL/indx01.dbf
> > > RMAN-08522: input datafile fno=00007 name=/u02/oradata/ORCL/drsys01.dbf
> > > RMAN-08522: input datafile fno=00002 name=/u02/oradata/ORCL/tools01.dbf
> > > RMAN-03026: error recovery releasing channel resources
> > > RMAN-00571: ===========================================================
> > > RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
> > > RMAN-00571: ===========================================================
> > > RMAN-07005: error during channel cleanup
> > > RMAN-07004: unhandled exception during command execution on channel d1
> > > RMAN-10032: unhandled exception during execution of job step 1:
> > > RMAN-10031: ORA-65535 occurred during call to
> > > DBMS_BACKUP_RESTORE.DEVICESTATUS
> > > RMAN-03006: non-retryable error occurred during execution of command:
> > > backup
> > > RMAN-07004: unhandled exception during command execution on channel d1
> > > RMAN-10032: unhandled exception during execution of job step 1:
> > > RMAN-10031: ORA-65535 occurred during call to
> > > DBMS_BACKUP_RESTORE.BACKUPPIECECRATE
> > >
> > > RMAN> **end-of-file**
> >
Received on Wed Oct 18 2000 - 02:09:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US