How to fix the Oracle error ORA-31398: DBMS_LDAP: Shared servers are not supported.?
In this post, you’ll learn more about the Oracle ErrorORA-31398: DBMS_LDAP: Shared servers are not supported. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-31398: DBMS_LDAP: Shared servers are not supported.
Reason for the Error ORA-31398: DBMS_LDAP: Shared servers are not supported.
The session executing functions from the DBMS_LDAP package is being handled by a shared server in the Database.
How to fix the Error ORA-31398: DBMS_LDAP: Shared servers are not supported. ?
You can fix this error in Oracle by following the below steps
Use dedicated database sessions to execute functions in the DBMS_LDAP package.
Leave Your Comment