Database Error Messages

OCI-55783

Reservable column property is not supported for columns of an index-organized table.

Cause

An attempt is being made to specify the reservable column property for a column of an index-organized table.


Action

Remove the reservable keyword from the CREATE TABLE or ALTER TABLE DDL statement.