Connection database schema specification
Oracle- and DB2-specific FGLPROFILE entries can be specified to define the database schema at runtime.
Before version 2.00, an FGLPROFILE entry was
specified to define the database schema at
runtime:
dbi.database.dbname.schema = "schema-name"
This entry was used to select the native database schema after connecting to the server, for Oracle® and DB2® only.
Starting with version 2.00, this entry is now specific to the Oracle and DB2 database driver configuration
parameters:
dbi.database.dbname.ora.schema = "schema-name"
dbi.database.dbname.db2.schema = "schema-name"
For other database servers, this configuration parameter is not defined.
Important: It is no longer possible to specify the "schema" parameter
in the connection string (dbname+schema='name').