DELIMITER
command line keywordDELIMITER
specifies the character(s) to use
to separate the cells in your report output.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
DELIMITER=value
Values |
Definition |
|||||||||||||||||
|
Any alphanumeric character or string of alphanumeric characters.
Any of these reserved values:
Escape sequences based on the ASCII character set, such as:
|
DELIMITER=, CELLWRAPPER="
Results in the following table row:
|
|
|
|
|
|
being output as follows:
"SMITH","JOHN","LEE","37823","10/14/98","PROGRAMMER"
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.