Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pluggable cloud db datapump (expdp/impdp)

oladayo.sNov 2 2017 — edited Nov 2 2017

Hello guys, I'm running oracle 12c database in the oracle dbaas cloud service. My db instance has multiple pdb's and I am trying to do a dump file export of each of the pdb's. (Ideally all pdb's export with a single command would be nice). Anyways, expdp command works fine for the default (or at least the first created pdb), however any attempt to execute the commands for the other pdb's give errors. e.g.

  1. expdp xyzadmin@xyzpdb  directory=EXPORT_DATA dumpfile=XXX.dmp- works fine
  2. expdb abcadmin@abcpdb directory=EXPORT_DATA dumpfile=abc.dmp - error
    1. UDE-12154: operation generated ORACLE error 12154

    2. ORA-12154: TNS:could not resolve the connect identifier specified

I am able to connect to both pdb's via sql developer. and my listener has all pdb's listed with the fully qualified names.

Also, i've defined the directories in the pdb's.

Any ideas? thanks

This post has been answered by Hemant K Chitale on Nov 2 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2017
Added on Nov 2 2017
2 comments
1,866 views