Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

A procedure is working fine when called directly but getting error when called from function

raghunadhanAug 5 2021

We are migrating AIMS to Active Directory as LDAP .we are integrating Apex with AD. We had packages to authenticate to AD that we use .one of the procedures gets users attribute from AD. when it called separately(that is directly) it is working fine. This procedures also called from an authentication function of package but it is throwing invalid ldap session.

That is -- when this procedures is commented in that autentication function this function is working fine when not commented it is throwing invalid ldap session..

Comments

Post Details

Added on Aug 5 2021
4 comments
138 views