Database Error Messages

OCI-00974

invalid PCTFREE value (percentage)

Cause

The percentage of free space specified in a CREATE INDEX statement was not between 0 and 100. A PCTFREE value of 0 means the entire block was available. The value 100 was not useful because it means that no data may be inserted. The default was 10.


Action

Specify a PCTFREE value between 0 and 100. Then retry the statement.