Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
Cause: An invalid REF was accessed.
Action: Modify the REF and retry the operation.
Cause: The object corresponding to the REF that was accessed does not exist.
Action: Ensure that the REF value is pointing to an existing object.
Cause: The object cannot be inserted in the database.
Action: Check to see if the object table exists and that the object size is not too big. Then retry the operation.
Cause: The object could not be deleted from the database.
Action: Check to see if the table exists. Then retry the operation.
Cause: The object could not be modified in the database.
Action: Check to see if the object table exists and the object size is not too big. Then retry the operation.
Cause: An attempt was made to get a REF for something other than an object in an object table. REFs can only be taken for objects in object tables.
Action: Rewrite the query to obtain REF values from object tables.
Cause: The scoped table specified for a REF column is not an object table.
Action: Ensure that the scope table is an object table. Then retry the operation.
Cause: The type specified for the REF column and the type specified for the scoped table are different.
Action: Ensure that the types of a REF column and its scoped table are the same.
Cause: Multiple SCOPE clauses were specified for a single REF column.
Action: Remove the duplicate scope clauses and retry the operation.
Cause: An attempt was made to insert a REF value that does not point to the scoped table.
Action: Ensure that the REF values point to the scoped table.
Cause: An attempt was made to specify a constraint name for a constraint on a REF column.
Action: Remove the constraint name and retry the operation.
Cause: An attempt was made to specify multiple columns in a single REF constraint.
Action: Specify separate constraints for each column and retry the operation.
Cause: The scope table specified for a REF column does not exist.
Action: Ensure that the scope table exists and retry the operation.
Cause: The constraint specified does not apply to non-REF columns.
Action: Remove the constraint.
Cause: An attempt was made to add a constraint to existing REF columns of a table which contains one or more rows.
Action: Remove the constraint specification or add the constraint after emptying the table.