DEST
command line keywordDEST
specifies the file name(s) of the converted
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 |
DEST={dest_name |(dest_name,dest_name,...)|pathname}
Values |
Values |
|
Any valid report/library name or file name, or a list of valid report/library
names or filenames enclosed in parentheses and separated by commas (for example,
The default value is determined according to the following rules if the
|
|
An absolute path to a valid report/library name or file name. |
A list of report/library names or file names must be enclosed in parentheses with commas separating the names. For example:
(qanda,test,dmast)
(qanda, test, dmast)
If you have more destination names than there are source names, the extra destination names are ignored. If you have fewer destination names than there are source names, default names will be used after the destination names run out.
The value(s) for this keyword may be operating system-specific.
When DTYPE=REGISTER
, multiple destinations
are not required. If you list more than one SQL*Plus script file name for
DEST
, only the first one is recognized.
The others 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.