Connection database schema specification

Version 1.3x has an FGLPROFILE entry to specify the database schema at runtime:
dbi.database.dbname.schema = "schema-name"

This entry could be used to select the native database schema after connecting to the server, for Oracle and Db2 only.

In version 2.0x, 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').