RMN automatic channels [message #74301] |
Mon, 08 November 2004 03:46 |
Karthik
Messages: 63 Registered: February 2000
|
Member |
|
|
Hi
Iam preparing a test environment for RMAN configuration,where
i had a doubt regarding automatic channel allocation.
when comparing with manual allocation by using run block,how to
configure automatic allocation-no. of channels by a command
if it is configure device......parallelism....then is it setting for parallelism or no. of channels
pls clear my doubt
Thanks in advance
karthik
|
|
|
Re: RMN automatic channels [message #74304 is a reply to message #74301] |
Mon, 08 November 2004 05:42 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
An RMAN channel represents one stream of data to a device type and corresponds to one server session
To allocate three channels for each job on the DISK device, run this command:
CONFIGURE DEVICE TYPE DISK PARALLELISM 3;
|
|
|