Oracle Solution for Error ora-22602

Solution for Oracle Error ORA-22602

ORA-22602: pickler TDS handle [string] is not well-formed

What triggered the Error:

tempt to use the pickler TDS handle without initializing/ constructing it.

What should we do to fix it:

e OCIPicklerTdsInit to initialize the handle before it is constructed. Use OCIPicklerTdsGenerate to generate the TDS before its attributes can be accessed.