Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLcl Project with Existing Large Database

Mislav Matoković16 hours ago

Hi everyone,

I’m starting to work with SQLcl projects and Liquibase (LB) integration for CI/CD pipelines, and I have some questions about best practices when dealing with existing databases.

  • Database already exists with many soft and hard objects (tables, views, packages, procedures, triggers, etc.) Many of the schemas in our environment share and use objects across other schemas.
  • Database has never used Liquibase before.
  • What DB objects should be included moving forward.

Some of my questions:

  1. Baseline creation – Should I export the entire schemas into repo and use changelog-sync for Liquibase and make that my baseline is it better to only include selected objects that are still relevant for development going forward?
  2. Dev → Prod workflow – In good development/production setups, what’s the recommended way to handle existing objects so that SQLcl project can take over smoothly?

Thanks in advance!

Comments
Post Details
Added 16 hours ago
0 comments
12 views