Displaying 1 result from an estimated 1 matches for "y1984nip0359".
2007 Oct 23
3
Ruby on Rails and Oracle
Hello, I''m having a trouble when I try to connect RoR and Oracle.
I believe that it has something to do with database.yml, this is how my
database.yml looks:
development:
adapter: oci
database: 127.0.0.1:1521/XE
username: system
password: y1984nip0359
host: 127.0.0.1
And this is the Error that i get:
-> http://127.0.0.1:3000/blog
OCIError in BlogController#index
ORA-12514: TNS:listener does not currently know of service requested in
connect descriptor
RAILS_ROOT: C:/ruby/bin/blog/script/../config/..
Application Trace | Framework Trace...