ORA-22602
Error: ORA-22602: pickler TDS handle [string] is not well-formed
Causa: An attempt was made to use the pickler TDS handle without initializing or constructing it.
Acción: Use OCIPicklerTdsInit to initialize the handle before it is constructed. Use OCIPicklerTdsGenerate to generate the TDS before its attributes can be accessed.
COMENTARIOS:
No hay comentarios.