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