Symptom:
How can I set the number of channels for backup and restore jobs?
Solution:
When you are using the Agent for Oracle options, the maximum number of channels is 255. However, the maximum number of channels for an Oracle instance depends on the current Oracle running status, load status, hardware, and Oracle instance parameters. You can perform the following steps to set the number of channels.
To set the Number of Channels for Backup and Restore
show parameter backup_tape_io_slaves
show parameter processes
select count (*) from v$process
Check the current processes count. You could calculate the maximum channel number you could use for backup and restore. Calculate the result of (<maxprocesses> - <current processes used>) / (processor count + 1).
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |