OCIError (ruby on rails)

Posted by swingfuture on Stack Overflow See other posts from Stack Overflow or by swingfuture
Published on 2009-02-19T22:01:13Z Indexed on 2010/03/30 10:03 UTC
Read the original article Hit count: 277

Filed under:

I am using rails freeze 1.2.3 to run a rails app. Because the app is on a remote machine, I used ssh tunnel (ssh -l -L) to show the app on my screen. When I ran it, it correctly prompted the login page, after I put in the info, I got this error: OCIError in ServiceController Error while trying to retrieve text for error ORA-12154

I have tried the same app on a different machine w/o using freeze (because that machine has rails version 1.2.3 while current one has 2.0.2). Is that where the error comes from?

Thanks.

© Stack Overflow or respective owner

Related posts about ruby-on-rails