Informix Database Utility Scripts

File NameDescription
dayOfWeek Use Zeller's algorithm to determine the day of the week for any date after 1753
envbuild Build and configure an Informix 7.10 installation from a text file. Builds all the Informix chunks and configures the server from a parameter file. Allows you to take a snapshot of your current Informix configuration and dump to a parameter file.
idbverify Performs an MD5 hash of an in situ Informix schema. Can be used to determine if schema has been changed.
idf prints the space usage of an Informix database - much like df(1)
ilt Informix List Tables
InfShLibFuncs Various Shell functions for database administration
ioncheck check the consistency of an Informix database
ioptimise Optimise an Informix database
ireduce reduce the dbspace size by a percentage on a 16MB boundary
ipc Useful tool for writing SQL from within vi or emacs (or vim). Invoke it thus :.! ipc blah from the vi command line.



Last Updated