Using Service-Level Keywords and Values
A service definition must begin with the
service=<NAME> keyword. Services using CARRAY,
STRING, or XML buffer types should only have one parameter in the
service. The recommended parameter name for a service that uses a
CARRAY buffer type is CARRAY with
carray as the data type. For a service that uses a
STRING buffer type, the recommended parameter name is
STRING with string as the data type. For
a service that uses a XML buffer type, the recommended
parameter name is XML with xml as the
data type.
The following table contains the guidelines for use of the service-level keywords and acceptable values for each.
Table 2-3 Service-Level Keywords and Values
| Keyword | Value |
|---|---|
service
|
Any Oracle Tuxedo service name |
export
|
True or false (default is false) |
inbuf/outbuf
|
Select one of these buffer types:
|
inview
|
Any view name for input parameters
(This keyword is optional only if one of the following buffer
types is used: VIEW, VIEW32,
X_COMMON, X_C_TYPE.)
|
outview
|
Any view name for output parameters (Optional) |
Parent topic: Syntax of the Bulk Loader Data Files