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

STYPE command line keyword

STYPE specifies the format of the report(s) or libraries to be converted.

The executables that can use this keyword are:

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

Syntax

STYPE={PLDFILE|PLLFILE|RDFFILE|REXFILE|XMLFILE|JSPFILE}

Values

Description

PLDFILE

Source PL/SQL libraries are stored in files in ASCII format.

PLLFILE

Source PL/SQL libaries are stored in files containing source code and P-code (compiled PL/SQL).

RDFFILE

Source report(s) are stored in one or more report definition files (files with the .rdf extension). 

REXFILE

Source report(s) are stored in one or more text files (files with the .rex extension).

XMLFILE

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

JSPFILE

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

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