I'm currently struggling with "translating" my db options into a db URI, as explained here: http://sequel.jeremyevans.net/rdoc/files/doc/opening_databases_rdoc.html . Most of the examples are only for postgres. However, this seems to be a more difficult option for oracle. In my case, I'm passing the host, user and password options to open the connection, in which the host value is something like:
host: "(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = \"0.0.0.0\")(PORT = 1521))(CONNECT_DATA = (SID = \"SID101\")))" This is because I haven't been able to map the SID option to the URI. Is there a way to put it there? -- 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.
