Link to home
Start Free TrialLog in
Avatar of mirabai23
mirabai23

asked on

How to end ldap session in pl/sql for users stored in a user table

Using dbms_ldap in pl/sql code, I would like to be able to loop through a user table, and for each user found, drop their session.  How can this be done? Very new to dbms_ldap package functions, so please be specific.
ASKER CERTIFIED SOLUTION
Avatar of Naveen Kumar
Naveen Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mirabai23
mirabai23

ASKER

garysadler - thanks for the detail - i am currently trying this out.  I will respond again when I have more info to share. but you're right, the issue I had was being able to pass in the session to 'unbind'!