Hi,
I have a table with a column as CLOB.

I want to alter the table to introduce storage space for CLOB column.

I have tried the following Alter table script.

ALTER table (Table name)
MODIFY (Column name)
LOB(Column name)
Storage as ( TABLESPACE (Tablespace name))

I get the error as invalid ALTER TABLE Option pointing to LOB.