How to import schemas using datapump

Using datapump to import one or more schemas in an Oracle database is very easy.

dpimp user/password dumpfile=file.dmp schemas=SCOTT,USER2 directory=DMP_DIR

Comments

Popular posts from this blog

Auditing user logon and logoff in Oracle

RMAN Restore vs. Recovery - what's the difference?