Date - 06/2009
Affected Product & Version - NetVault: Backup 7.4.5 and later
Affected Module & Version - APM for Oracle (Version 5.0) and later
OS Version - Windows 2000/2003
Application Information - Oracle 9.2.x/10.1.x/10.2.x
Description:
RMAN CLI Backup fails with ORA-19506 error when NetVault user has password set.
Symptoms:
RMAN CLI Backup fails with error similar to below when NetVault user has password set.
RMAN-03009: failure of backup command on ch1 channel at 04/13/2009 23:39:08
ORA-19506: failed to create sequential file, name="vlkcdg0r_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
Failed to schedule job: Got SUBMIT_JOB message from a non-channel source
Put the "NETVAULTCLIACCOUNT" and "NETVAULTCLIPASSWORD" parameters in the RMAN run sequence. For example:
run {allocate channel ch1 type sbt
PARMS="ENV=(NETVAULTCLIACCOUNT=default, NETVAULTCLIPASSWORD=password)";
backup tablespace 'EXAMPLE';}