angoca / log4db2

A logging utility like log4j for IBM Db2 SQL PL
https://angoca.github.io/log4db2/
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

Install does not fail if object exists #195

Closed angoca closed 2 years ago

angoca commented 9 years ago

The install process creates the objects in the database. If one of them already exsits, the installation stops.

According to http://dba.stackexchange.com/questions/101580/getting-error-while-installing-log4db2-utility the installation found a bufferpool with the same name. Thus, the installation process should check if the object exist; if it does then do nothing, otherwise create the bufferpool.

This applies for the bufferpools and tablespaces.

angoca commented 2 years ago

Administrative objects are validated if they exist. #393a4dc