| Oracle® Fusion Middleware Oracle Reports ServicesレポートWeb公開ガイド 11g リリース1(11.1.1) B61375-01 |
|
![]() 戻る |
![]() 次へ |
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)の場合: ORACLE_INSTANCE\$FMW_HOME/user_projects/domains/<domain_name>/servers/WLS_REPORTS/stage/reports/reports/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>