Asked By
hannahwtc
10 points
N/A
Posted on - 01/25/2013
Hi Tech Experts,
I am trying to fetch active directory information plsql using DBMS_LDAP but since I am a newbie to this oracle package ,so I am little confused.
Can anybody guide me through some basic steps?
Thanks.
How to retrieve active directory information plsql?
Hello
This PL/SQL API in the DBS_LDAP is based on the c type described chapter 3, API for oracle Internet directory. Now i have few step from where the oracle internet directory API release 9.0.2 below
SSL – All communication secured using API NON – SSAL – Client – to – server communication not secure                                          The APT uses TCp/IP to connect to an LDAP server When it does this it uses, by default an unencrypted channel. To use the SSL mode, you must use the Oracle SSL call interface. You determine which mode you are using by the presence or absence SSL calls in the API usage. You can easily switch between SSL and non SSL mode.
Here is the link where you can get more info.
http://pages.di.unipi.it/ghelli/didattica/bdldoc/A97329_03/manage.902/a95193/dbmsldap.htm
http://snippetsandhelp.blogspot.in/2012/02/oracle-plsql-using-dbmsldap-to-query.html
Thanks