Skip to Main Content

Database Software

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!

User credentials after 11.2.0.3 impdp of schema

885068Jul 20 2015 — edited Aug 10 2015

Hello Experts-

I am a bit confused here and hope someone can explain the following behavior.

  1. Expdp with SCHEMA=SCHEMA_NAME
  2. Impdp with REMAP_SCHEMA=SCHEMA_NAME:NAME2

Import is successful and through sqlplus on the database server I was able to verify the NAME2 credentials i.e. able to connect using the password of schema_name.

Question: However I am unable to connect (getting the invalid username /password error) when I try connecting using the same credentials through TOAD.

After alter user NAME2 identified by <password>;  I was able to connect via TOAD.

Why should I perform an alter user to make this work if impdp will grab the credential info. from export ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2015
Added on Jul 20 2015
15 comments
3,859 views