I've had similar experiences at Java-oriented development shops where people didn't realize how easy it is to, say, parse a bunch of Oracle DDL and reformat it while moving the constraints to a separate file and renaming them. They didn't know Perl, or any other scripting language, so this sounded like an impossible task.
By the way, did you consider using Hibernate or something similar for these data objects?