EXPDP backup with cluster parameter to create on single Node in RAC

EXPDP backup with cluster parameter to create on a Node in RAC

In a RAC database, if you are taking export with parallel option then if you want that datapump directory is not shared between the nodes,
then you need to set paramete CLUSTER=N in expdp/impdp.

EXPDP example with CLUSTER parameter
If using parallel, then not for creating the datapump backup on different nodes.

EXPDP dumpfile=asset_%U.dmp logfile=asset.log directory=DBBACKUP parallel=8 cluster=N

This entry was posted in Oracle on by .
Unknown's avatar

About SandeepSingh

Hi, I am working in IT industry with having more than 15 year of experience, worked as an Oracle DBA with a Company and handling different databases like Oracle, SQL Server , DB2 etc Worked as a Development and Database Administrator.

Leave a Reply