Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use an external java class method from a jar file to Oracle LIB

TJ_TaySep 26 2017 — edited Sep 26 2017

Hi all

I wanted my PL/SQL to make use of an application to render a report.

I have a java code written. However this java code needs two java classes from the application jar file, QRapplication.jar

example of my java class method,

import java.io.File;

import com.QRSClient;

import com.runtime.eJobInfo;

public class Render_Rpt {

     public static byte[] createRpt ( ) {

   

}

Question: Where can I place this QRapplication.jar so that I can loadjava to Oracle DB successfully?

I have tried to place this jar file to $ORACLE/LIB but it is not working.

Please advise

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 24 2017
Added on Sep 26 2017
5 comments
1,518 views