Limitations for Nonmaterialized Columns

alter table … modify does not support converting existing materialized columns to nonmaterialized columns. Running alter table ... modify against a column instantiates all nonmaterialized columns in the table.

You cannot: