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-07       - By Radoulov, Dimitre

Reply:     1     2     3     4     5  

Check for the symbolic link under OH/lib:

$ ls -l libobk.so
lrwxrwxrwx   1 oracle   dba           36 Dec 21 16:27 libobk.so ->
/usr/openv/netbackup/bin/libobk.so.1

Verify the environment:

export NB_ORA_SERV=<backup_server>
export NB_ORA_CLASS=<nb_class>

Then you can run from the rman's prompt:

connect target
run {
set command id to 'bck_full_<db_name>;
allocate channel t1 type 'SBT_TAPE';
sql 'alter system checkpoint global';

backup
  full
  filesperset 4
  tag bck_full_<db_name>
  format 'dbase_%d_%s_%t'
    (database);

release channel t1;
}


HTH

Dimitre Radoulov

ETN?TEAM


-- -- Original Message -- --
From: "dba1 mcc" <mccdba1@(protected)>
To: <oracle-l@(protected)>
Sent: Tuesday, June 07, 2005 11:38 PM
Subject: [Q] RMAN backup use Veritas Netbackup problem?


> 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:
> ===========================================================
> RMAN-00569: =============== ERROR MESSAGE STACK
> FOLLOWS ===============
> RMAN-00571:
> ===========================================================
> 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:
> ===========================================================
> RMAN-00569: =============== ERROR MESSAGE STACK
> FOLLOWS ===============
> RMAN-00571:
> ===========================================================
> 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

--
http://www.freelists.org/webpage/oracle-l