This is a discussion on Re: oracledump.pl works on Oracle 8i, fails on Oracle 7.3.4 within the Oracle Database forums, part of the Database Server Software category; --> "P. Bianchi" <ppbianchi_@virgilio.it> wrote in message news:<av46jl$bqfnp$1@ID-163647.news.dfncis.de>... > Trying to mirror Oracle data onto Mysql, using oracledump.pl perl script ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "P. Bianchi" <ppbianchi_@virgilio.it> wrote in message news:<av46jl$bqfnp$1@ID-163647.news.dfncis.de>... > Trying to mirror Oracle data onto Mysql, using oracledump.pl perl script > (great utility, a big thanks! to the author). > > Oracledump succeeds in dumping tables from a O8i database (residing on the > same linuxbox). > > It fails in dumping tables from a 7.3.4 production database (placed on a > different unix server) with the following output: > > ============================ > Checking table structure for table TBLCONFREPARTI > Fetching keys for table TBLCONFREPARTI > Fetching indexes for table TBLCONFREPARTI > Printing CREATE TABLE statement for table TBLCONFREPARTI > > CREATE TABLE TBLCONFREPARTI (, PRIMARY KEY (STRIDREPARTO,BYTVERSIONE) ); > Preparing SELECT statement to fetch data from table TBLCONFREPARTI > > Can't call method "execute" on an undefined value at ./oracledump.pl line > 274. > ============================= > > Linux RH7.3, Kernel 2.4.18.10, Perl 5.6.1, DBI unknown, DBD-Oracle 1.12, > Oracledump "may 2001", Oracle 7.3.4 on an IBM AIX server. > > Any hint why the script oracledump, after having accessed and read the > source database over the network, fails to write down the output? > > TIA > P. Bianchi Have you thought about contacting the author of the script? Regards /Rauf Sarwar |