Syntax Rules for Setting up a Session
<database_name_statement> ::= SERVERDB <valDBNAME> [ON <valDBNODE>]
valDBNAME |
Name of the database instance, applies to the whole database session with this database instance. If the name of the database instance is identical to a keyword or if the upper- and lowercase notation is relevant, the name must be placed in quotation marks. |
valDBNODE |
Name of the server on which the database instance that you want to open for a database session is installed. |
Use it to open a database session for the database instance specified with valDBNAME.
If you also specify the name of the server valDBNODE, on which this database instance is installed, the database session for this database instance is opened on this server. Otherwise, the Loader assumes that the specified database instance is on the host where the user is logged on to the Loader.