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

DEST command line keyword

DEST 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

Syntax

DEST={dest_name |(dest_name,dest_name,...)|pathname}

Values

Values

dest_name

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, (qanda,test,dmast)).

The default value is determined according to the following rules if the DEST keyword is not specified:

  • If DTYPE is PLDFILE, then DEST is source.pld.

  • If DTYPE is PLLFILE, then DEST is source.pll.

  • If DTYPE is RDFFILE, then DEST is source.rdf.

  • If DTYPE is REPFILE, the DEST is source.rep.

  • If DTYPE is REXFILE, then DEST is expdat.rex.
  • If DTYPE is XMLFILE, the DEST is source.xml.

  • If DTYPE is REGISTER, the DEST default name is the
    name of the SQL*Plus script output file (for example, output.sql)

pathname
An absolute path to a valid report/library name or file name.

Usage notes

  (qanda,test,dmast)
  (qanda, test, dmast)

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