Click to See Complete Forum and Search --> : problem CALLing java method from TOAD


Coenos
02-23-2003, 09:16 AM
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.

balajiyes
02-24-2003, 02:31 AM
if u paste the code it wld be grt

try this CALL run_stmt;

Cheers!