Closed Kazun3500 closed 1 year ago
To use call procedure or functions do like this
SqlText := "BEGIN YOUR_PROC(); END"
See examples for more help
it does not helps. Error is the same.
I see you are using INOUT parameters update to version 2.5.20
also what is the datatype of your output parameters addressID and subAddressID
Hello, i have an error described in title.
library version github.com/sijms/go-ora/v2 v2.5.18
part of source code
database version 11.2.0.4
part of trace log
Can anybody help me solve this error? Some other procedures called succesfully. With other library http://github.com/mattn/go-oci8 i have no errors to call this procedure.