Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ORDS plugin allows export and import of ORDS modules. Users can create instance a target group for ORDS schema and configure it with LOCALHOST endpoint and URL, Credentials and JDBC driver path. Then one or more projects can be created to export and import modules. ORDS module projects can be included in FlexDeploy release as well to setup Continuous Delivery. Users can also write workflows to commit exported modules to SCM like Git, Subversion.

...

Topology Setup Recommendations

  • Create FlexDeploy Instance Target Group with name of REST enabled schema that contains ORDS modules. i.e. if you have more than one REST enabled schema, each one will be represented as FlexDeploy InstanceTarget Group.

  • You can use LOCALHOST endpoint as all operations are doing using JDBC drivers. This means that you do not need additional endpoints to be setup on database server.

...