Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
Cause: The path expression that was entered is too long. The path expression specifies the position of an attribute in an object. When the ORI* function retrieves the attribute using the path expression, it encounters an attribute of primitive type before finishing to consume the all the elements in the expression.
Action: Pass in the correct path expression to locate the attribute.
Cause: An attempt was made to perform an operation (that is valid only for an object type) to an attribute of primitive type. The operation includes dynamically setting a null structure to an attribute of primitive type.
Action: Avoid performing this operation on an attribute of primitive type.
Cause: The user attempts to perform an operation that does not support the specified typecode.
Action: User should use the range of valid typecodes that are supported by this function.
Cause: The specified property ID is invalid.
Action: Specify a valid property ID. Valid property IDs are enumerated by OCIObjectPropId.
Cause: An attempt was made to get a property which applies only to persistent objects.
Action: Check the lifetime value, and only get this property for persistent objects.
Cause: Trying to get a property which applies only to persistent and transient objects.
Action: User should check the lifetime and only get this property for persistent and transient objects.