ORA-32165: Cannot get XA environment
Cause: Incorrect dbname string was passed or the XA connection has not been opened
Action: Pass the correct dbname string or check if the XA connection is open
https://support.oracle.com/
http://www.oracle.com/
ORA-32165: Cannot get XA environment
Cause: Incorrect dbname string was passed or the XA connection has not been opened
Action: Pass the correct dbname string or check if the XA connection is open
https://support.oracle.com/
http://www.oracle.com/
ORA-32164: Method called on Invalid Connection type
Cause: A non-XA call made on an XA Connection or XA call made on non-XA Connection
Action: Make sure Connection type is OK
https://support.oracle.com/
http://www.oracle.com/
ORA-32163: Method called on Invalid Environment type
Cause: A non-XA call made on an XA Environment or XA call made on non-XA Environment
Action: Make sure Environment type is OK
https://support.oracle.com/
http://www.oracle.com/
ORA-32162: Read/Write SQL method not registered
Cause: readSQL/writeSQL method was NULL or was not registered
Action: Register readSQL/writeSQL by calling put method in Map
https://support.oracle.com/
http://www.oracle.com/
ORA-32161: Cannot perform piecewise fetch
Cause: Zero amount was passed and buffer size was less than LOB size
Action: Specify a larger buffer or use Stream
https://support.oracle.com/
http://www.oracle.com/
ORA-32159: Cannot set prefetch options for a null Type
Cause: A null Type name was passed
Action: Pass an non-null Type name
https://support.oracle.com/
http://www.oracle.com/
ORA-32158: Invalid type passed
Cause: An inapplicable type was passed to this call
Action: Pass an applicable type
https://support.oracle.com/
http://www.oracle.com/
ORA-32156: Cannot perform operation on stream
Cause: This operation is not applicable to streams obtained from LOBs
Action: none
https://support.oracle.com/
http://www.oracle.com/
ORA-32155: Anydata not specified
Cause: A null anydata was passed
Action: Pass a valid, non-null anydata
https://support.oracle.com/
http://www.oracle.com/
ORA-32154: Anydata context not specified
Cause: A null anydata context was passed
Action: Pass a valid, non-null anydata context
https://support.oracle.com/
http://www.oracle.com/