Release 2 (9.0.2)
April 2002
Part No. A96187-01
Oracle9i Business Intelligence Beans (hereinafter referred to as "BI Beans") is a set of standards-based JavaBeans that provides analysis-aware application building blocks designed for Oracle9i OLAP. Using Oracle9i JDeveloper and BI Beans, you can build Internet applications quickly and easily. These applications expose the advanced analytic features of the Oracle9i database to both casual information viewers and high-end users who require complete ad-hoc query and analysis functionality.
For installation instructions, see Installing Oracle9i Business Intelligence Beans, which is available from the BI Beans download page on Oracle Technology Network. To help you start working with BI Beans, consult the Help system (which includes links to tutorials) and the API reference. In addition, sample code is published on Oracle Technology Network to assist you in coding common application tasks.
Certification and System Requirements
General Issues and Workarounds
Administrative Issues and Workarounds
Migrating Beta Projects
Software | Product | Operating Systems |
---|---|---|
Development environment (IDE) |
Oracle 9i JDeveloper |
Windows NT 4.0 (Service pack 6a), Windows 2000 (Service Pack 1), Windows XP, Sun SPARC Solaris 2.6, 2.7, 2.8, HP-UX 11.0, LINUX (Redhat 7.1 or SUSE SLES7) |
OCI JDBC driver (optional) |
Oracle 9i Client |
Windows NT 4.0 (Service pack 6a), Windows 2000 (Service Pack 1), Windows XP, Sun SPARC Solaris 2.6, 2.7, 2.8, HP-UX 11.0, LINUX (Redhat 7.1 or SUSE SLES7) |
Software | Product | Operating Systems |
---|---|---|
Application server |
Oracle9iAS 2.0 |
Operating systems where Oracle9iAS 2.0 is supported |
Servlet engine |
OC4J (from Oracle9iAS 2.0 with JDeveloper JVM overlaid); Tomcat 3.2.1 |
NA |
Web listeners |
OC4J; Oracle9iAS 2.0 - Oracle HTTP Server powered by Apache |
NA |
JVM version |
JVM 1.3.1-b24 for servlet engine (comes with JDeveloper) |
Windows NT 4.0, Windows 2000 |
Software | Product | Operating Systems |
---|---|---|
Data server |
Oracle 9i 9.0.1 Enterprise Edition with OLAP and OLAP 9.0.1.2.1 Patch |
Operating systems where Oracle9i OLAP is supported. |
BI Beans Catalog |
Oracle 9i 9.0.1.x Standard Edition/ Enterprise Edition |
Operating systems where Oracle9i 9.0.1 Standard Edition/ Enterprise Edition is supported |
Software | Product | Operating Systems |
---|---|---|
Browser for HTML-client applications |
Microsoft Internet Explorer 5.0/ 5.5, Netscape 4.7x |
Windows NT 4.0, Windows 2000 |
Browser for HTML-client applications |
Microsoft Internet Explorer 6.0, Netscape 6.x |
Windows XP |
Browser for HTML-client applications |
Netscape 4.7x |
LINUX (Redhat 7.1 or SUSA SLES7) |
Browser for HTML-client applications |
Netscape 4.7x |
HP-UX 11.0 |
Browser for HTML-client applications |
Microsoft Internet Explorer 5.0, Netscape 4.7x |
Sun SPARC Solaris 2.6, 2.7, 2.8 |
JVM version for Java-client applications |
JVM 1.3.1-b24 |
NA |
This section describes general issues and workarounds for BI Beans.
saveAsJSP.jsp
in the tutorial should be viewerJSP.jsp
.AsymmetricDrilling
property of a Query object should not be changed during that object's lifetime.getId()
method to avoid a null pointer exception. This method must return a unique
identifier for the custom panel that is being added to QueryBuilder. In the
next release, this method will be abstract and an error will occur at compile
time if it is not implemented.classes12.jar
and nls_charset12.jar
, under the Oracle Home directory, as shown
in the following examples.
Windows example -- If the Oracle Home directory is d:\oracle9
,
then you enter the following: JDBC_CLASSPATH=d:\oracle9\jdbc\lib\classes12.jar;d:\oracle9\jdbc\lib\nls_charset12.jar
UNIX example -- If the Oracle Home directory is /usr/oracle
,
then you enter the following: setenv JDBC_CLASSPATH /usr/oracle/jdbc/lib/classes12.jar:/usr/oracle/jdbc/lib/nls_charset12.jar
refresh
method on the root folder.-Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB;-Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB
jnlp
file (the configuration file for Java
Web Start) for the application, then set all permissions for the <security
>
element.-Doc4j.userThreads
is set to true
. -Doc4j.userThreads
is set to true
. In a deployment environment, which uses a standard
OC4J installation, you must always ensure that this option is set correctly.
In the current design environment, this option is set for you when you create
a BI Beans generated servlet application. However, if you are working with
a servlet that was created in an earlier version, then you might need to set
this option. Numerous changes have been made to the BI Beans API in order to improve the product. To migrate projects created with BI Beans Beta software to the production release, you must perform the following tasks:
![]() |
|
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
Oracle is a registered trademark and Oracle9i is a trademark or registered trademark of Oracle Corporation. Other names may be trademarks of their respective owners. |