TDP for Oracle and RMAN -ORA-19502: write error on file

Mlayne

ADSM.ORG Member
Joined
Sep 10, 2002
Messages
2
Reaction score
0
Points
0
Website
Visit site
Hi all

I am gettiing a very strange prolem when performing a RMAN backup

Oracle Recovery Manager: Release 8.1.6.3.0

TDP for Oracle version 2.2.02

TSM Server version 5.1.1.6



RMAN-03007: retryable error occurred during execution of command: backup

RMAN-07004: unhandled exception during command execution on channel t2

RMAN-10035: exception raised in RPC: ORA-19502: write error on file

"RTKPRD_477892845_3805_4", blockno 368641 (blocksize=512)

ORA-27030: skgfwrt: sbtwrite2 returned error

ORA-19511: ANS1315E (RC15) Unexpected Retry request

RMAN-10031: ORA-19624 occurred during call to

DBMS_BACKUP_RESTORE.BACKUPPIECECREATE



Any help apprecitaed!!

nullnull
 
I am receiving the exact same error. Our problem did not occur till we moved this AIX lan free client to a P690 running Aix 5L. Keep me posted if anyone finds anything out. I have tried to dd a file using the actual mt device and it does not work. It does work if I dd using the rmt device. I am not sure it it's a tivoli thing, storage-agent thing, aix 5L thing? I have an open issue with tivoli support on this though.
 
Hi

I gather your target DB is 8163 as well.

This is an issue with Oracle 8163 it is fixed in 817.

Create a support call with Oracle and they will say it is BUG:1252142 and upgrade to 817 or do either of the following workarounds.



Workaround #1:

1. Ensure $ORACLE_HOME/lib/libobk.so (libobk.a for AIX) is pointing at the Media Manager's library

2. Relink the oracle executable:

% cd $ORACLE_HOME/rdbms/lib

% make -f ins_rdbms.mk ioracle

Workaround #2:

1) cd $ORACLE_HOME/lib

2) mv libdsbtsh8.so libdsbtsh8.soORIG

3) ln -s <media vendor library> libdsbtsh8.so
 
Back
Top