Oracle® Fusion Middleware Publishing Reports to the Web with Oracle Reports Services 11g Release 1 (11.1.1) Part Number B32121-01 |
|
|
View PDF |
XML PDS is configured and available out-of-the-box.
The xmlpds.conf
file is the Oracle Reports XML PDS configuration file. It is located at the following directories:
For Reports Server:
ORACLE_INSTANCE
\config\ReportsServerComponent\
server_name
For Oracle Reports Builder:
ORACLE_INSTANCE\config\ReportsToolsComponent\ReportsTools
For Reports Application (in-process Reports Server) deployed in Oracle WebLogic Server: ORACLE_INSTANCE
\$FMW_HOME/user_projects/domains/<domain_name>/servers/WLS_REPORTS/stage/reports/reports/configuration
Note:
The only parameter that can be changes is thecolumnLength
. The default size of the column is 4000 bytesExample
The following example illustrates the contents of xmlpds.conf
file:
<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>