Process documentationCalling the Loader Locate this document in the navigation structure

 

The Loader database tool consists of a client part and a server part. The Loader client transmits the commands to be processed. The Loader server establishes the connection to the database and processes the commands.

Process

You can install the required Loader software components by specifying the following installation profiles: Loader or all. The way in which the Loader server is called depends on which Loader client you are using.

Syntax Rules for Calling Loader

Note the following general syntax rules when calling Loader.

  • Case-sensitivity: No distinction is made between uppercase and lowercase letters. Loader converts all names to uppercase characters internally unless you place character strings in double quotation marks.

  • Keywords: The keywords of Loader (Loader Keywords: Overview) and the SQL keywords (Keyword (keyword)) can both be used to denote database objects if they are placed in single or double quotation marks.

  • Variables: In the documentation variables of Loader options are indicated by angled brackets (Documentation Variable) and variables of Loader commands are indicated by angled brackets (Syntax Rules).

Note Note

The Loader and Java documentation contains only a short summary of the functions of the languages that can be used in Loader. For more information, see the vendor documentation for Java.

End of the note.

More Information

Loader