Rants, Raves, and Rhetoric v4

Tag: variables

  • Leading Zeros In A Batch Timestamp

    As “plumbers” for 17 databases and over a hundred application servers, we really do not have the time to sit there and watch them all. We design things so problems are pushed up to our attention. We are still getting point of predictive alerts to failures like we were on RHEL/Weblogic/Oracle, so usually we only…

  • Most Studies Are Wrong

    Science Journal – WSJ.com: Statistically speaking, science suffers from an excess of significance. Overeager researchers often tinker too much with the statistical variables of their analysis to coax any meaningful insight from their data sets. “People are messing around with the data to find anything that seems significant, to show they have found something that…

  • Fun With Oracle Environment Variables

    This is more or less for the next time I lose all my brain cells from not working over the weekend…. Critical Oracle variables: ORACLE_HOME ORACLE_SID Pretty much any script that deals with Oracle needs the value of these. Cron doesn’t have these variables, so use export VARIABLE to provide them to the shell. Also,…