cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle display errors

Carlos_V
Level 6

Hi everybody,

Since two months ago I was read about an article that suggested making the following change

ALLOCATE CHANNEL CH00 TYPE 'SBT_TAPE ';

FOR THIS


ALLOCATE CHANNEL CH00 TYPE 'SBT_TAPE ' ENV=(NB_ORA_POLICY)';

We made the change in OS AIX and everything is ok, except when we applied the change in Windows OS, now the backup run and display the status 29

1: (29) failed trying to exec a command

anyone can help me?
3 REPLIES 3

lu
Level 6
Did you tried with PARMS 'ENV=(NB_ORA_POLICY=MY_ORACLE_POLICY)' ?

Will_Restore
Level 6
should be ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE' PARMS 'ENV=(NB_ORA_POLICY=$NB_ORA_POLICY)';

http://seer.entsupport.symantec.com/docs/267589.htm

Carlos_V
Level 6
I forgot the other two changes that could be applied