in reply to execute Oracle anonymous procedure using perl

Please use <code> tags , as described in Markup in the Monastery.

You are effectively passing the command:

BEGIN BEGIN NULL;END;END
To oracle. This seems to generate an Oracle syntax error.

To see what it does, run that using "sqlplus", and see if you get the same result.

        ...The words of the Prophets are written on the Facebook wall.

Replies are listed 'Best First'.
Re^2: execute Oracle anonymous procedure using perl
by Anonymous Monk on Feb 04, 2016 at 21:56 UTC
    Thanks for response. I am using ODBC as see in the DBI statement.