|
-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|