Oracle Analytics Cloud and Server

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

Store BI Publisher reports in a table

Received Response
21
Views
2
Comments
RD
RD Rank 1 - Community Starter

Hello All,

Currently researching a requirement for one of my projects where we want to store the pdf files generated by BI publisher as a blob column in a table.

Can anybody please share how this can be achieved from BI publisher ?


Thanks in Advance

Answers

  • How about generating in a folder which is an external folder in your DB and you have a piece of SQL reading it into a table?

    It isn't something Publisher will do out of the box, Publisher generates files and write them somewhere, but a PDF into a database table is asking a bit too much...

  • RD
    RD Rank 1 - Community Starter

    Thank You @Gianni Ceresa