ORA-03125 client-server protocol violation
Description:
ORA-03125 client-server protocol violation
Cause:
The application received a bad escape sequence from the server and may indicate a problem with the client application user code.
Description:
ORA-03125 client-server protocol violation
Cause:
The application received a bad escape sequence from the server and may indicate a problem with the client application user code.
Description:
ORA-03126 network driver does not support non-blocking operations
Cause:
A non-blocking operation was attempted and the network driver does not support non-blocking operations.
Description:
ORA-03127 no new operations allowed until the active operation ends
Cause:
An attempt was made to execute a new operation before the active non-blocking operation completed or a new operation was attempted before all the pieces of a column were inserted or fetched.
Description:
ORA-03128 connection is in blocking mode
Cause:
The OCI test for non-blocking mode on a connection indicates that the connection is in blocking mode.
Description:
ORA-03129 the next piece to be inserted is required
Cause:
The application performed a piecewise bind on a column.
Description:
ORA-03130 the buffer for the next piece to be fetched is required
Cause:
The application performed a piecewise define on the column.
Description:
ORA-03131 an invalid buffer was provided for the next piece
Cause:
The application either provided the length of the buffer for the next piece to be zero or provided a null pointer.
Description:
ORA-03132 two-task default value overflow
Cause:
The default value specified for a record field was too large.
Description:
ORA-03200 the segment type specification is invalid
Cause:
The segment type is not TABLE, INDEX, or CLUSTER.
Description:
ORA-03201 the group number specification is invalid
Cause:
The freelist group number is either negative or larger than the number of freelist groups in the segment.