SOLVED
ORA-39174: Encryption Password Must Be Supplied
Asked by OracleDba••13 views•oracle
12345
ORA-39174: Encryption Password Must Be Supplied
Problem :
While importing a dump file, got this error.#oracle#error
12345
ORA-39174: Encryption Password Must Be Supplied
Problem :
While importing a dump file, got this error.12345678910111213
If exported dump file is an encrypted one. then we need to pass the same password while importig the dump file.
so get the password & import as below :
dumpfile=emp_sal.dmp
logfile=emp_tab.log
directory=VEN
tables=test.EMP_TAB
ENCRYPTION_PASSWORD=Oracle#1234