The configuration of the database project is stored in a single file project.conf. This file is always in the root folder of the database project. Specific settings of the database project are stored in this file. The specific configuration items in this file are the property variables of the database project.
The following property variables can be used:
property | description |
---|---|
BLOCKED_ORACLE_SIDS | contains the list of oracle sids which are blocked for drop and or recreation. |
CREATE_OBJECTS | contains the list of object types used to install the database project in the database. Reflecting the folders to for installable scripts. For example create/apps/ddl or alter/apps/ddl. |
DEFAULT_ENVIRONMENT | contains the default environment to use, when no environment is given. |
DEFAULT_VERSION | Contains the version number to create the database project in the database. In other words the version of the create tree. |
DROP_OBJECTS | contains the list of object types used to drop a database project. Reflecting the folders to scan for drop scripts. See the folder plugins/static/drop |
ENVIRONMENTS | contains the list of environments used in this database project. |
ENVIRONMENT_GROUPS | contains the list of environment groups. map several environments to a folder in your database project. |
ENVIRONMENT_INSERT_STATEMENT | contains the sql script to insert the environment name of the database project in the database. |
ENVRONMENT_SELECT_STATEMENT | contains the sql script to select the environment name of the database project in the database. |
EXCLUDED_EXTENSIONS | contains the list of extensions excluded in this database project. |
EXCLUDED_FILES | contains the list of files excluded in this database project. |
EXCLUDED_FOLDERS | contains the list of folders excluded in this database project. |
ORACLE_SIDS | contains the list of valid oracle sids for this database project. |
ORACLE_USERS | contains the list of users used to connect to the database. |
PLUGINS | Contains the list of plugins used by this database project. |
SCHEMES | contains the list of schemas used in this database project. |
deprecated, contains the list of versions in this database project. | |
VERSION_SCHEME | contains the name of the scheme that holds the version of the database project in the database. |
VERSION_INSERT_STATEMENT | contains the sql script to insert the version of the database project in the database. |
VERSION_SELECT_STATEMENT | contains the sql script to select the version of the database project in the database. |
VERSION_UPDATE_STATEMENT | contains the sql script to update the version of the database project in the database. |
Wiki: FAQ - incorrect database version
Wiki: FAQ - no plugin found
Wiki: Plugins - Mysql - Create
Wiki: Plugins - Mysql - Drop
Wiki: Plugins - Mysql - Recreate
Wiki: Plugins - Mysql - Release
Wiki: Plugins - Mysql - Update
Wiki: Plugins - Oracle - Build
Wiki: Plugins - Oracle - Create
Wiki: Plugins - Oracle - Drop
Wiki: Plugins - Oracle - Recreate
Wiki: Plugins - Oracle - Unittest
Wiki: Plugins - Oracle - Update
Wiki: Reference Guide