Extending Database Configurations
Extending Database Configurations
You can extend the database configuration by using a new database type and adding the corresponding configuration files to the src/main/resources/database-reset-sql/ or src/main/resources/database-url/ modules in the extensions/data-population/ext-data-population-core module . For more information about configurations and types, see Data Population Core Configurations.Use this example procedure to extend an Oracle database.
- To override the functionality of the oracle.sproc initialization script and to continue using the oracle-service.properties URLs, use a database type oracle-service-myproject.
- Add an oracle-service-myproject.sproc file to the src/main/resources/database-reset-sql/ module.