<Schema>
- Last Updated: June 14, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Service Cloud 5.1
- Documentation
Parent Element
<Database>
Child Elements
<ConfigOptions>, <SessionOptions>
Description
This element defines the schema that contains the mapping for a remote data source. The database configuration file can contain multiple schema definitions, but it must contain at least one. Each schema definition defines the type of data source to which the schema maps, the information to connect to the remote database (except password), and the information needed to configure the remote data model to relational table mapping. At least one <Schema> element must exist.
Attributes
name [required]: The name of the schema that defines the data model to
relational mapping. This attribute can be any valid identifier name. The default value is
RIGHTNOW for the remote data source and PUBLIC for the local database.
type [required]: The type of remote data source for which the schema
defines mapping. The value must be RightNow for the remote
data source and local for the local database.