Category Archives: ORA Database Error Messages

ORA-31604: invalid string parameter “string” for object type string in function string

oracle

ORA-31604: invalid string parameter "string" for object type string in function string
Cause: The specified parameter value is not valid for this object type
Action: Correct the parameter and try the call again

Back to previous menu

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

ORA-31603: object “string” of type string not found in schema “string”

oracle

ORA-31603: object "string" of type string not found in schema "string"
Cause: The specified object was not found in the database
Action: Correct the object specification and try the call again

Back to previous menu

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

ORA-31602: parameter string value “string” in function string inconsistent with string

oracle

ORA-31602: parameter string value "string" in function string inconsistent with string
Cause: The parameter value is inconsistent with another value specified by the program. It may be inconsistent with the object type associated with the OPEN context, or it may be of the wrong datatype (a boolean rather than a text string or vice versa)
Action: Correct the program

Back to previous menu

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

ORA-31601: Function string cannot be called now that fetch has begun

oracle

ORA-31601: Function string cannot be called now that fetch has begun
Cause: The function was called after the first call to FETCH_xxx
Action: Correct the program

Back to previous menu

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

ORA-31600: invalid input value string for parameter string in function string

oracle

ORA-31600: invalid input value string for parameter string in function string
Cause: A NULL or invalid value was supplied for the parameter
Action: Correct the input value and try the call again

Back to previous menu

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

ORA-31536: cannot support encrypted column string in the source table

oracle

ORA-31536: cannot support encrypted column string in the source table
Cause: One of the columns specified in the parameter COLUMN_TYPE_LIST was an encrypted column in the source table
Action: remove the encrypted column in the parameter COLUMN_TYPE_LIST

Back to previous menu

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

ORA-31535: cannot support change source string in this configuration

oracle

ORA-31535: cannot support change source string in this configuration
Cause: Each database can only have one change source with hot mine option enabled. The system detected an existing hot mine change source in the database, therefore, a second hot mine change source cannot be created
Action: Remove the existing change source and create this new change source again

Back to previous menu

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

ORA-31534: Change Data Capture string publisher string is missing DBA role

oracle

ORA-31534: Change Data Capture string publisher string is missing DBA role
Cause: The publisher does not have the DBA role, which is required by the Change Data Capture operation
Action: Grant the DBA role the Change Data Capture publisher

Back to previous menu

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

ORA-31533: only one change set (string) is allowed in change source

oracle

ORA-31533: only one change set (string) is allowed in change source
Cause: A Distributed HotLog change source can contain at most one change set
Action: Create a new change source and create the change set in the new change source

Back to previous menu

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

ORA-31532: cannot enable change source string

oracle

ORA-31532: cannot enable change source string
Cause: The change source cannot be enabled when there is no change table created in any of the change sets associated with the change source
Action: Add a change table to a change set before enabling the the change source

Back to previous menu

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