| Oracle and Ruby On Rails [message #159552] |
Mon, 20 February 2006 04:31  |
Axle988 Messages: 2 Registered: February 2006 |
Junior Member |
|
|
I've got a problem using Ruby on Rails with Oracle. I use this file .YML to connect:
development:
adapter: oci
host: xxxxxx
database: ENERGIA
username: User
password: Pass
test:
adapter: oci
host: xxxxxxx
database: ENERGIA
username: User
password: Pass
production:
adapter: oci
host: xxxxxxx
database: ENERGIA
username: User
password: Pass
But whem i try to connect to a table named platts (that is into ENERGIA schema) Rails tell me that it doesn't exist!!!.If i make the same in MySQL the problem doesn't exist.What's happen?
|
|
|
|
| Re: Oracle and Ruby On Rails [message #159777 is a reply to message #159658 ] |
Tue, 21 February 2006 08:40   |
Axle988 Messages: 2 Registered: February 2006 |
Junior Member |
|
|
Yea!
I've no-one problem using sql*plus or a programming language such as Ruby. This mistake happen only when i try to interrogate Oracle with Rails.
|
|
|
|
|
| Re: Oracle and Ruby On Rails [message #293728 is a reply to message #293719 ] |
Mon, 14 January 2008 14:58  |
Michel Cadot Messages: 17653 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
As he didn't connect since Feb 2006, I think you should not expect any answer.
Regards
Michel
|
|
|