I have Perl 5, and I use Oraperl to connect to Oracle 8i. I have no problem executing one command per line using
&ora_do($lda, 'drop table myTable');
However, command
&ora_do($lda, '@myFile.sql');
and
&ora_do($lda, '@/absolut/path/myFile.sql');
are just silently ignored. What should I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.