Reputation: 6440
Oracle provided BI Beans libraries which allows a web application to access Oracle OLAP. It seems that there are no new version of BI beans and that it is no more supported by Oracle.
Given above, how can we access Oracle 10g/11g OLAP in java/jsp programs?
Upvotes: 0
Views: 264
Reputation: 6150
The download is still available, and they are still supported, although perhaps not as much as you'd like. See this document, which also details alternatives. It's available from Oracle's BI Beans page:
http://www.oracle.com/technetwork/middleware/bbi-beans/overview/index.html
From my quick read of that document, it appears that Oracle's ADF components are the way to go. It also looks like BI Beans will still be covered by Oracle Fusion Middleware Extended Support until the end of 2011, and by Sustaining Support indefinitely.
Upvotes: 1