Displaying 1 result from an estimated 1 matches for "ocilobclose".
2006 Mar 16
3
Connecting to Oracle8i
...name
4. so i tried re-installing only the activerecord (1.13.2) using gem and
also the latest oci8 driver (ruby-oci8-0.1.14-mswin32.rb) again, but now
everytime i tried to setup a new application, or start the webrick
server : ruby script/server, an alert saying ''The procedure entry point
OCILobClose could not be located in the dynamic link library OCI.dll''
occured.
5. Still hoping that other person encountered this problem, I googled
and found some people said you have to make sure the ORACLE_HOME
variable is set right, and also the ORACLE_HOME/bin is added to the PATH
variable. So i...