Hi folks
I need to call a stored procedure from within the
java code, I encountred the following error
ORA-00900: invalid SQL statement
I created a procedure that works perfectly I tested it in TOAD
This above procedure executes perfecty under toad
IT gives me res = 50 under toad
Now here is the code in java
This code gives me error exactly at this line
So how to fix that
Thank you