Le 2012-11-22 à 14:59, Vaggelis Typaldos a écrit : > what's wrong with this connection string? > > oracle://SCHEMA_FAKE:aaa###[email protected]:1521/SIDDB > > Note that if you use a password without hashes, like in the following case, > everything works fine. > oracle://SCHEMA_FAKE:[email protected]:1521/SIDDB > > I think it fails in the sequel side
Your connection string isn't a valid URI. Make it valid, then it'll work. Sequel has nothing to do with it. If you tried to use such a connection string with a JDBC adapter, you'd get a similar error. Bye, François -- 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.
