oracle connection problem

P

Pradeepta Swain

Hi ,
I am using oracle client 9.2 ,ruby 1.8.6 and oci8 is installed .but
when i am trying to connect to oracle using the code :


equire 'oci8'
conn = OCI8.new("ftdam", "ftdam","host.string")

it is giving me error like this one :

c:/rubyapps/lib/ruby/site_ruby/1.8/oci8.rb:51:in `init': OCI Library
Initialization Error (OCIError)
from c:/rubyapps/lib/ruby/site_ruby/1.8/oci8.rb:51
from
c:/rubyapps/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
from
c:/rubyapps/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from ip_authenticate_oracle.rb:1

What is the problem and how to fix it .
I am able to connect to oracle using the same user name,password and
host string using sqlplus.
 
K

KUBO Takehiro

Hi,

Hi ,
I am using oracle client 9.2 ,ruby 1.8.6 and oci8 is installed .but
when i am trying to connect to oracle using the code :


equire 'oci8'
conn = OCI8.new("ftdam", "ftdam","host.string")

it is giving me error like this one :

c:/rubyapps/lib/ruby/site_ruby/1.8/oci8.rb:51:in `init': OCI Library
Initialization Error (OCIError) (snip)
What is the problem and how to fix it .
I am able to connect to oracle using the same user name,password and
host string using sqlplus.

A thread in the following link may help you.
http://rubyforge.org/forum/forum.php?thread_id=19973&forum_id=1078
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top