problem CALLing java method from TOAD
Hi,
this is really lame but I can't seem to figure this one out.
I have built a java class that selects id, name, value from a table and System.out.printlines all values.
However, when I build a procedure around this and CALL the java method
like this:
CALL run_stmt();
I get the ora-0904 invalid column name error. This happens for all statement I try to execute.
Even CALL whatshamacallit has the same error, even though this method doesn't exist.
What is worng with this statement ???
Any help would be appreciated.
Thanks.