DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: problem CALLing java method from TOAD

  1. #1
    Join Date
    Feb 2003
    Location
    Netherlands
    Posts
    1

    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.

  2. #2
    Join Date
    Mar 2001
    Location
    Reading, U.K
    Posts
    598
    if u paste the code it wld be grt

    try this CALL run_stmt;

    Cheers!
    Cheers!
    OraKid.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width