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