Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Could not load 'active_record/connection_adapters/oracle_enhanced_adapter'.
  2. Make sure that the adapter in config/database.yml is valid.
  3. If you use an adapter other than 'mysql', 'mysql2', 'postgresql'
  4. or 'sqlite3' add the necessary adapter gem to the Gemfile. (LoadError)
  5.  
  6. ruby 1.9.3 installed on /usr/local/bin
  7. required gems installed on /usr/local/lib/ruby/gems/1.9.3/gems
  8. * activemodel (4.2.4)
  9. * activerecord (4.2.4)
  10. * activerecord-oracle_enhanced-adapter (1.6.7)
  11. * activesupport (4.2.4)
  12.  
  13. oracle instant client installed on /usr/local/share/instantclient_12_1
  14. Path is set: export LD_LIBRARY_PATH=/usr/local/share/instantclient_12_1
  15.  
  16. source 'https://rubygems.org'
  17.  
  18. gem 'cucumber', '2.1.0'
  19. gem 'activerecord', '4.2.4'
  20. gem 'page-object', '1.2.0'
  21. gem 'activerecord-oracle_enhanced-adapter', '1.6.7'
  22. gem 'rspec'
  23. gem 'ruby-oci8', '2.2.2'
  24. gem 'nw_credentials', '2.0.3'
  25.  
  26. DEV_DB:
  27. adapter: oracle_enhanced
  28. database: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxx.xxx.net)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=xxxx.xxx.net)))
  29.  
  30. Cucumber 2.1.0
  31. Selenium Webdriver: 2.53.4
  32. Linux: x86_64 x86_64 x86_64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement