ERROR | only one CACHE or NOCACHE clause may be specified |
CAUSE | CACHE was specified more than once, NOCACHE was specified more than once, or both CACHE and NOCACHE were specified in a CREATE TABLE or CLUSTER, or in an ALTER TABLE or CLUSTER statement. |
ACTION | Remove all but one of the CACHE or NOCACHE clauses and reissue the statement. |