in reply to Multiple sql statements in one sql file
"I have to use a sql file,containing anonymous sql code,from one perl script"
For clarification, do you mean that the SQL in the file is unknown and you just want to run it from Perl? It looks as though you're trying to dump the contents of a table from oracle to a file. You could achieve this using DBI (see DBD::Oracle for a discussion of CLOBS).
|
|---|