search for: orak

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

Did you mean: ora
2011 Sep 02
3
problems with oracle xe server connection
i''m working on ubuntu 11.04; i need to create some rails application with oracle database on local computer. i installed: ruby 1.9.2, rails 3.1, oracle 10g XE, rubu-oci8 2.0.6, gem ''activerecord-oracle_enhanced-adapter'', create database user named ''orak'' with password ''orakpass'' through 127.0.0.1:8080/apex, i maked new application ''orak'' with database.yml parameters development: adapter: oracle_enhanced database: 127.0.0.1/orak username: orak password: oraclepass test: adapter: oracle_enhanced...