You can limit the number of simultaneous data and log backup jobs that run on a client.
Procedure
-
On the command line, go to software_installation_directory/Base and type one of the following commands:
-
Limit the number of simultaneous data backup jobs:
qoperation execscript -sn SetLimitRunningJobs -si 'client'|'Oracle_RAC_pseudo_client_name' -si 'DataCount' -si limitwhere limit is the number of data backup jobs that are allowed to run simultaneously.
-
Limit the number of simultaneous log backup jobs (if a job contains both data and logs the job is not limited):
qoperation execscript -sn SetLimitRunningJobs -si 'client'|'Oracle_RAC_pseudo_client_name' -si 'LogCount' -si limitwhere limit is the number of log backup jobs that are allowed to run simultaneously.
-