go-ora icon indicating copy to clipboard operation
go-ora copied to clipboard

Pure go oracle client

Results 52 go-ora issues
Sort by recently updated
recently updated
newest added

On go-ora/v2 v2.4.27 got a problem. When I iterate through the sql.rows sometimes it halts with no exceptions and timeouts. I did same on v1.2.1 with no problem The discussion...

Unable to use a `cwallet.sso` that was generated using Oracle 19 I have been able to connect/query this DB with out TCPS (using TCP, no SSL) When using TCPS, and...

the current connection is established on node 2. If the node is down, the connection cannot be automatically failover to node1, c client and jdbc can automatically failover > test...

In case of restart of DB server instance, graceful handling of ```broken pipe``` error with which would also try to reconnect would be a good solution.

step 1: SELECT * FROM aaa 111 222 888 444 step 2: SELECT * FROM ddd 111 222 555 444 step 3: MERGE INTO aaa USING ddd ON (aaa.ccc=ddd.fff) WHEN...

I have noticed that sql.Conn.QueryRowContext delivers an error in a case where sql.DB.PingContext was used before to check the database connection. I have stripped down the issue to a test...

LOB field data content is small. The query performance is lower than that of the godror driver, and the performance varies greatly ``` CREATE TABLE BS_F_AQ_SJ_RW_FML ( ID VARCHAR2(50), BASEID...

Hi there, I'm facing this problem when executing a select with a Blob Column. The problem happens intermittently. When I run the code below, sometimes the problem happens sometimes not....

I want to connect oracle with a ssh proxy,if you i can custom dial with session.context.connOption,The problem is easy to solve

Hello I saw this happening a lot in production and I don't know what is this It will be a pleasure to guide me about this issue