Oracle Error ORA-22911: duplicate storage specification for the nested table item

Oracle Error Message

ORA-22911: duplicate storage specification for the nested table item

Reason for the Error

The storage clause is specified more than once for the NESTED TABLE column.

Solution

Remove the duplicate storage specification.