backup failed [message #253914] |
Wed, 25 July 2007 05:24  |
sam7
Messages: 3 Registered: July 2007 Location: Riyadh
|
Junior Member |
|
|
Hi,
I am new member, and i hope to be the active guy.
So, please i have this problem:
platform : Hp-ux release 11i
OS : Unix
DB : Oracle 9i
..(cold backup)..
MESSAGE:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 07/24/2007 20:55:14
RMAN-06403: could not obtain a fully authorized session
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
HP-UX Error: 2: No such file or directory
>> Please any solution,,
|
|
|
|
Re: backup failed [message #253932 is a reply to message #253914] |
Wed, 25 July 2007 05:47   |
sam7
Messages: 3 Registered: July 2007 Location: Riyadh
|
Junior Member |
|
|
Thanks for care
and
This is a File
connect target back**/rman**@CRSPRD
connect catalog rma**/rma**@bsscat
CONFIGURE DEVICE TYPE SBT_TYPE PARALLELISM 8;
run
{
set command id to 'rmanback';
allocate channel t1 type SBT_TAPE
parms 'ENV=(NSR_SERVER=nwriy1)';
allocate channel t2 type SBT_TAPE
parms 'ENV=(NSR_SERVER=nwriy1)';
allocate channel t3 type SBT_TAPE
parms 'ENV=(NSR_SERVER=nwriy1)';
allocate channel t4 type SBT_TAPE
parms 'ENV=(NSR_SERVER=nwriy1)';
allocate channel t5 type SBT_TAPE
parms 'ENV=(NSR_SERVER=nwriy1)';
allocate channel t6 type SBT_TAPE
parms 'ENV=(NSR_SERVER=nwriy1)';
allocate channel t7 type SBT_TAPE
parms 'ENV=(NSR_SERVER=nwriy1)';
allocate channel t8 type SBT_TAPE
parms 'ENV=(NSR_SERVER=nwriy1)';
backup incremental level 0 format 'db%d_t%t_s%s_p%p' (database include current controlfile);
sql "alter system archive log current";
backup format 'ARC%d_t%t_s%s_p%p' (archivelog all delete input);
release channel t1;
release channel t2;
release channel t3;
release channel t4;
release channel t5;
release channel t6;
release channel t7;
release channel t8;
}
|
|
|
|
|
|
|