Displaying 1 result from an estimated 1 matches for "kiddev".
Did you mean:
  hiddev
  
2005 Jul 27
7
Oracle OCI8, or "am I going crazy?"
...can still connect using the sid name by itself.
Did something change? I''ve tried it with the trunk and 0.13.1.
Thanks,
--Wilson.
irb(main):001:0> require ''oci8''
=> true
irb(main):002:0> conn = OCI8.new("user", "secret", "192.168.0.100/kiddev")
OCIError: ORA-12154: TNS:could not resolve service name
         from c:/ruby/lib/ruby/site_ruby/1.8/oci8.rb:156:in `attach''
         from c:/ruby/lib/ruby/site_ruby/1.8/oci8.rb:156:in `initialize''
         from c:/ruby/lib/ruby/site_ruby/1.8/oci8.rb:156:in `do_ocicall'...