64-bit Win7下启动OBIEE 10g Catalog Manager

来源:互联网 发布:cuda 8.0 linux下载 编辑:程序博客网 时间:2024/06/05 07:20

The Oracle Business Intelligence Suite Enterprise Edition Plus (EE) is a comprehensive suite of enterprise BI products, 
delivering the full range of BI capabilities including interactive dashboards, full ad hoc, proactive intelligence and alerts, enterprise and financial reporting, real-time predictive intelligence, disconnected analytics, and more. In addition to providing the full gamut of BI functionality, the Oracle Business Intelligence Suite EE Plus platform is based on a proven, modern Web Services-Oriented Architecture that delivers true next-generation BI capabilities.

 

OS: WIN7 64bit

JDK: Java(TM) SE Runtime Environment (build 1.6.0_10-rc2-b32)

Issue:


Solution: Must use the 32-bit JDK for OBIEE, as it is a 32-bit application.


--配置环境变量

1. Make sure that your PATH is pointing to 32-bit JDK:

Click on the Start button.
Right click on Computer
Select Properties
From the resulting Window, click on Advanced Settings
In the resulting dialogue box, click on the Environment Variables button so that you can edit the path.
Add the path for the 32-bit JDK as the first entry to the PATH Variable.


--命令行启动Catalog Manager

2. Open a command Window prompt and change to the catalog manager directory:
$OracleBi/web/catalogmanager


3. Run the following command:
java -jar startup.jar

If you want to use a custom settings for Java Heap you may use the following command:

java -jar startup.jar -Xmx800M -Xms400M