Samy Sultan

Results 133 comments of Samy Sultan

macOs has oracle server 12.2 ==> working linux mint has oracle server 19.3 ==> not working what is your oracle server version

after long time investigation I find that this extra 0x00 byte is coming from the server itself and this occur at certain chunk and not every time. sometimes 0x00 is...

I test now with windows 10 virtual machine on same linux host (linux mint oracle 19.3) ==> no error so I think the problem is related linux itself not oracle...

now I test on linux but using `real host ip` not `localhost` and no error occur with linux also so the problem is network related and package is bug free...

I will close the issue now and if you find something interesting I will open again for further investigation

NVARCHAR2(30) is not 30 character it is 30 bytes some charset need to store one character in 2 or more bytes so attach trace.log to your connection string and see...

I try the following code with latest version everything is ok ```golang package main import ( "database/sql" "fmt" _ "github.com/sijms/go-ora/v2" ) func main() { sqlText := `SELECT DISTINCT PRIVILEGE FROM...

does error come every time or intermittent intermittent error means network problem you can return to issue #256 I make a long investigation about the issue using Mac OS, Linux...