EXPDP/IMPDP from ASM Diskgroup in Oracle

EXPDP / IMPDP from ASM Diskgroup in Oracle

You need to point the Directory to the ASM diskgroup for creating datapump backup in Oracle ASM.

1. Create a directory pointing to ASM diskgroup

SQL> create directory ASMDIRECTORY as '+DISK1/TEST/TEMPFILE';
Directory created

2. EXPDP command for export into the ASM disk is same:

EXPDP dumpfile=test.dmp logfile=test.log directory=ASMDIRECTORY tables=HR.EMPLOYEES

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.