Hi
I am requested to remove compression and securefile definition from a LOB column in one table.
Current definition is:
LOB ("FILE_CONTENT") STORE AS SECUREFILE (
TABLESPACE ... COMPRESS HIGH KEEP_DUPLICATES
My question is if there is a procedure to "alter" that table or Should I create a new table and move data (may be with exp/impdp or insert into select)?
Thanks for the help
Regards
Jorge