If the jobs in development (and may be not only in development) are hanging up or crashing when trying to connect to the Oracle DB, there is a couple of simple workarounds allowing to bypass the problems:
module disable CalibrationManager
talk CalibrationManager Database set database_msql DataDB set database_msql exitthis should work on the development platforms which have msql istalled.
From: Dennis BoxTo: r.stdenis@physics.gla.ac.uk, sexton@fnal.gov Subject: Turning off Oracle/msql in the CDF Code base To turn off Oracle compliation/linking: set the OMIT_ORACLE environment variable i.e. setenv OMIT_ORACLE 1 To turn off Msql : set the OMIT_MSQL environment variable.