You can use the Loader command USE SCHEMA to specify which schema the current user should use.
If the name of the schema is identical to a keyword or if upper and lowercase notation is relevant, the name must be placed in double quotation marks.
This setting applies if no other schema is specified with a USE SCHEMA, USE USER or SET CURRENT SCHEMA command.
Example
USE SCHEMA hotel
The current database user should use the HOTEL schema.