Home | Previous Page | Next Page   Environment Variables > Environment Variables >

DBDELIMITER

The DBDELIMITER environment variable specifies the field delimiter used with the dbexport utility and with the LOAD and UNLOAD statements.

Read syntax diagramSkip visual syntax diagram>>-setenv--DBDELIMITER--'delimiter'----------------------------><
 

delimiter
is the field delimiter for unloaded data files.

The delimiter can be any single character, except those in the following list:

The vertical bar ( | = ASCII 124) is the default. To change the field delimiter to a plus ( + ) symbol, for example, you can set DBDELIMITER as follows:

setenv DBDELIMITER '+'
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]