You can use this Loader command for creating a database session to create a connection with the specified information.
<use_user_statement> ::= USE < user_statement>
This command terminates the current connection of the Loader to the database instance and creates a new connection with the specified parameters.
If you do not enter a database instance name under <user_statement>, the new connection is created to the database instance that was used prior to the USE USER command.