Hi There,
Source:
Database Oracle 12.1
Linux -64 Bit
We have Procedure which does insert on Remote Database. it works well on Local Table queries and tries to execute the Insert statement on Remote DB, getting "ORA-03150: end-of-file on communication channel for database link ORA-02063: preceding line from Database Link". This Issue is not occurring Frequently. But we are able to run query Like "SELECT SYSDATE FROM DUAL@DBLINK" and it worked as expected.
Doc Id 2372101.1 Says This issue is caused by bug 27331476 and patch 27331476 is required to resolve the issue.
Can you please help here to resolve it.
Thanks