This element specifies a schema that is visible to the user of the element. A schema contains the mapping between the remote data model and the relational tables the driver exposes. Multiple schemas can be associated with a user. At least one <UseSchema> element must exist.
A basic <User> definition typically has two UseSchema elements: one that specifies the mapping to the remote data source and one for the local schema.
Attributes
name [required]: The name of the schema to associate with the user. The schema name is a string with a maximum length of 128 characters. The default value is RIGHTNOW for the remote data source and PUBLIC for the local database.