Fork me on GitHub
#sql
<
2018-08-02
>
xiongtx18:08:57

I verified that the "friendly" form below works w/ 0.7.7:

{:dbname "xe"
 :dbtype "oracle"
 :host "localhost"
 :port 50161
 :user "system"
 :password "oracle"}
and that the "driver manager" form below also works:
{:subprotocol "oracle",
 :classname "oracle.jdbc.OracleDriver",
 :subname "@localhost:50161:xe",
 :user "system",
 :password "oracle"}

4