How To Run Expdp In Pluggable Database(PDB)
In the multitenant database, For getting an export dump from the pluggable database, It is a bit different process.
oracle configurationintermediate
by OracleDba
14 views
In the multitenant database, For getting an export dump from the pluggable database, It is a bit different process.
1
$ lsnrctl status12345
SQL> show pdbs
SQL> alter session set container=PDBPRIM;
SQL> create directory PDB_EXPDIR as '/data/backup';
$ expdp TESTUSER/TESTUSER@PDBPRIM dumpfile=TESTUSER.dmp logfile=TESTUSER.log directory=PDB_EXPDIR SCHEMAS=TESTUSER schemas=TESTUSERPlease to add comments
No comments yet. Be the first to comment!