EM Backup problem [message #321848] |
Wed, 21 May 2008 09:46 |
gabrielarango
Messages: 1 Registered: May 2008
|
Junior Member |
|
|
When i try to schedule the Oracle-suggested backup i get the following error:
The job submission has failed for the following reason
ORA-01722: número no válido ORA-06512: en "SYSMAN.MGMT_JOB_ENGINE", línea 2015 ORA-06512: en "SYSMAN.MGMT_JOB_ENGINE", línea 2136 ORA-06512: en "SYSMAN.MGMT_JOB_ENGINE", línea 5282 ORA-06512: en "SYSMAN.MGMT_JOBS", línea 293 ORA-06512: en "SYSMAN.MGMT_JOBS", línea 78 ORA-06512: en línea 1
I´m using Oracle Database 10g 10.2.0.1.0 and Oracle Enterprise Manager Console DB 10.2.0.1.0 in a Windows 2003 enviroment. I´m logged as SYS and i defined my preferred credentials for Host and Database instance. The host user is in the ORA_DBA group and the "Log on as a batch job" policy set.
The RMAN script is:
Daily Script:
run {
allocate channel oem_disk_backup device type disk;
recover copy of database with tag 'ORA$OEM_LEVEL_0';
backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA$OEM_LEVEL_0' database;
}
i´ve been working on this all week with no results. Any help would be very appreciated.
Thanks in advance. Gabriel
|
|
|
|