dbunload session variables
You can use some session variables as dbunload command options to shorten the command invocation syntax.
The session variables are follows:
- DB_USER
- Specifies the database user name.
- DB_PASSWORD
- Specifies the password.
- DB_DATABASE
- Specifies the database to unload from.
- DB_TABLE
- Specifies the table name. You can specify a fully qualified name.
- DB_SCHEMA
- Specifies the schema name.
- DB_HOST
- Specifies the host name or IP address.
- DB_PORT
- Specifies the port to use.