in reply to execute Oracle anonymous procedure using perl
You are effectively passing the command:
To oracle. This seems to generate an Oracle syntax error.BEGIN BEGIN NULL;END;END
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 |