Use the SET SCHEMA statement to change the default schema.
The SET SCHEMA statement affects only the default entity name resolution. It does not change any access rights to database entities. The SET SCHEMA statement sets the default schema name for unqualified names in statements that are prepared in the current session by an EXECDIRECT statement or a prepare statement.
The SET SCHEMA statement takes effect immediately, starting from the next SQL statement.