I'm trying to connect to an Oracle database without without much success so 
far. This is what I'm doing:

require "sequel"


DB=Sequel.connect('oracle://user:[email protected]:1521/orcl')


DB["select * from sample_table"]


I don't get anything when I run the script. Even if I put a wrong IP 
address I don't get any error. That's the output:

C:\test\testara>ruby prueba.rb --trace

================================================================================
 


I'm probably doing something stupidly wrong... any leads? 

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sequel-talk/-/LgxriguT89MJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to