Refreshes any materialized views that are in a stale or needs compile status.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Database URL | FDORA_URL | Yes | The JDBC URL for the target Oracle database. This should be a complete JDBC URL (e.g. jdbc:oracle:thin:@localhost:1521:xe) |
Oracle Database User | FDORA_USER | Yes | The username that will be used to connect to the target Oracle Database. |
Oracle Database Password | FDORA_PASSWORD | Yes | The password for Oracle Database User. |
Target JDBC Driver Path. | FDORA_DRIVER_PATH | Yes | Path containing JDBC driver for target database connection. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Refresh method | FDORA_MVIEW_METHOD | No | Method to use to refresh the materialized view.
Defaults to ?. |
Rollback Segment | FDORA_MVIEW_ROLLBACK_SEGMENT | No | Rollback segment to use to refresh the materialized view. Defaults to None. |
Mview Parallelism | FDORA_MVIEW_PARALLELISM | No | Parallelism to use to refresh the materialized view. Defaults to 0. |
...