Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
RMAN backup use Veritas Netbackup problem?

RMAN backup use Veritas Netbackup problem?

2005-06-08       - By jungwolf

Reply:     1     2     3     4     5  

dba1 mcc,

You don't need the "device type sbt" in your backup command.  By
manually allocating the channel as type sbt, you prevent any automatic
channel allocation.  The backup will automatically use c11 which is a
tape channel.

I recommend reading or re-reading the RMAN manuals.  I know many of
the commands are confusing until you start trying them out and
encounter errors.  It is worth the time to hunt through the manuals to
figure these things out.  You'll be in a much better position to
handle novel database failure scenarios.

HTH,
Steven

On 6/8/05, dba1 mcc <mccdba1@(protected)> wrote:
> Thnak for your help.  I change device type name and
> still got error message:
>=20
>=20
> RMAN> run {
> 2> allocate channel c11 device type sbt;
> 3> backup device type sbt datafile 3;
> 4> }
>=20
> allocated channel: c11
> channel c11: sid=3D9 devtype=3DSBT_TAPE
> channel c11: VERITAS NetBackup for Oracle - Release
> 5.1 (2004043014)
>=20
> Starting backup at 08-JUN-05
> released channel: c11
> RMAN-00571:
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSAGE S=
TACK
> FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RMAN-00571:
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RMAN-03002: failure of backup command at 06/08/2005
> 10:18:40
> RMAN-06470: DEVICE TYPE is supported only when
> automatic channels are used
>=20
>=20
> --- jungwolf <spatenau@(protected)> wrote:
>=20
> > The error message manual gives:
> > RMAN-06472 channel id string is automatically
> > allocated
> >     Cause: Channel ID was used on ALLOCATE/RELEASE
> > command.
> >     Action: Use other channel id that does not
> > belong to reserved
> > channel ID's namespace.
> >
> > Try renaming your channel.
> >
> > I can replicate the error, and using a new name
> > removes that error.  I
> > get a different error but that's because I don't
> > have a media manager.
> >
> > RMAN> run {
> > 2> allocate channel ora_sbt_tape1 device type sbt;
> > 3> }
> >
> > RMAN-00571:
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSAGE=
STACK
> > FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-00571:
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-03002: failure of allocate command at
> > 06/07/2005 16:49:59
> > RMAN-06472: channel id ora_sbt_tape1 is
> > automatically allocated
> >
> >
> > RMAN> run {
> > 2> allocate channel t1 device type sbt;
> > 3> }
> >
> > using target database controlfile instead of
> > recovery catalog
> > RMAN-00571:
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSAGE=
STACK
> > FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-00571:
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-03009: failure of allocate command on t1
> > channel at 06/07/2005 16:49:22
> > ORA-19554 (See ORA-19554.ora-code.com): error allocating device, device type:
> > SBT_TAPE, device name:
> > ORA-27211 (See ORA-27211.ora-code.com): Failed to load Media Management Library
> > Additional information: 2
> >
> > Steven
> >
> >
> > On 6/7/05, dba1 mcc <mccdba1@(protected)> wrote:
> > > Our LINUX server have ORACLE agent of Veritas
> > > Netbackup installed.
> > >
> > > I tried to backup file to tape failed.  Anyone
> > know
> > > why?
> > >
> > > RMAN> backup device type sbt datafile 3;
> > >
> > > Starting backup at 07-JUN-05
> > > RMAN-00571:
> > >
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSA=
GE STACK
> > > FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-00571:
> > >
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-03002: failure of backup command at
> > 06/07/2005
> > > 17:30:43
> > > RMAN-06471: no configuration found to allocate
> > > channels for SBT_TAPE
> > >
> > > RMAN> run {
> > > 2>  allocate channel ora_sbt_tape1 device type
> > sbt;
> > > 3> backup datafile 3;
> > > 4> }
> > >
> > > RMAN-00571:
> > >
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSA=
GE STACK
> > > FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-00571:
> > >
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-03002: failure of allocate command at
> > 06/07/2005
> > > 17:32:33
> > > RMAN-06472: channel id ora_sbt_tape1 is
> > automatically
> > > allocated
> > >
> > >
> > > Thanks.
> > >
> > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > > --
> > > http://www.freelists.org/webpage/oracle-l
> > >
> >
>=20
>=20
> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
--
http://www.freelists.org/webpage/oracle-l