DBA Hub

📋Steps in this guide1/1

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
1

CLUSTER PARAMETER IN RAC

parfile content:

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
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=N

Comments (0)

Please to add comments

No comments yet. Be the first to comment!