[go-nuts] Re: Why google doesnt make jdbc like library for go?

2018-09-21 Thread Tamás Gulácsi
Oracle does not publish the specification of its SQL.Net protocol, so no clean room implementation is possible. Either Oracle provides such a driver, or you have to use what it provides: OCI. A small help in the right direction is github.com/oracle/odpi and gopkg.in/goracle.v2 - it does NOT

Re: [go-nuts] Re: Why google doesnt make jdbc like library for go?

2018-09-21 Thread Ian Davis
On Fri, 21 Sep 2018, at 3:36 AM, ascarra...@gmail.com wrote: > He has a valid point. Most of the enterprise applications uses Oracle > DB. I for one is looking for an oracle driver similar to what JDBC > does (a simple to use, no separate installation needed). All of Go > oracle drivers available

[go-nuts] Re: Why google doesnt make jdbc like library for go?

2018-09-21 Thread ascarrasca
He has a valid point. Most of the enterprise applications uses Oracle DB. I for one is looking for an oracle driver similar to what JDBC does (a simple to use, no separate installation needed). All of Go oracle drivers available uses Oracle Instant Client. I am currently in a hunt to migrate