OEM 13c: Create Like of Backup Jobs Of Type "OS Command" Fail
(Doc ID 2943640.1)
Last updated on JUNE 07, 2023
Applies to:
Enterprise Manager for Oracle Database - Version 13.4.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Create Like of Backup Jobs Of Type "OS Command" Fail.
Scenario
========
OEM Jobs of type "OS Command" for a database backup created with more than one parameters to the script.
When Job gets created, OEM on it's own, encloses all these parameters in Double Quotes and causes backup jobs to fail. Removing these quotes solves the issue and backup job works fine.
Sample command which has the issue.
/u07/orascripts/scripts/operation/dba_generate_rman_snapshot_backup.ksh "sid=%SID% backup_mode=fuzzy snapname=default retain=6"
Job is successful after these DOUBLE QUOTES are removed from job manually.
/u07/orascripts/scripts/operation/dba_generate_rman_snapshot_backup.ksh sid=%SID% backup_mode=fuzzy snapname=default retain=6
/u07/orascripts/scripts/operation/dba_generate_rman_snapshot_backup.ksh "sid=%SID% backup_mode=fuzzy snapname=default retain=6"
Job is successful after these DOUBLE QUOTES are removed from job manually.
/u07/orascripts/scripts/operation/dba_generate_rman_snapshot_backup.ksh sid=%SID% backup_mode=fuzzy snapname=default retain=6
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |