08 May
How to calculate the minimum size of LARGE_POOL_SIZE for I/O slaves - RMAN and memory utilization
RMAN uses dedicated server sessions, so called channels to create backups.
As of Oracle database 9i it is possible to use the CONFIGURE command to store RMAN configuration information in the controlfile of the target database. You can use the SHOW command to look at all the RMAN configuration information in the controlfile:
RMAN> show all;
RMAN configuration […]