SQLcl: Release 25.1.1.0 Production Build: 25.1.1.113.2054
Added materialized expression column (23ai):
alter table TEST add (PERIOD timestamp as (trunc(START_DATE, 'mm')) materialized);
Export errors out with:
The current connection TEST will be used for all operations
*** TABLES ***
…
(run with -debug to get the full list)
============================================================
TABLE SCHEMA.TEST: Failed to format, syntax error
============================================================
Is there a way to bypass this until SQLcl adds support of materialized expression column?