How to fix the Oracle error ORA-14302: only one list of added-LOB-storage-clauses can be specified in a statement?
In this post, you’ll learn more about the Oracle ErrorORA-14302: only one list of added-LOB-storage-clauses can be specified in a statement with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-14302: only one list of added-LOB-storage-clauses can be specified in a statement
Reason for the Error ORA-14302: only one list of added-LOB-storage-clauses can be specified in a statement
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.
How to fix the Error ORA-14302: only one list of added-LOB-storage-clauses can be specified in a statement ?
You can fix this error in Oracle by following the below steps
Combine all of the lists of added-LOB-storage-clauses into one list and retry the statement.
Leave Your Comment