ORA-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.