How to fix the Oracle error ORA-28560: error in configuration of agent process?
In this post, you’ll learn more about the Oracle ErrorORA-28560: error in configuration of agent process with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-28560: error in configuration of agent process
Reason for the Error ORA-28560: error in configuration of agent process
An ORACLE server invoked a function not supported by the connected agent (Heterogeneous Services or external procedures). The most probable cause is incorrect Net8 setup, resulting in use of the wrong agent executable.
How to fix the Error ORA-28560: error in configuration of agent process ?
You can fix this error in Oracle by following the below steps
Check Net8 administration in the following ways: — When using TNSNAMES.ORA or an Oracle Names server, make sure that the connection from the ORACLE server uses the correct SID. — Check LISTENER.ORA on the agent’s host machine to assure that this SID refers to the correct agent executable in its (PROGRAM=…) clause.
Leave Your Comment