Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
This section lists some of the messages generated when inconsistent values are used in a command.
Cause: The sum of the PCTUSED and PCTFREE values specified for a cluster or table exceeds 100.
Action: Create the table or cluster specifying values for PCTUSED and PCTFREE. The sum of these values cannot exceed 100.
Cause: The specified sequence parameter was not an integer.
Action: Create the sequence, giving the specified parameter an integer value.
Cause: A sequence increment was specified as zero.
Action: Specify the increment as a non-zero value.
Cause: The specified sequence parameter has too many digits.
Action: Specify the parameter with the allowed number of digits and try again.
Cause: MINVALUE was specified to be greater than or equal to MAXVALUE.
Action: Specify a MINVALUE that is less than MAXVALUE and try again.
Cause: INCREMENT was specified as equal to or greater than MAXVALUE minus MINVALUE. This is not permitted.
Action: Specify INCREMENT as less than MAXVALUE minus MINVALUE and try again.
Cause: The given starting value is less than MINVALUE.
Action: Check that the starting value is not less than MINVALUE and try again.
Cause: The given MINVALUE is greater than the current value.
Action: Check that MINVALUE is not greater than the current value and try again.
Cause: The starting value is larger than MAXVALUE.
Action: Check that the starting value is less than MAXVALUE and try again.
Cause: The current value exceeds the given MAXVALUE.
Action: Check that the new MAXVALUE is larger than the current value and try again.
Cause: The value specified in the CACHE clause of a CREATE SEQUENCE statement is 1. The default value is 20.
Action: Specify NOCACHE or a value greater than 1 and try again.
Cause: The value specified for one of the sequence parameters exceeds limits.
Action: Specify a parameter within these limits.
For more information about CREATE SEQUENCE, see the index entry on "CREATE SEQUENCE" in Oracle8 Server SQL Reference.
Cause: The object specified cannot have sequence operations performed on it.
Action: Re-enter the statement, making sure to spell the sequence name correctly.
Cause: The number to CACHE specified in a CREATE SEQUENCE statement exceeds the number of values in a cycle.
Action: Enlarge the cycle or cache fewer values, and try again.
Cause: A value was not specified in the CREATE SEQUENCE statement. Sequences that cycle must specify a value at which to begin again.
Action: Re-create the sequence, specifying the value at which it is to begin.
Cause: A value was not specified in the CREATE SEQUENCE statement. Sequences that cycle must specify a value at which to begin again.
Action: Recreate the sequence, specifying the value at which it is to begin.
Cause: Sequence was dropped while processing its next value.
Action: Recreate the sequence.
For more information about CREATE SEQUENCE, see the index entry on "CREATE SEQUENCE" in Oracle8 Server SQL Reference.
Cause: Neither did the string supplied for MAX_DUMP_FILE_SIZE parameter match the UNLIMITED string value nor did it represent a base 10 integer.
Action: Assign a valid value to this parameter.