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.
