semicolon issue in JAVA running from calc script
Hi,
We have our java that we call from calc script that sends SQL commands to Database. Problem is when we want to send execution of a procedure from a package;
e.g.
RUNJAVA ..................... "begin utl_hyp.Init_Load; end;"
Then the scirpt fails because of the semicolon in our text. When sending normal sql without semicolon everything is fine. Is there some escape character that can be used?
Thank you very much
lubos