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

Thread: How To Call Java Program from PL/SQL or Trigger

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    1

    How To Call Java Program from PL/SQL or Trigger

    Hi Friends,

    I have one requirement to call java program with in a Trigger.

    I have Written one simple java program that says Hello and a simple procedure that will call this java program like

    CREATE OR REPLACE PROCEDURE Hello_proc
    AS LANGUAGE JAVA
    NAME 'Hello.sayHello()';

    My Question is where to put the compiled Java Class in Oracle ?.

    Now i am getting the error Like ,

    ORA-29540: class Hello does not exist
    ORA-06512: at "SCOTT.HELLO_PROC", line 0

    can any one Help me regarding this.

    Thanks & Regards
    K.Murali gopal

  2. #2
    Join Date
    Apr 2001
    Location
    Czechia
    Posts
    712
    Ales
    The whole difference between a little boy and an adult man is the price of toys

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