Category Archives: ORA Database Error Messages

ORA-32129: cannot get information about this column

oracle

ORA-32129: cannot get information about this column
Cause: The setDataBuffer method was called to get information about this column. Therfore, the current method cannot be called
Action: Use the information from the buffers specifed in the setDataBuffer call

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32128: setDataBuffer called after fetch has started

oracle

ORA-32128: setDataBuffer called after fetch has started
Cause: Fetch from result set has already started and the setDataBuffer call was made
Action: Call the setDataBuffer method before calling the next() method

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32127: REFs do not belong to any connection

oracle

ORA-32127: REFs do not belong to any connection
Cause: Neither of the REFs being compared had associated connection information
Action: Atleast one of the REFs being compared must be associated with a valid connection

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32126: Cannot perform operations on a null REF

oracle

ORA-32126: Cannot perform operations on a null REF
Cause: The REF instance on which the operation was attempted was null
Action: Use a valid, non-null REF instance to perform this operation

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32125: Attribute type is not appropriate

oracle

ORA-32125: Attribute type is not appropriate
Cause: The return type of the get method does not match the type of the attribute being passed
Action: Call the appropriate get method

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32124: Illegal attribute passed

oracle

ORA-32124: Illegal attribute passed
Cause: The attribute passed is not applicable for the described object
Action: Pass a valid attribute

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32123: Attribute number is out of range

oracle

ORA-32123: Attribute number is out of range
Cause: The attribute number passed is greater than the total number of attributes of the described object
Action: Pass the attribute number within the allowable range

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32122: Statement invalidated, cannot get metadata

oracle

ORA-32122: Statement invalidated, cannot get metadata
Cause: An attempt was made to get metadata for a terminated statement
Action: No action required

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32121: Source FILE is null

oracle

ORA-32121: Source FILE is null
Cause: The source FILE instance on which the operation was attempted was null
Action: Use a valid, non-null source FILE instance for this operation

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-32120: Buffer size is less than amount specified

oracle

ORA-32120: Buffer size is less than amount specified
Cause: The buffer size specified for the FILE read or write operation was less than the amount to be read or written
Action: The buffer size must be equal to or greater than than the amount to be read from or written to the FILE

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/