(p/make-datasource-spec "jdbc:oracle:thin:scott/tiger@myhost:1521:orcl") java.lang.ClassCastException: java.lang.String cannot be cast to java.net.URI The example ...
I read guide at https://docs.oracle.com/database/121/COMSC/installation.htm#COMSC00005. But the guide did not guide me how to enter connection string. My question ...