[Rails] Re: ORA-12514: TNS:listener d oes not currently know of service requested in connect descriptor (OCIEr

2010-12-15 Thread pepe
> after some search related to the error I happen to check this link 
> "http://www.ruby-forum.com/topic/96884"; and followed the procedures but
> now I am stuck with the below error
>
> C:\Documents and
> Settings\SawanKumar.Thammadi\RubyOnRails\datamanger>rake db:migrate
> (in C:/Documents and
> Settings/SawanKumar.Thammadi/RubyOnRails/datamanger)
> rake aborted!
> OCI Library Initialization Error
> oci8lib.c:98:in oci8lib_191.so
> C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in
> `r
> equire'

Have you installed the ruby-oci8 gem? (http://ruby-oci8.rubyforge.org/
en/InstallBinaryPackage.html)

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



[Rails] Re: ORA-12514: TNS:listener d oes not currently know of service requested in connect descriptor (OCIEr

2010-12-15 Thread pepe
> ORA-12514:
> TNS:listener d
> oes not currently know of service requested in connect descriptor
> (OCIError)

Just a guess... Is it possible that your database name is misspelled
compared to the contents of TNSNAMES.ORA?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.