I have Perl 5, and I use Oraperl to connect to Oracle 8i. I have no problem executing one command per line using
However, command
and
are just silently ignored. What should I do?
Thanks for help in advance
Code:
&ora_do($lda, 'drop table myTable');
Code:
&ora_do($lda, '@myFile.sql');
Code:
&ora_do($lda, '@/absolut/path/myFile.sql');
Thanks for help in advance