Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 
 

 expdp encryption_mode tips

Oracle Database Tips by Donald BurlesonMarch 18, 2015

Question:  How do I use the encryption_mode parameter to hide the password in an export job.  I'm using a data pump export (expdp) and I want to hide the password.

Answer:  The Data Pump expdp encryption_mode parameter specifies the type of security and accepts the following values:

  • password:  Required to provide a password to encrypt the dump file

  • transparent:  Requires a wallet to use

  • dual:  Creates a dump file which might be imported using both the above mentioned modes

  • encryption_password:  Is used to provide a password for the dump file and differs between Oracle 10g and 11g. If this parameter is used, then the encryption parameter's default value becomes ALL. If both parameters are omitted, then the encryption parameter is set to NONE. 

In the following example, use all parameters to export data that is encrypted and password provided using the AES256 algorithm mode:

expdp usr1/usr1 dumpfile=dp_dir:test.dmp logfile=dp_dir:test.log encryption=all encryption_mode=password encryption_password=test encryption_algorithm=aes256 tables='tbl_test';

When you try to import the dump file without providing any password, you get the following error:

impdp usr2/usr2 remap_schema=usr1:usr2 dumpfile=dp_dir:test.dmp logfile=dp_dir:log.dmp

ORA-39002: invalid operation
ORA-39174: Encryption password must be supplied.

However, by supplying the correct password, you are able to import the object:

impdp usr2/usr2 remap_schema=usr1:usr2 dumpfile=dp_dir:test.dmp logfile=dp_dir:log.log encryption_password=test

 

 
 
 
Get the Complete
Oracle Utility Information 

The landmark book "Advanced Oracle Utilities The Definitive Reference"  contains over 600 pages of filled with valuable information on Oracle's secret utilities. This book includes scripts and tools to hypercharge Oracle 11g performance and you can buy it for 30% off directly from the publisher.
 


 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.

 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster