Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Insert base64 QR Code data in Oracle Fusion

Closed
18
Views
4
Comments
User_V9TJK
User_V9TJK Rank 1 - Community Starter

Hello Oracle Community,

We are working on implementing eInvoice solutions for our client. From the API, we receive base64 QR Code data, which is 16,000 characters in length. Once we receive this data, we need to store it in Oracle Fusion against each AR Invoice, so that the QR Code can be printed in the BI Report. The problem is that there is no standard field available to capture this, and DFF does not support the CLOB datatype in Oracle Fusion.

If anyone has worked on a similar requirement, your guidance or recommendations would be greatly appreciated.

Thank you in advance for your support!

Answers

  • Syamantak Saha
    Syamantak Saha Rank 5 - Community Champion

    QR Code is an image you should be able to store as a BLOB in Oracle Fusion database.

  • User_V9TJK
    User_V9TJK Rank 1 - Community Starter

    There is no such table or column exists in Accounts Receviables. I was hoping to store that base64 data as Varchar and use RTF tags to generate QR Code image. If you are aware of any such details, please let me know

  • Syamantak Saha
    Syamantak Saha Rank 5 - Community Champion
    edited Sep 5, 2025 6:13AM

    For your particular requirement, you can ask your DBA to create a separate schema and table where you can store the QR Code as BLOB. Also, ask him to take regular backups for this.

    Oracle also provides storing Large Objects on Cloud:

    https://www.oracle.com/cloud/storage/object-storage/

  • This forum is for Oracle Analytics Cloud and Oracle Analytics Server.

    Recommend you post in an Oracle Fusion Applications forum for your requirement.

This discussion has been closed.