Oracle Solution for Error ora-22601

Solution for Oracle Error ORA-22601

ORA-22601: pickler TDS context [string] is not initialized

What triggered the Error:

tempt to use the pickler TDS context without initializing it.

What should we do to fix it:

e OCIPicklerTdsCtxInit to initialize the context.