Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 309 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.6K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 118 Oracle Analytics and AI Trainings
- 23 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Viewing BLOB attributes in OBIEE
Hi,
I have a table in an Oracle database with documents saved in BLOB format. I want to show this through OBIEE in a browser.
Column is already added with LOOKUP function tot eh BI Server so that is OK, but I need the last bit where I can view the (mainly PDF's) in browsers.
Any help would be highly appreciated.
Regards
Alf Eirik Nordmo
Answers
-
I would say your only chance would be to look in how images stored in the DB can be displayed.
Your blob isn't a PDF, it's a bunch of 0 and 1, that's it.
Your browser understand that a URL is a PDF thanks to some headers telling what is the time of the content it's about to receive, so you would have to go through something similar.
Probably using some JS you could fake it and let your browser know what the stream of 0 and 1 you are sending is.
0
