Has anyone had intermittent ORACLE Errors like the following in their apache ASP Setups on Linux 5 using RedHat 5 on Oracle 10.2
OCIHandleAlloc(OCI_HTYPE_ERROR) failed at /usr/lib/perl5/site_perl/ 5.8.8//i386-linux-thread-multi/DBD/Oracle.pm line 232 Line 232 in the Oracle.pm file # Call Oracle OCI logon func in Oracle.xs file # and populate internal handle data. DBD::Oracle::db::_login($dbh, $dbname, $user, $auth, $attr) or return undef; Which is a dbd logging into oracle, but the correct credintials are being inputted. Has anyone had any issues like this?