Displaying 1 result from an estimated 1 matches for "abcd_develop".
2007 Nov 29
2
railroad-database problem
...blem with railroad, explained
below
1. I am using an oracle database in my application. In the database.yml
file, I am having different schema connections to the same database.like
development:
database: real_database
username: schema_name1
password: ************
adapter: oracle
abcd_development:
database: real_database
username: schema_name2
password: ************
adapter: oracle
legacy_development:
database: real_database
username: schema_name3
password: **************
adapter: oracle
u can observe that only the usernames/schemas are different but the
da...