Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to migrate the LDAP data into Oracle 8.1.7 database table

RE: How to migrate the LDAP data into Oracle 8.1.7 database table

From: Jesse, Rich <Rich.Jesse_at_qtiworld.com>
Date: Thu, 13 Mar 2003 08:29:43 -0800
Message-ID: <F001.00569242.20030313082943@fatcity.com>


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
rich.jesse_at_qtiworld.com           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: Rich.Jesse_at_qtiworld.com

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: ListGuru_at_fatcity.com (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). Received on Thu Mar 13 2003 - 10:29:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US