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

DTYPE command line keyword

DTYPE specifies the format to which to convert the reports or libraries.

The executables that can use this keyword are:

rwbuilder no
rwrun no
rwclient no
rwcgi no
rwserver no
rwservlet no
rwconverter yes

Syntax

DTYPE={PLDFILE|PLLFILE|RDFFILE|REPFILE|REXFILE|TDFFILE|XMLFILE|JSPFILE|REGISTER}

Values

Values

PLDFILE

The converted PL/SQL libraries will be stored in files in ASCII format.

PLLFILE

The converted PL/SQL libaries will be stored in files containing source code and P-code (compiled PL/SQL).

RDFFILE

The converted reports will be stored in one or more report definition files (files with the .rdf extension).

REPFILE
(default)

The converted reports will be stored in one or more binary runfiles (files with the .rep extension).

REXFILE

The converted reports will be stored in one or more text files (files with the .rex extension).

TDFFILE

The report will be converted to one or more template files (files with the .tdf extension).

XMLFILE

The converted report(s) are stored in one or more XML files (files with the .xml extension).

JSPFILE

The converted report(s) are stored in one or more JSP files (files with the .jsp extension).

REGISTER
A script file is created to load each report specified by SOURCE into OracleAS Portal with the RWWWVREG.REGISTER_REPORT function. Each load function is populated with the necessary information to register the report in OracleAS Portal. By running the resulting script file in SQL*Plus against the OracleAS Portal schema, you can batch register multiple reports in OracleAS Portal. For more information, see the appendix "Batch Registering Reports in OracleAS Portal" in the Oracle Application Server Reports Services Publishing Reports to the Web manual.

Usage notes

Example

rwconverter scott/tiger@mydb stype=rdffile source=inven1.rdf dtype=xmlfile dest=inven1_new.xml 

See also

Command line keywords

Using the command line

Running a report from the command line