Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-12638: Credential retrieval failed

ABU JAMANNov 22 2016 — edited Nov 22 2016

Hi all

Source db verison:12.1.0.2

Target db version: 12.1.0.2

OS: WIN 2012R2 64BIT

Cluster :RAC 2 nodes

I am trying to get database file from staging environment to production. I am getting above errors.

SQL> exec dbms_file_transfer.get_file('CF12C','ic_275_3669.dbf','LSTG12C','DF12CP','ic_275_3669_dbf.dbf');

BEGIN dbms_file_transfer.get_file('CF12C','ic_275_3669.dbf','LSTG12C','DF12CP','ic_275_3669_dbf.dbf'); END;

*

ERROR at line 1:

ORA-12638: Credential retrieval failed

ORA-06512: at "SYS.DBMS_FILE_TRANSFER", line 37

ORA-06512: at "SYS.DBMS_FILE_TRANSFER", line 132

ORA-06512: at line 1

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 20 2016
Added on Nov 22 2016
4 comments
1,057 views