Hi, I've a db at work (Oracle 11g) which I can access using jdbc:oracle:thin. I verified using the same jdbc driver and dbvisualizer that I can connect to it and see some content in several table schemas.
Yet, when using sequel (the gem and the binary), I point to the default schema of my oracle login, and I seem unable to set default_schema on Sequel.connect(). My DB.tables remains empty []. 1/ how can I list using sequel the list of table schemas ? ie the containers containing tables and views (these can be very specific and not shared among oracle logins). I may have a wrong name issue, if I could see all possible table schemas, this could help. 2/ how to set it properly ? are there other commands to use than default_schema ? Thanks in advance. -- Christian -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. 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.
