DTYPE
command line keywordDTYPE
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 |
DTYPE={PLDFILE|PLLFILE|RDFFILE|REPFILE|REXFILE|TDFFILE|XMLFILE|JSPFILE|REGISTER}
Values |
Values |
|
The converted PL/SQL libraries will be stored in files in ASCII format. |
|
The converted PL/SQL libaries will be stored in files containing source code and P-code (compiled PL/SQL). |
|
The converted reports will be stored in one or more report definition
files (files with the |
REPFILE (default)
|
The converted reports will be stored in one or more binary runfiles (files
with the |
|
The converted reports will be stored in one or more text files (files
with the |
|
The report will be converted to one or more template files (files with
the |
|
The converted report(s) are stored in one or more XML files (files with
the |
|
The converted report(s) are stored in one or more JSP files (files with
the |
|
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. |
When you try to create a .rep
file using rwconverter
,
the source report's PL/SQL is automatically compiled. If there are
compile errors, an error message is displayed and the .rep
file is not created. To avoid this problem, make sure you compile
the source report's PL/SQL using ProgramCompile
before you try to create a
.rep
file.
When converting a report to a template, only objects in the report's header and trailer pages and the margin area are used in the template. Objects in the body are ignored.
rwconverter scott/tiger@mydb stype=rdffile source=inven1.rdf dtype=xmlfile dest=inven1_new.xml
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.