Skip to Main Content

E-Business Suite

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 generate QR code in PLSQL using URL stored in database table, and store it in database column

Dipika DesaiMay 8 2026

How to generate QR code in PLSQL using URL stored in database table, and store it in database column. We already have a column storing URL, we need to generate QR code and store it in same table corresponding row column. Please help in how to acheive this requirement. I found below options from google but did not help me.

1. APEX approach - how to achieve this, share with an example
2. Java approach - I gave jar files to DBA team which I found over google and gave instructions as Connect as SYSDBA & upload all below jar files with load java tool to your database.

loadjava -force -genmissing -r -user username/password@database -verbose core-1.7.jar
loadjava -force -genmissing -r -user username/password@database -verbose javase-1.7.jar
loadjava -force -genmissing -r -user username/password@database -verbose qrgen-1.2.jar
DBA came across issue
arguments: '-user' '***/***@instance' '-force' '-genmissing' '-r' '-verbose' 'core-1.7.jar'
creating : resource META-INF/MANIFEST.MF
loading : resource META-INF/MANIFEST.MF
created : CREATE$JAVA$LOB$TABLE

Comments
Post Details
Added on May 8 2026
5 comments
319 views