generateChangeLog or diffChangeLog commands not showing or creating stored procedures, Insert Statements, Packages etc

generateChangeLog or diffChangeLog commands not showing or creating stored procedures, Insert Statements, Packages etc… as change sets in resulting changelog file. when I manually add stored procedures and insert statements in changelog file as change sets then I can able to update those changes to database. So please suggest anyone Why I am unable to see stored procedures, insert statements, packages while I can able to see or generate other things like tables, views, indexes, sequences etc

I am using Liquibase 4.3.1 free version and Oracle 19c database

Thanks!

Regards
Vikas Adicherla

Liquibase Open Source Version does not support generateChangeLog for the following object types:

  • package
  • packagebody
  • function
  • stored procedure
  • trigger
  • view

And diffChangeLog for the following object types:

  • checkconstraint
  • package
  • packagebody
  • function
  • trigger
  • synonyms

Those object types are supported by Liquibase Pro.
See the documentation for more details:

1 Like