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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

call jar File from pl/sql

mpatzwahlNov 15 2024

Hi,

i am a Java Dummy i´m so sorry :-( mayby this is a stupid question but anway i ask it here ….

I have a jar File that can by called on the command like this:

java -jar -infile path/xx.pdf -outfile path/xx.xml

at the moment i call a external job that does the work, but cool would be to call this jar function inside pl/sql.

I have seen i can load jar files into the database, but how could i call these with the two parameter ?

Thanks

Marco

Comments
Post Details
Added on Nov 15 2024
2 comments
88 views