goldmansachs / obevo

Obevo is a database deployment tool that handles enterprise scale schemas and complexity
Apache License 2.0
236 stars 56 forks source link

Oracle - XSD deployment capability #282

Open greenmonster1 opened 4 years ago

greenmonster1 commented 4 years ago

Hello -

We have been using Obevo on our legacy oracle over 18 months and have been finding it very useful. We currently have XSD's for validation of messages inbound and outbound (consumed and sent thru JMS client and custom wrapper).

The question I have is, would Obevo support XSD deployment to the DB? Currently we circumvent this problem by using a separate pipeline (outside of Obevo using PL/SQL script).

Thanks!

sandeep-chekuri commented 3 years ago

DB configurations system-config.xml are supported in xml and we can have an XSD for the same.

Obevo does not support database (table/procs/views etc) definitions in XSD's currently