How automatic do you need this? One way of doing it is to use ldapsearch to extract the data you need from LDAP, convert the output into a single-line-per-user CSV using Perl (not Korn, not Python, not C -- JUST PERL!), and use SQL*Loader to pipe it into the DB. Something that could be run daily perhaps...
Just one possibility. Rich Rich Jesse System/Database Administrator [EMAIL PROTECTED] Quad/Tech International, Sussex, WI USA -----Original Message----- Sent: Wednesday, March 12, 2003 3:14 PM To: Multiple recipients of list ORACLE-L Hi, We need to bring the LDAP data into oracle tables under 8.1.7(Not 9i) and join with some other tables, which already exist in the Oracle 8.1.7 database to generate reports. I was wondering if we can use some tool to reverse engineer the LDAP data ad get table structures. Any idea. Thanks, Ashoke -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jesse, Rich INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
