Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-30399

a skip level must have at least one column that allows NULL values

Cause

A SKIP clause cannot be specified with a level when all of the columns that make up the level have NOT NULL constraints.


Action

Drop the SKIP clause.