On Wednesday, June 17, 2015 at 11:54:55 AM UTC-7, Tiago Cardoso wrote: > > yup, that's exactly what I'm already doing, and the problem is, I always > have to inject the arguments (port, sid, host) into that string. I don't > know what's the cleaner solution or whether this is an oracle "obfuscated" > identifier. Does this always have to be this way when identifying the > database by SID? I ask you, who has clearly more years of experience in > this subject. >
Other than testing Sequel's Oracle support, I have little experience with Oracle. So there may well be a cleaner way to do it, but I don't know what that would be. You could ask the ruby oci8 developers if there is a cleaner way using OCI8.new, and if so, it may be possible to support it in Sequel. Personally, if what you are already doing is working, I would just keep doing it. Thanks, Jeremy -- 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.
