luminus-framework / conman

a helper library for managing database connections
Eclipse Public License 1.0
122 stars 27 forks source link

connecting to oracle DB #35

Closed hadielmougy closed 7 years ago

hadielmougy commented 7 years ago

I'm struggling connecting luminus to oracle db using the following URL jdbc:oracle:thin:username/password@10.29.10.214:1521:orcl

I'm getting -- Error creating DB connection for jdbc:oracle:thin....

yogthos commented 7 years ago

The URL I use for oracle is jdbc:oracle:thin:user/pass@//host:1521/schema

yogthos commented 7 years ago

Can we close this one, or are you still having problems connecting? It doesn't appear to be a conman specific issue from what I can tell.

yogthos commented 7 years ago

I'm going to close the issue for now, since I'm not able to reproduce the error. If you discover there's something conman specific happening we can reopen it.