| Oracle® Fusion Middleware Oracle Reports ServicesレポートWeb公開ガイド 12c (12.2.1.2) E82763-01 |
|
![]() 前 |
![]() 次 |
XML PDSは、デフォルト設定を使用するように構成されているので、そのまま使用できます。
xmlpds.confファイルは、Oracle ReportsのXML PDS構成ファイルです。これは、次のディレクトリに格納されています。
Reports Serverの場合:
${DOMAIN_HOME}/config/fmwconfig/components/ReportsServerComponent/<reports_server_name>/
Oracle Reports Builderの場合:
${DOMAIN_HOME}/config/fmwconfig/components/ReportsToolsComponent/<reports_tools_name>/
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>