Oracle Solution for Error ora-14302

Solution for Oracle Error ORA-14302

ORA-14302: only one list of added-LOB-storage-clauses can be specified in a statement

What triggered the Error:

While parsing an ALTER TABLE ADD COLUMN statement, one list of added-LOB-storage-clauses was parsed when another list of added-LOB-storage-clauses was encountered. There cannot be more than one list of added-LOB-storage-clauses in a statement; all added-LOB-storage-clauses must be combined into one list.

What should we do to fix it:

Combine all of the lists of added-LOB-storage-clauses into one list and retry the statement.