Category Archives: ORA Database Error Messages

ORA-32119: FILEs do not belong to any connection

oracle

ORA-32119: FILEs do not belong to any connection
Cause: Neither of the FILEs being compared had associated connection information
Action: At least one of the FILEs being compared must be associated with a valid connection

Back to previous menu

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

ORA-32118: Cannot perform operation on a null FILE

oracle

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

Back to previous menu

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

ORA-32117: Source LOB is null

oracle

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

Back to previous menu

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

ORA-32116: Buffer size is less than amount specified

oracle

ORA-32116: Buffer size is less than amount specified
Cause: The buffer size specified for the LOB 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 LOB

Back to previous menu

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

ORA-32115: LOBs do not belong to any connection

oracle

ORA-32115: LOBs do not belong to any connection
Cause: Neither of the LOBs being compared had associated connection information
Action: At least one of the LOBs being compared must be associated with a valid connection

Back to previous menu

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

ORA-32114: Cannot perform operation on a null LOB

oracle

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

Back to previous menu

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

ORA-32113: Null object passed

oracle

ORA-32113: Null object passed
Cause: Null object was passed
Action: Pass a non-null object

Back to previous menu

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

ORA-32112: Call not applicable until an attribute has been fetched

oracle

ORA-32112: Call not applicable until an attribute has been fetched
Cause: An attribute was fetched after a call to wasLastAttrNull()
Action: Fetch an attribute value before making this call

Back to previous menu

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

ORA-32111: The size of the vector does not match the size of the VARRAY

oracle

ORA-32111: The size of the vector does not match the size of the VARRAY
Cause: The number of elements in the vector passed to the setVector method was not equal to the size of the VARRAY
Action: Pass a vector of size equal to the size of the VARRAY

Back to previous menu

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

ORA-32110: Connection not specified

oracle

ORA-32110: Connection not specified
Cause: A null connection was passed
Action: Pass a valid, non-null connection

Back to previous menu

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