Query Microsoft Active Directory info from PL/SQL
alfonsFeb 14 2007 — edited Feb 15 2007Hi,
We are developping an APEX application that would need to query information about the enterprise computers defined on the Active directory. Anyone knows it would be possible acces to this info from PL/SQL?
I ahve read that exists a package that enables manipulate COM objectes (http://download-east.oracle.com/docs/cd/B10501_01/win.920/a95499/ch3core.htm#1006978)
and I know that they exists COM interfases to Active Diretory (they are named Active Directory Service Interfaces (ADSI) ) but I have no idea if its possible to succesfully merge these 2 concepts.
Has anyone tried to query Active directory info from PL/SQL using COM components or any other method?
Thanks by advance