When you call the Loader using the Loader CLI (LOADERCLI), you can specify the following 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 |
|
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 |
|
Version of the Loader CLI |
|
When you call the Loader, you usually enter 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 required commands and SQL statements in a command file (option -b), or you can enter them interactively.
loadercli -d demodb -u sqltravel01,travel01 -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 database instance or another database instance.