SOURCE
command line keywordSOURCE
specifies the report/library or list of reports/libraries
to be converted. rwconverter
requires that you specify a source
report or library.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
no |
rwclient |
no |
rwcgi |
no |
rwserver |
no |
rwservlet |
no |
rwconverter |
yes |
SOURCE={source_name |(source_name,source_name,...)}
Values |
Description |
|
Any valid report/library name or filename or list of valid report/library
names or filenames enclosed by parentheses with a comma separating the
names (for example |
SQL wildcard characters (%
and _
) may be used
for reports or libraries that are stored in the database. For example, R%
would fetch all reports stored in the database that begin with R
.
All reports that match will be converted.
A list of report/library names or filenames must be enclosed in parentheses with commas separating the names. For example:
(qanda,test,dmast)
(qanda, test, dmast)
Wildcard characters are invalid for reports/libraries stored in files (that
is, with extensions of .rdf
, .rep
, .rex
,
.pld
, .pll
, or .xml
).
The value(s) for this keyword may be operating system-specific.
If you are using user-owned Reports Builder tables, reports/libraries from multiple users must be converted for each user individually.
To convert reports/libraries, you must have created them, or have been
granted access to the ones you did not create, in order to convert them.
If no USERID
string prefixed to the report/library name, the
USERID
string is assumed to be that of the current user.
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.