ヘッダーをスキップ
Oracle® Fusion Middleware Oracle Reports ServicesレポートWeb公開ガイド
11gリリース2 (11.1.2)
B70751-03
  ドキュメント・ライブラリへ移動
ライブラリ
製品リストへ移動
製品
目次へ移動
目次
索引へ移動
索引

前
 
次
 

13.3 XML PDSの構成と使用

XML PDSは、デフォルト設定を使用するように構成されているので、そのまま使用できます。

13.3.1 XML PDS構成ファイル

xmlpds.confファイルは、Oracle ReportsのXML PDS構成ファイルです。これは、次のディレクトリに格納されています。

  • Reports Serverの場合:

    ORACLE_INSTANCE\config\ReportsServerComponent\server_name

  • Oracle Reports Builderの場合:

    ORACLE_INSTANCE\config\ReportsToolsComponent\ReportsTools

  • Oracle WebLogic ServerにデプロイされたReportsアプリケーション(インプロセスReports Server)の場合:
    DOMAIN_HOME/config/fmwconfig/servers/WLS_REPORTS/applications/reports_version/configuration


ノート:

変更できるパラメータはcolumnLengthのみです。列のデフォルト・サイズは4000バイトです。


次の例は、xmlpds.confファイルの内容を示しています。

<xmlpds     xmlns="http://xmlns.oracle.com/reports/pdsxml"   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"   xsi:schemaLocation="http://xmlns.oracle.com/reports/pdsxml file:c:\orawin/reports/dtd/xmlpds.xsd"   >     <columnInfo>         <columnLength>4000</columnLength>     </columnInfo></xmlpds>