PrimaryLogicalDatabase

Default value: not used.

File: configuration file.

Context: ObjectId.

In case of multibase DODS application, it is possible to tell DODS to use unique (only from one logical database) objectId table to establish unique objectId(OID) across all logical databases. If "PrimaryLogicalDatabase" parameter is set to logical database name that is defined in current configuration, DODS will use objectid table from that database to create oids for all defined logical databases. If this parameter is not set, DODS will use separate objectId table from every database (one placed in that particular database).

Example:

DatabaseManager.DB.<databaseName>.ObjectId.PrimaryLogicalDatabase = <LogicalDatabaseName>