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?
|
|
|
|
|
|
|
|