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!

expdp impdp on PDB without password

Mario GuarinoJun 8 2016 — edited Jun 9 2016

Hi,

I have a 11g shell script that I use to backup database schemas and I want to use it on 12c Pluggable database.

The script doesn't contain password because I use the following:

expdp / dumpfile=$DUMP_FILE logfile=$LOG_FILE full=y directory=BACKUP_FULL

Where / is an OS user with external authentication.

How can I execute the same on a PDB database NOT writing explicit password and NOT using remote_os_authent=TRUE for security reasons?

many thanks

Mario Guarino

This post has been answered by Vlad Visan-Oracle on Jun 8 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2016
Added on Jun 8 2016
9 comments
7,912 views