Question
HSBC
IN
Last activity: 15 Aug 2024 21:58 EDT
ORA-29540: class does not exist
Hello,
I'm trying to install UDFs using generateudf.sh file. The build is succesfull but when I validate using below command, I found zero results.
select dbms_java.longname(Object_Name), status from dba_objects where owner= 'RULES' and object_type like 'JAVA%';
and when I try to run the UDF pr_read-from_stream query ,below error exits.
ORA-29540: class com/pega/pegarules/data/udf/directstreamreader/DirectStreamReader does not exist.
Can someone help with step by step procedure to install UDFs.