login

Logs in to a database.

Synopsis

login [-d/atabase name] [-u/ser names] [-p/assword value] [-s/chema | -m/aster value]

Description

Logs in to a database and enters into an interactive shell for entering other CQTool commands. You are prompted for any log in options that are not supplied on the command line.

Options and arguments

-d/atabase name
Specifies the name of the database to access.
-p/assword value
Specifies the password for the user logging in.
-u/ser name
Specifies the name of the user logging in.
-s/chema | -m/aster name
Specifies the database set of the user logging in.

Examples

The following is an example for logging in to a database.

CQTOOL login -d MYDB -u myname -p "" -s Local

Feedback