RE: DBD::Oracle and m2o.pl

From: Ron Reidy (Ron.Reidy_at_arraybiopharma.com)
Date: 12/30/04


Date: Wed, 29 Dec 2004 19:11:35 -0700
To: "Michael A Chase tech" <mchase@ix.netcom.com>, "Maldonado, Daniel CW2 CTARNG" <daniel.maldonado@CT.NGB.ARMY.MIL>

Or he can use SQL*Loader to load it in.

--
Ron Reidy
Lead DBA
Array BioPharma, Inc.
-----Original Message-----
From:	Michael A Chase tech [mailto:mchase@ix.netcom.com]
Sent:	Wed 12/29/2004 7:04 PM
To:	Maldonado, Daniel CW2 CTARNG
Cc:	dbi-users@perl.org
Subject:	Re: DBD::Oracle and m2o.pl
On 12/29/2004 10:56 AM, Maldonado, Daniel CW2 CTARNG said:
> Hi there again, this may not be the best forum to ask this question but I
> don't think there is a DBD::Oracle list available.
This is the right place.  The DBI list is a good first stop for all DBI 
and DBD user issues.
> Does anyone have a script that can convert a mysqldump file to a sqlplus
> script?
That's not really a DBI issue, if you know the format of the file you 
can convert it to anything you want.  You could also write it directly 
to Oracle using DBI and DBD::Oracle.
> Oreilly lists it at:
> http://www.oreillynet.com/oracle/os_dir/commandline.csp
http://www.google.com/search?q=m2o.pl
I think I found the source in an email at 
http://bincang.net/forum/archive/index.php/t-55513.html
It looks like development ended with version 1.91 in 2001, but it should 
give you a start.  If you have to re-write it much, you might want to 
generate sqlloader control and data files instead of SQL*Plus.
-- 
Mac :})
** I usually forward private questions to the appropriate mail list. **
Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.
This electronic message transmission is a PRIVATE communication which contains
information which may be confidential or privileged. The information is intended 
to be for the use of the individual or entity named above. If you are not the 
intended recipient, please be aware that any disclosure, copying, distribution 
or use of the contents of this information is prohibited. Please notify the
sender  of the delivery error by replying to this message, or notify us by
telephone (877-633-2436, ext. 0), and then delete it from your system.


Relevant Pages