CLUSTER PARAMETER IN RAC
In a RAC database, if you are taking export with parallel option and the datapump directory is not shared between the nodes, then set CLUSTER=N in expdp/impdp
oracle configurationintermediate
by OracleDba
20 views
In a RAC database, if you are taking export with parallel option and the datapump directory is not shared between the nodes, then set CLUSTER=N in expdp/impdp
1234567
In a RAC database, if you are taking export with parallel option and the
datapump directory is not shared between the nodes, then set CLUSTER=N in expdp/impdp
dumpfile=asset_%U.dmp
logfile=asset.log
directory=VEN
parallel=32
cluster=NPlease to add comments
No comments yet. Be the first to comment!