Category Archives: ORA Database Error Messages

ORA-32109: invalid column or parameter position

oracle

ORA-32109: invalid column or parameter position
Cause: An invalid column or parameter position is specified
Action: Specify a valid column or position number

Back to previous menu

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

ORA-32108: max column or parameter size not specified

oracle

ORA-32108: max column or parameter size not specified
Cause: The max column or parameter size is not specified
Action: Specify the max size by setMaxColumnSize or setMaxParamSize

Back to previous menu

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

ORA-32107: internal OCI memory allocation failure

oracle

ORA-32107: internal OCI memory allocation failure
Cause: Memory could not be allocated from an OCI heap
Action: Increase the process memory size

Back to previous menu

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

ORA-32106: array fetch not allowed without setBuffer on all columns

oracle

ORA-32106: array fetch not allowed without setBuffer on all columns
Cause: The setBuffer method was not called for all column postions and the next method was called to fetch more than one row
Action: Call the setBuffer method for all column positions if next is to to be called to fetch more than one row

Back to previous menu

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

ORA-32105: invalid connection passed to the migrate method

oracle

ORA-32105: invalid connection passed to the migrate method
Cause: An invalid Connection was passed to the Session::migrate method
Action: Pass a valid Connection to the migrate method

Back to previous menu

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

ORA-32104: cannot retrieve OCI error message

oracle

ORA-32104: cannot retrieve OCI error message
Cause: Error message after an OCI call could not be retrieved
Action: This is an internal OCCI Error. Please contact customer support

Back to previous menu

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

ORA-32103: error from OCI call

oracle

ORA-32103: error from OCI call
Cause: An error code other than OCI_ERROR is returned from an OCI call
Action: This is an internal OCCI Error. Please contact customer support

Back to previous menu

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

ORA-32102: invalid OCI handle

oracle

ORA-32102: invalid OCI handle
Cause: An invalid OCI handle is passed to an OCI call
Action: This is an internal OCCI Error. Please contact customer support

Back to previous menu

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

ORA-32101: cannot create OCI Environment

oracle

ORA-32101: cannot create OCI Environment
Cause: An OCI Environment could not be created for OCCI
Action: Insure that the parameters to the creatEnvironment method are valid

Back to previous menu

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

ORA-32100: operation invalid on transient object

oracle

ORA-32100: operation invalid on transient object
Cause: Trying to perform an operation on transient object which is is valid only on persistent objects
Action: Make sure object is persistent

Back to previous menu

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