Author: byterock Date: Fri Jan 9 04:26:46 2009 New Revision: 12315 Added: dbd-oracle/trunk/README.sun.txt Modified: dbd-oracle/trunk/Changes
Log: Added a README for sun suggested by Jim McCullars Modified: dbd-oracle/trunk/Changes ============================================================================== --- dbd-oracle/trunk/Changes (original) +++ dbd-oracle/trunk/Changes Fri Jan 9 04:26:46 2009 @@ -1,4 +1,5 @@ =head1 Changes in DBD-Oracle 1.23(svn rev #####) + Added a README for sun suggested by Jim McCullars Clean up of white space and formating to 4 tabs from John Scoles Fix for GCC 4.3 warnings from Eric Simon Standerdized the dbd_verbose levels so they are all 3 and over. from John Scoles Added: dbd-oracle/trunk/README.sun.txt ============================================================================== --- (empty file) +++ dbd-oracle/trunk/README.sun.txt Fri Jan 9 04:26:46 2009 @@ -0,0 +1,19 @@ +DBD::Oracle SUB-specific README + +So far mot much to but here but here is one hint + + +If you get this on a Solaris 9 and 10 box + + "Outofmemory! + Callback called exit. + END failed--call queue aborted." + +The solution may be as simple as not having you "ORACLE_HOME" Defined in the enviornment. + +Seems as long as it defined it will stop the above error. + +Thanks to Rich White for figuring this out and Jim McCullars fr sugessting I make this README for sun + + +
