I am donig cross platform migraion, for that i need to migrate tablespaces from solaris to linux host. I thought of using PARALLELISM option along with convert tablespace RMAN command but I am bit confused on how much value that i can give for parallelism parameter in RMAN.
in my solaris has 4 physical CPUs with 32G memory.
- Code: Select all
oracle:orprod96@admin-vsr256 /oracle > psrinfo
0 on-line since 09/06/2011 13:52:40
1 on-line since 09/06/2011 13:52:40
2 on-line since 09/06/2011 13:52:40
3 on-line since 09/06/2011 13:52:38
in this case, while doing actual conversion how much value that i can give at the maximum for PARALLELISM parameter in RMAN.
Only one database is running on this host.