Categories
- All Categories
- Oracle Analytics Learning Hub
- 26 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 234 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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
