A script-enabled browser is required for this page to function properly.

Publishing a report in OracleAS Portal

OracleAS Portal is integrated with Oracle Reports. This integration enables you to quickly publish a report as a portlet (that is, a small, dynamic region) or an item on a page, so that end users can easily access dynamic reports.

For general information, refer to the section titled "Integration with OracleAS Portal" in Getting Started with Oracle Reports, available on the Oracle Technology Network Oracle Reports 10g page
(http://www.oracle.com/technology/products/reports/index.html).

For detailed information and tasks to publish a report as a portlet in OracleAS Portal, see the chapter "Deploying Reports in OracleAS Portal" in the Oracle Application Server Reports Services Publishing Reports to the Web manual, available on the Oracle Technology Network Oracle Reports Documentation page (http://www.oracle.com/technology/documentation/reports.html).

Running reports in OracleAS Portal as an item link

When you install OracleAS Portal with a nondefault language setting, some entries required to publish a report as an item link on a portal page are not installed automatically. You must install the language of your choice by using the rwlang.sql script.

Thus, you must run rwlang.sql (ORACLE_HOME/portal/admin/plsql/wwd/) if:

Note: This is a one time post-installation task and will ensure that you can publish a report as an item link on OracleAS Portal.

To run the script:

  1. Change the directory to ORACLE_HOME/portal/admin/plsql/wwd/.

  2. Run sqlplus.

  3. Log on to OracleAS Portal using the portal schema.

  4. Run the rwlang.sql script with the following parameters:

    @rwlang.sql language_list

    where

    language_list is the list of languages separated by commas.

    For example, to install French and Japanese:

    @rwlang.sql f,ja

Usage notes