Samy Sultan
Samy Sultan
I think many issues here I cannot find because I use different oracle versions. this is 2nd issue I find it ok with me oracle 12.2 and 19.3 but when...
is you oracle version is 11g?
final result as follow: the code tested for the following oracle version: 1- 12c and after on local machine => no error 2- 11.2.0.4 on local machine ==> no error...
I find a bug related to oracle 11g Summary Object reading and fix it in version 2.5.11 pls test it and see if every thing is ok
I miss many issue because I don't have oracle 11g
thank you @cjbj for your help
I find a bug related to oracle 11g Summary Object reading and fix it in version 2.5.11 pls test it and see if every thing is ok
Hi @bokwoon95 you code is ok but you can use ```golang urlOptions := map[string] string { "trace file": "trace.log", } go_ora.BuildUrl(server, port, service, user, password, urlOptions) ``` v1 is use...
where is `\\` character in sql? by the way I make an example ```golang package main import ( "database/sql" "fmt" go_ora "github.com/sijms/go-ora/v2" "os" ) func main() { config, err :=...
I also test it with `\\` between `''` and same result ```golang package main import ( "database/sql" "fmt" go_ora "github.com/sijms/go-ora/v2" "os" ) func main() { config, err := go_ora.ParseConfig(os.Getenv("DSN")) if...