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 error code

RMAN error code

2005-03-08       - By Marquez, Chris

Reply:     1     2     3     4     5     6     7  

Drake,

You still have this issue?
You left out critical info...how exactly did you allocate the channel to
tape; sbt_tape?

Below are two examples of RMAN-03009 I have received.
Usually you get two things (which you did not);
1. Better info from Oracle RMAN error code.
2. Some info from the OS.

I my guess is that you RMAN/TDPO param's are not good or bad channel
syntax,
or
the TSM was simply not ready / available to receive client connections
from <-TDPO<-Oracle/RMAN?

Also below I have provided syntax I have used in the past.

hth

Chris Marquez
Oracle DBA
HEYMONitor(tm) - heymonitor.com
"Oracle Monitoring & Alerting Solution"

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 backup command on c2c channel at 11/21/2003
00:47:56
ORA-19502 (See ORA-19502.ora-code.com): write error on file
"/orcl03/orcl/Thu_ORCL_data_1jf6v2mo_1_1.bkp", blockno 968833
(blocksize=3D8192)
ORA-27063 (See ORA-27063.ora-code.com): skgfospo: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 28: No space left on device
Additional information: -1
Additional information: 1048576

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 restore command at 09/08/2004 15:30:41
ORA-19504 (See ORA-19504.ora-code.com): failed to create file "/dev/ra0025l9ida001"
ORA-27042 (See ORA-27042.ora-code.com): not enough space on raw partition to fullfill request
Additional information: 2


---DELETE BACKUP using maintenance channel.
allocate channel for maintenance type SBT_TAPE parms
'ENV=3D(TDPO_OPTFILE=3D/a0007/app/oracle/tivoli/orcl_tdpo.opt)';
*OR*
allocate channel for maintenance type disk;
allocate channel for maintenance type disk  connect
'system/manager@(protected)';
release channel;

change backuppiece  orcl_03ejvmks_1_1.bkp delete;
delete NOPROMPT backupset 41, 39, 38, 36, 34, 35;

crosscheck backup;
delete EXPIRED backupset;


---DELETE BACKUP from tape withOUT using "allocate channel for
maintenance type SBT_TAPE"!!!
CONFIGURE RETENTION POLICY TO     redundancy 1;

CONFIGURE DEFAULT DEVICE TYPE TO     sbt;
CONFIGURE DEVICE TYPE     sbt     PARALLELISM     1;
CONFIGURE CHANNEL     0 DEVICE TYPE     sbt     CLEAR;
CONFIGURE CHANNEL     1 DEVICE TYPE     sbt     CLEAR;
CONFIGURE CHANNEL     2 DEVICE TYPE     sbt     CLEAR;

CONFIGURE CHANNEL     1 DEVICE TYPE     sbt     FORMAT=3D
'%d_%u_%p_%c.bkp'       PARMS
'ENV=3D(TDPO_OPTFILE=3D/a0006/app/oracle/tivoli/orcl_tdpo.opt)';

CONFIGURE CHANNEL     1 DEVICE TYPE     sbt     FORMAT=3D
'%d_%u_%p_%c.bkp'     CONNECT     'system/manager@(protected)'     PARMS
'ENV=3D(TDPO_OPTFILE=3D/a0006/app/oracle/tivoli/orcl_tdpo.opt)';

CONFIGURE DEVICE TYPE     disk     PARALLELISM     1;
CONFIGURE CHANNEL     0 DEVICE TYPE     disk     CLEAR;
CONFIGURE CHANNEL     1 DEVICE TYPE     disk     CLEAR;
CONFIGURE CHANNEL     1 DEVICE TYPE     disk     FORMAT=3D
'%d_%u_%p_%c.bkp'     CONNECT     'system/manager@(protected)'     PARMS
'ENV=3D(TDPO_OPTFILE=3D/a0006/app/oracle/tivoli/orcl_tdpo.opt)';

change archivelog all crosscheck;
change archivelog all validate;

DELETE NOPROMPT OBSOLETE redundancy 0;
DELETE NOPROMPT BACKUPSET 37,41,43,44,49,50,51,52,53;=20


-- --Original Message-- --
From: oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)] On Behalf Of Drake Emko
Sent: Friday, March 04, 2005 10:15 AM
To: Oracle List
Subject: RMAN error code


Could someone please tell me where I can download a manual for RMAN, or
go to look up error codes? I've been looking on google as well as the
Oracle website, and haven't had any luck.

Here is my problem; When trying to delete obsolete RMAN backupsets, I
get an error:

RMAN> change backupset 698, 702, 704, 708 delete;


List of Backup Pieces
BP Key  BS Key  Pc# Cp# Status      Device Type Piece Name
-- ---- -- ---- --- --- -- ---- --- -- ---- --- -- ---- --
698     698     1   1   AVAILABLE   SBT_TAPE    df_546210555_706_1
702     702     1   1   AVAILABLE   SBT_TAPE    df_546296605_709_1
704     704     1   1   AVAILABLE   SBT_TAPE    df_546383776_712_1
708     708     1   1   AVAILABLE   SBT_TAPE    df_546469964_715_1

Do you really want to delete the above objects (enter YES or NO)? YES
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 delete command on ORA_MAINT_SBT_TAPE_1 channel at
03/02/2005 16:27:06
ORA-27191 (See ORA-27191.ora-code.com): sbtinfo2 returned error
Additional information: 2


What in the world does "Additional information: 2" mean? I can't find
any more useful detail than this.

Thanks,
Drake
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l