标题: The Database Link (DB LINK) access in Autonomous Database failed with ORA-27476 [打印本页] 作者: 刘泽宇 时间: 2025-5-18 11:37 标题: The Database Link (DB LINK) access in Autonomous Database failed with ORA-27476 现象:
The database link access in Autonomous Database failed with below error
SQL> select * from dual@DBLINKECS;
select * from dual@DBLINKECS
*
ERROR at line 1:
ORA-27476: "ADMIN"."DBLINKCRED" does not exist
原因:
The credential DBLINKCRED used by the DBLINKECS is dropped
SQL> select owner,db_link,credential_name,credential_owner from dba_db_links;