http://www.perlmonks.org?node_id=143588


in reply to executing Java Oracle stored procedures...

just a wild guess:
have you tried $dbh->do( "BEGIN my_myproc(:foo); END;", 'bar' )
is the pipe | at the end of the procedure on purpose?
  • Comment on Re: executing Java Oracle stored procedures...