Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
This section lists messages generated when Oracle is accessing data or database objects.
Cause: This is an internal error message not normally issued.
Action: Contact customer support.
Cause: An operation requested a resource that was unavailable. The maximum number of user sequences per session is specified by the initialization parameter DC_SEQUENCES. When this maximum is reached, no more requests are processed.
Action: Try the operation again in a few minutes. If this error occurs often, shut down Oracle, increase the DC_SEQUENCES parameter in the initialization parameter file, and restart Oracle.
Cause: Sequence CURRVAL was selected before sequence NEXTVAL was referenced.
Action: Select NEXTVAL from the sequence before selecting CURRVAL.
Cause: The sequence was created with unsafe values for some of the parameters. The calculation of NEXTVAL cannot be made because it exceeds the legal representation size.
Action: Alter or recreate the sequence number with legal limits.
Cause: The requested value of NEXTVAL is greater than MAXVALUE or less than MINVALUE.
Action: Alter the sequence so that a new value can be requested and try again.
Cause: A row with the given ROWID does not exist in any of the specified tables.
Action: Check the query for a misspelled ROWID or table name and try again.
Cause: The row has been deleted by another user since the operation began.
Action: No action required.
Cause: The shared instance being started does not have the same value for the USE_ROW_ENQUEUES initialization parameter as already-running instances.
Action: Make sure all instances' initialization parameter files specify the same value for the USE_ROW_ENQUEUES parameter and try again.
Cause: There is an error in the index validated by VALIDATE INDEX.
Action: Check the relevant trace file. If the problem is not resolvable, contact customer support.
Cause: The system detected a possible inconsistency in an index. This is an internal error message that is not normally issued.
Action: Send the trace file to customer support, along with a description of the circumstances that produced the error. Customer support will need the numbers given in the message.
Cause: The system detected a possible inconsistency in an index. This is an internal error message that is not normally issued.
Action: Send the trace file to customer support, along with a description of the circumstances that produced the error. Customer support will need the numbers given in the message.
Cause: The object has been deleted by another user since the operation began.
Action: Remove references to the object.