call register type before use user defined type (UDT)
I’m trying to run a function in a package, within a handle in my API and I’m getting an error
call register type before use user defined type (UDT)
Golang connecting with Oracle Database TNS Adaptor Error
I was trying to establish a connection with the remote Oracle Database via GOLANG. I used the “godror” library but it came out with the error of “ORA-12560: TNS:protocol adapter error”. I’d like to know what’s the problem.