vkirichenko
IS-IT--Management
I have a problem with backup oracle database
I have a script
--------------
run
{
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
send 'NSR_ENV=(NSR_SERVER=nwora.ipkrs.ua, NSR_CLIENT=netra.ipkrs.ua)';
backup full (database);
release channel t1;
release channel t2;
}
--------------
But when I try run this script i have error
=========================
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on t1 channel at 03/28/2006 17:59:33
ORA-19506: failed to create sequential file, name="21hf43k5_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
nwora_open_backup: A connection to NW server 'nwora.ipkrs.ua' could not be esta
blished because 'Program not registered'.
============================================================
What is not register if on the server side i insert keys for
Autochanger module /unlim
clientpack for unix/1
clientpack for windows/1
networker client connections/unlim
networker for windows, Power Edition (10/1)
networker module for oracle, unix clients/18
============================================================
What I must to do?
I have a script
--------------
run
{
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
send 'NSR_ENV=(NSR_SERVER=nwora.ipkrs.ua, NSR_CLIENT=netra.ipkrs.ua)';
backup full (database);
release channel t1;
release channel t2;
}
--------------
But when I try run this script i have error
=========================
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on t1 channel at 03/28/2006 17:59:33
ORA-19506: failed to create sequential file, name="21hf43k5_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
nwora_open_backup: A connection to NW server 'nwora.ipkrs.ua' could not be esta
blished because 'Program not registered'.
============================================================
What is not register if on the server side i insert keys for
Autochanger module /unlim
clientpack for unix/1
clientpack for windows/1
networker client connections/unlim
networker for windows, Power Edition (10/1)
networker module for oracle, unix clients/18
============================================================
What I must to do?