Displaying 1 result from an estimated 1 matches for "ocier".
Did you mean:
cier
2010 Dec 15
3
ORA-12514: TNS:listener d oes not currently know of service requested in connect descriptor (OCIEr
...new to ROR and learning this framework from various tutorials.
I have my new application and had the rails generate scaffold get going
but after this when I first ran the rake db:migrate I got this ERROR!
ORA-12514:
TNS:listener d
oes not currently know of service requested in connect descriptor
(OCIError)
I''m using database which is on a server and have used the tnsnames.ora
configs so my database.yml looks like
development:
adapter: oracle_enhanced
database: contrl
username: ucontrl
password: control123
after some search related to the error I happen to check this link "...