Oracle BI Publisher 企业版安装后的配置(BI Publisher Enterpr
Oracle BI Publisher 企业版安装后的配置(BI Publisher Enterprise Edition) 简介 安装之后的配置主要包含4项: 1.配置计划数据库 2.配置JDBC演示数据源 3.配置File演示数据源 4.安装BI Publisher桌面客户端。 配置Scheduler数据库 要定期运行报表的话,就
Oracle BI Publisher 企业版安装后的配置(BI Publisher Enterprise Edition)
简介
安装之后的配置主要包含4项:
1. 配置计划数据库
2. 配置JDBC演示数据源
3. 配置File演示数据源
4. 安装BI Publisher桌面客户端。
配置Scheduler数据库
要定期运行报表的话,就需要配置一个数据库并安装BI Publisher scheduler schema,其步骤如下:
1. 首先使用Administrator登陆BI Publisher服务器,然后选择Admin页签。
2. 在System Maintenance下面选择Scheduler Configuration.
3. 为上面的数据库连接输入下面这些字段
l 数据库类型,比如Oracle10g, IBM DB2 V9等等,根据选择会自动更改’ 数据库驱动类字段。
l 连接字符串,为选择的数据库类型指定数据库连接字符串,有默认的格式,修改一下即可。
l 用户名和密码,为数据库建立的计划用户,用户必须有连接数据库并创建表的权限。
l 数据库驱动类,这个是根据数据库类型自动设置,但你也可以手工指定其它的类。
注意:Oracle数据库驱动和DataDirect驱动都和BIPublisher一块安装了,不需要额外的设置。但对于其它的数据库驱动,虽然数据库驱动类字段自动设置了,但是还是需要额外的设置的。
4. 点击Test Connection按钮,如果设置都正确的话,页面上面就会提示连接建立成功,我这里图方便使用的是apps,这里应该建立一个名为bipubsched的user比较好。
5. 点击Install Schema就会按照scheduler schema到你的数据库中,安装之后,页面上方会有提示。
配置演示JDBC数据源
注意:演示数据源必须连接到一个拥有示例schema和未锁定的HR和OE用户的Oracle 数据库。
1. 选择Admin页签
2. 在数据源部分,选择JDBC Connection连接
3. 选择名为”demo”的数据源
4. 在Update Data Source页面,更改连接字符串指向拥有未锁定的OE用户的Oracle数据库。
5. 点击Test Connection按钮确认BI Publisher可以访问数据库。
6. 点击应用来保存修改。
7. 现在测试演示报表是不是可用了,点击Reports页签,然后选择Shared Folders>Sales Manager>World Sales,可以看到效果如下图
配置演示File数据源
XMLP目录包含演示文件数据源目录,如下设置这个目录为基于文件的数据源:
1. 在安装目录中定位DemoFiles目录,我的是C:\DevSuiteHome_1\xmlp\XMLP\DemoFiles
2. 使用Administrator用户登录BI Publisher
3. 选择Admin页签
4. 在数据源部分,选择File
5. 输入DemoFiles目录的路径,如下图:
6. 点击应用来保存修改。
7. 现在测试演示报表是不是可用了,点击Reports页签,然后选择Shared Folders>Financials>,点击Balance Letter下面的Edit.
8. 然后点击New Data Set1,可以看到数据源类型为File
9. Balance Letter,可以看到效果如下图
安装BIPublisher桌面客户端
在BI Pulisher安装目录下的Manual\Tools目录下有桌面客户端的安装文件BIPublisherDesktop.exe,我的目录是
F:\PPDownload\bipublisher_windows_x86_101342\Oracle_Business_Intelligence_Publisher_Standalone\manual\XMLP\Tools。
运行它,根据提示一步步安装就可以了,安装完成后,打开Word,就可以在Add-Ins页签中发现Oracle BI Publisher.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics





Solutions to Oracle cannot be opened include: 1. Start the database service; 2. Start the listener; 3. Check port conflicts; 4. Set environment variables correctly; 5. Make sure the firewall or antivirus software does not block the connection; 6. Check whether the server is closed; 7. Use RMAN to recover corrupt files; 8. Check whether the TNS service name is correct; 9. Check network connection; 10. Reinstall Oracle software.

The method to solve the Oracle cursor closure problem includes: explicitly closing the cursor using the CLOSE statement. Declare the cursor in the FOR UPDATE clause so that it automatically closes after the scope is ended. Declare the cursor in the USING clause so that it automatically closes when the associated PL/SQL variable is closed. Use exception handling to ensure that the cursor is closed in any exception situation. Use the connection pool to automatically close the cursor. Disable automatic submission and delay cursor closing.

Oracle database paging uses ROWNUM pseudo-columns or FETCH statements to implement: ROWNUM pseudo-columns are used to filter results by row numbers and are suitable for complex queries. The FETCH statement is used to get the specified number of first rows and is suitable for simple queries.

In Oracle, the FOR LOOP loop can create cursors dynamically. The steps are: 1. Define the cursor type; 2. Create the loop; 3. Create the cursor dynamically; 4. Execute the cursor; 5. Close the cursor. Example: A cursor can be created cycle-by-circuit to display the names and salaries of the top 10 employees.

To stop an Oracle database, perform the following steps: 1. Connect to the database; 2. Shutdown immediately; 3. Shutdown abort completely.

SQL statements can be created and executed based on runtime input by using Oracle's dynamic SQL. The steps include: preparing an empty string variable to store dynamically generated SQL statements. Use the EXECUTE IMMEDIATE or PREPARE statement to compile and execute dynamic SQL statements. Use bind variable to pass user input or other dynamic values to dynamic SQL. Use EXECUTE IMMEDIATE or EXECUTE to execute dynamic SQL statements.

Building a Hadoop Distributed File System (HDFS) on a CentOS system requires multiple steps. This article provides a brief configuration guide. 1. Prepare to install JDK in the early stage: Install JavaDevelopmentKit (JDK) on all nodes, and the version must be compatible with Hadoop. The installation package can be downloaded from the Oracle official website. Environment variable configuration: Edit /etc/profile file, set Java and Hadoop environment variables, so that the system can find the installation path of JDK and Hadoop. 2. Security configuration: SSH password-free login to generate SSH key: Use the ssh-keygen command on each node

An AWR report is a report that displays database performance and activity snapshots. The interpretation steps include: identifying the date and time of the activity snapshot. View an overview of activities and resource consumption. Analyze session activities to find session types, resource consumption, and waiting events. Find potential performance bottlenecks such as slow SQL statements, resource contention, and I/O issues. View waiting events, identify and resolve them for performance. Analyze latch and memory usage patterns to identify memory issues that are causing performance issues.
