Closed garct closed 8 years ago
Could you post the output of the following command?
dir "C:\Program Files (x86)\Oracle\Client\12c\12.1.0.2.0x86_1\Client\bin"
Could you run sqlplus
in C:\Program Files (x86)\Oracle\Client\12c\12.1.0.2.0x86_1\Client\bin
?
Oracle 12c full client (32 and 64 bit) ... I have tried copying OCI.dll and oraocci12.dll into C:\Ruby22\bin but experienced the same issue.
OCI.dll
must be in %ORACLE_HOME%\bin
when it is full client. (ORACLE_HOME
is set in the Windows registry.)
I was not able to run sqlplus
at:
C:\Program Files (x86)\Oracle\Client\12c\12.1.0.2.0x86_1\Client\bin
C:\Program Files (x86)\Oracle\Client\12c\12.1.0.2.0x86_1\Client\BIN>sqlplus Error 6 initializing SQL*Plus SP2-0667: Message file sp1<lang>.msb not found SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
However, I did successfully run sqlplus
in
C:\Program Files\Oracle\Client\12c\12.1.0.x64_1\Client\bin
which also seems to be what is set at ORACLE_HOME. Is this my problem?
Contents of C:\Program Files (x86)\Oracle\Client\12c\12.1.0.2.0x86\Client\bin
` Directory of C:\Program Files (x86)\Oracle\Client\12c\12.1.0.2.0x86_1\Client\bin
09/08/2016 04:02 PM
There are three ways.
Installing x64 ruby seems to have solved the problem.
Thanks !!
Hello, I was hoping to find some help with the issue below. I am using: Windows 10 Ruby 2.2.4 Oracle 12c full client (32 and 64 bit)
I took a look at this post #78 but I am not getting the nls lang not set error identified in that post.
I have tried copying OCI.dll and oraocci12.dll into C:\Ruby22\bin but experienced the same issue.
` irb(main):001:0> require'oci8'