Entering content frame

Syntax documentation USE SCHEMA Command Locate the document in the library structure

You can use the Loader’s USE SCHEMA command for starting a database session to specify which schema the current user is to use.

Syntax

<use_schema_command> ::= USE <schema_spec>

<schema_spec>

SCHEMA <valSCHEMA_NAME>

<valSCHEMA_NAME>

Name of the database schema the user is supposed to use

If the name of the schema is identical to a keyword or if the upper- and lowercase notation is relevant, the name must be placed in quotation marks.

Examples

Example

USE SCHEMA hotel

The current user is to use the HOTEL schema.

Explanation

You can specify which schema the current user is to use. This setting applies as long as no other schema is specified using a USE SCHEMA, USE USER or SET CURRENT SCHEMA  command.

See also:

Creating a Database Session: Commands

Options for Establishing a Connection

 

Leaving content frame