When calling the Loader using the Loader CLI (LOADERCLI), you can specify options:
loadercli [<options>]
<options>
Name of the database instance |
|
Database server |
|
Name of the local Loader server, if you want to call the Loader CLI and Loader Server separately |
|
Isolation level |
|
Maximum permitted number of errors |
|
Specifies a substitution parameter |
|
Specifies a command separator |
|
Directory that contains the programs that depend on the version of the database software |
|
Defines the command separator for the command file and the interactive mode of the Loader CLI (the default value is a double slash (//) in background mode and ENTER in interactive mode) |
|
Version of the LoaderCLI |
|
When you call the Loader, you usually specify the name of the user (option -u) and the database instance (option -d). This creates a connection to the specified database instance for this user.
You can specify all the required commands and SQL statements in a command file (option -b), or you can enter the interactively.
loadercli -d hoteldb -u mona,red -b command.dat
You can also call the Loader without options, or by specifying only a database instance name (option -d). In this case, you must transfer all other commands for creating a database session in the command file. This creates the connection between the Loader and this or another database instance.