I need examples connection with the oracle, and how to extract the results.
My connection is now as follows:

DB = Sequel.oracle (: host => '192.168.10.168': port => 1521,: user =>
'user',: password => 'password': database => 'database')

I can obeter the structure of tables and stuff, but when I go fetch the
data gives privilege denied error or the following error:

  DB [: item]
(pry) output error: # <ArgumentError: wrong number of arguments (0 for
1..2)>

  DB.table_exists? : Item
=> True

Sorry I'm English, I'm from Brazil
<http://www.leosoft.com.br/coopcred>

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to