HI, all,
Thanks in advance!
Environment: windows 2012 server, 64 bit. oracle version: 12.1.0.2 enterprise
command used to recover a table from full backup:recover table scott.tt of pluggable database pdborcl until scn 2637509 auxiliary destination 'D:\app\oracle\product\12.1.0\dbhome_1\z_tmp';
result:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 03/30/2017 11:05:09
RMAN-04006: error from auxiliary database: ORA-12638: Credential retrieval failed
Command to backup the datqabase:
Rman> backup database plus archivelog;
Also tried in non-pluggable database, same environment but different server, got same error.
Any help is appreciated!