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

Oracle Error Message

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

Reason for the Error

Attempt to use the pickler TDS context without initializing it.

Solution

Use OCIPicklerTdsCtxInit to initialize the context.