Oracle7 Server Messages

Contents Index Home Previous Next

24300-24999: UPI/OCI Messages

ORA-24300 bad value for mode

Cause:An undefined mode value was specified.
Action:Check that the correct mode is selected and that an allowed value for that mode is specified.

ORA-24301 null host specified in thread-safe logon

Cause:An HDA was not specified in the logon call while running in a thread safe environment.
Action:Make sure that HDA is not NULL when calling the logon routine.

ORA-24302 host connection in use by another thread

Cause:An attempt was made to use the host connection while it was in use by another thread.
Action:Wait for another thread to finish before using this connection.

ORA-24303 call not supported in non-deferred linkage

Cause:One of the calls that was supported in deferred mode linkage exclusively was invoked when the client was linked non-deferred.
Action:Use this call in deferred mode of linkage.

ORA-24304 datatype not allowed for this call

Cause:Data of this datatype cannot be sent or fetched in pieces.
Action:Use other bind or define calls for this datatype.

ORA-24305 bad bind or define context

Cause:The call was executed on a cursor for which this was invalid.
Action:Verify that this call is valid for this cursor. For example, GET PIECE INFORMATION and SET PIECE INFORMATION are valid on a cursor if appropriate binds and defines have been done on this cursor.

ORA-24306 bad buffer for piece

Cause:A zero length buffer or a null buffer pointer was provided.
Action:Verify that the buffer pointing to this piece or its length is non-zero. The buffer pointer for the next piece or its length can be zero if it is the last piece to be inserted and there are no more data for the column.

ORA-24307 invalid length for piece

Cause:The length of the piece exceeds the maximum possible size of the data.
Action:Verify that the length of this piece and the cumulative length of all the previous pieces are not more than the PROGVL parameter specified in the obindps call.


Contents Index Home Previous Next