Syntax Rules for Setting up a Session
<user_statement> ::= USER <valUSERNAME> <valPASSWORD> [<database_name_statement> ]
valUSERNAME |
User name (see database user) |
valPASSWORD |
User password |
The database system automatically converts the user name and password to uppercase letters. If you want to suppress the conversion, you must place the names in quotation marks.
The user data transferred is used to set up a database session with the database instance.
If you call the Loader CLI, then you can specify user data with the option -u or by calling the Perl interface or the Python interface of the Loader.