Error List

Error List for the ‘ORA-02100 to ORA-04099’ Category

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.

admin ORA-02100 to ORA-04099

ORA-03126 network driver does not support non-blocking operations

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.

admin ORA-02100 to ORA-04099

ORA-03127 no new operations allowed until the active operation ends

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.

admin ORA-02100 to ORA-04099

ORA-03128 connection is in blocking mode

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.

admin ORA-02100 to ORA-04099

ORA-03129 the next piece to be inserted is required

Description:
ORA-03129 the next piece to be inserted is required

Cause:
The application performed a piecewise bind on a column.

admin ORA-02100 to ORA-04099

ORA-03130 the buffer for the next piece to be fetched is required

Description:
ORA-03130 the buffer for the next piece to be fetched is required

Cause:
The application performed a piecewise define on the column.

admin ORA-02100 to ORA-04099

ORA-03131 an invalid buffer was provided for the next piece

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.

admin ORA-02100 to ORA-04099

ORA-03132 two-task default value overflow

Description:
ORA-03132 two-task default value overflow

Cause:
The default value specified for a record field was too large.

admin ORA-02100 to ORA-04099

ORA-03200 the segment type specification is invalid

Description:
ORA-03200 the segment type specification is invalid

Cause:
The segment type is not TABLE, INDEX, or CLUSTER.

admin ORA-02100 to ORA-04099

ORA-03201 the group number specification is invalid

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.

admin ORA-02100 to ORA-04099