Dropping objects before create
bpye
Posts: 4
Is there any way to generate a package that will check for existence of database objects and drop them if they exist, before creating them?
Comments
Unfortunately not. New database packages shouldn't need this logic, and upgrade packages attempt to modify and adjust existing objects.