...
Info |
---|
When deploying a baseline that contains rename views, sequences, or synonyms, the value of Environment Instance Target Property |
...
Info |
---|
When renaming columns and tables in the same build, set the properties like:
|
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Database URL |
| Yes | The JDBC URL for the target Oracle database. This should be a complete JDBC URL (e.g. |
Oracle Database User |
| Yes | The username that will be used to connect to the target Oracle Database. NOTE*** If the project property FDORA_SCHEMA_NAME is not set, then this becomes the schema. |
Oracle Database Password |
| Yes | The password for Oracle Database User. |
Target JDBC Driver Path. |
| Yes | Path containing JDBC driver for target database connection. |
DDL Repo JDBC Driver Path |
| Yes | Path containing JDBC driver for DDL repository database connection. |
DDL Repository URL |
| Yes | The JDBC URL for the DDL repository. This should be a complete JDBC URL (e.g. jdbc:oracle:thin:@localhost:1521:xe) |
DDL Repository User |
| Yes | The userid used to connect to the DDL repository. |
DDL Repository Password |
| Yes | The password for the DDL repository userid. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Database Schema Name(s) |
| No | Comma-separated list of schemas controlled by this project. Leave this parameter blank if you want to have schema name different across environments. If it isn't provided, |
...
This operation will select all available endpoints associated to the environment/instanceTarget.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
...