search for: pst_develop

Displaying 1 result from an estimated 1 matches for "pst_develop".

2010 Feb 06
0
I can only halfway connect to oracle
...where oracle_connect equals ''//bobs.big.boy.gov:1521/D09'' (with or w/o the introductory //) my rails app connect to the oracle database just fine. If I convert my database.yml file to point to oracle however with the following config: development: adapter: oracle database: pst_development password: host: bobs.big.boy.gov:1521/D09 #with or w/o the introductory // username: foo password: foo When I try and run my initial migration to get setup I see the following error: rake aborted! ORA-12154: TNS:could not resolve the connect identifier specified Help please! -- Post...