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.
@SivaK17078241
To manually install UDFs for Pega 718 on DB2 and Oracle, follow these steps:
Please note that it's not advised to use UDFs in a production environment.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
@SivaK17078241
To manually install UDFs for Pega 718 on DB2 and Oracle, follow these steps:
Please note that it's not advised to use UDFs in a production environment.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
Pega 718 UDF Installation Manual
Troubleshooting user-defined functions
ORA-29540: class com/pega/pegarules/data/udf/directstreamreader/DirectStreamReader does not exist
Invalid java class object
UDF issue after DB cloning