08 February 2008

Code Generator. GPL

PHP or Java Class Code Generator 1.1.0 is meant is automate the generation of classes to access databases in the style of Java beans. It uses the Fast Template engine to process template files that define the skeleton of functions and variables of classes that store and retrieve data object property values from a given database table, getter and setter functions to access those properties, and a function to delete a data object row from the respective database table.

06 February 2008

Collection of scripts to ease the daily maintenance work of Oracle database administrators. GPL

DBAHelper 0.2.3
Examples are moving objects between tablespaces, analyzing schemata, and rebuilding invalid indices. Also included is a little framework to simplify the use of RMAN (this framework depends on the use of Oracle 10g with the Recovery Area enabled and properly sized, so all backups go there).