Tagged Questions

2
votes
3answers
909 views

Couple of questions from a liquibase noob

Im evaluating liquibase for a project starting today. Has anybody used it to create procedures, functions, basically all of the plsql stuff? If not, is it possible to write embedded sql code in the ...
0
votes
3answers
876 views

Prevent error when dropping not existing sequences, creating existing users

I have a bunch of sql scripts that create / drop sequences, users and other objects. I'm running these scripts through liquibase, but they fail because oracle complains when I try to drop a non ...