How to fix the Oracle error ORA-22853: invalid LOB storage option specification?
In this post, you’ll learn more about the Oracle ErrorORA-22853: invalid LOB storage option specification with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-22853: invalid LOB storage option specification
Reason for the Error ORA-22853: invalid LOB storage option specification
A LOB storage option was not specified
How to fix the Error ORA-22853: invalid LOB storage option specification ?
You can fix this error in Oracle by following the below steps
Specify one of CHUNK, PCTVERSION, CACHE, NOCACHE, TABLESPACE, STORAGE, INDEX, [A]SYNC or DATA SYNC as part of the LOB storage clause.
Leave Your Comment