RMAN full backup ORA-04101: OS/390 implementation layer error [message #175716] |
Mon, 05 June 2006 02:27 |
jldjld
Messages: 1 Registered: June 2006 Location: france
|
Junior Member |
|
|
Hi all,
i am new with Oracle on Zos.
configuration : oracle 9i on Zos 1.6.
it's the first time i try to backup my test database with RMAN with this :
RUN é
ALLOCATE CHANNEL C1 TYPE "EDM0" PARMS 'ORAEDM0';
BACKUP DATABASE FORMAT "ORACLE.SAUV.ORANDLD.BACKUP.DU%T.S%s" pool 1;
è
i have a ora$fps :
FILE_GROUP(P001)
UNIT(3490)
MY JOB RETURN THESE MESSAGES :
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on C1 channel at 06/01/2006 00:33:47
ORA-19506: failed to create sequential file, name="ORACLE.SAUV.ORANDLD.BACKUP.DU060601.S5", parms=""
ORA-04101: OS/390 implementation layer error
ORA-04101, FUNC=DYNALLOC, RC=4, RS=0000970C, ERRORID=1202
and STC ORAEDM0 this :
Operation failed:
Operation . . . . . . . . . . . . . : DYNALLOC
Flavor . . . . . . . . . . . . . : Allocation
R15 . . . . . . . . . . . . . . . . : 0x00000004
S99ERROR . . . . . . . . . . . . . : 0x970C
S99INFO . . . . . . . . . . . . : 0x0000
Request function . . . . . . . . . : Open
can someone help me, thanks
|
|
|