my database.yml
development:
adapter: oracle
database: pe
username: or
password: or
rake db:create
rake db:version —>Current version: 0
rake db:migrate
rake aborted!
ORA-12154: TNS:could not resolve the connect identifier specified
(See full trace by running task with --trace)
is above idea is possible, then how ?
and
i thing i should give service name into some *.ora files…
i don’t know how to give and what file it is …
“database” in database.yml should be set to “hostname/sid”
2008/6/11 Pokkai D. [email protected]:
Cheers,
Jesse
i a new to oracle with rails
can you tell how to create new SID in oracle-xe.