Id | Message |
---|---|
ORA-54003 | specified data type is not supported for a virtual column |
ORA-54004 | resultant data type of virtual column is not supported |
ORA-54005 | keyword VIRTUAL cannot be specified here |
ORA-54006 | keyword VISIBLE cannot be specified here |
ORA-54007 | keyword HIDDEN cannot be specified here |
ORA-54008 | expression column is not supported for an index organized table |
ORA-54009 | expression column is not supported for an external table |
ORA-54010 | expression column is not supported for a temporary table |
ORA-54011 | expression column is not supported for a clustered table |
ORA-54012 | virtual column is referenced in a column expression |
ORA-54013 | INSERT operation disallowed on virtual columns |
ORA-54014 | Resulting table from a CTAS operation contains virtual column(s) |
ORA-54015 | Duplicate column expression was specified |
ORA-54016 | Invalid column expression was specified |
ORA-54017 | UPDATE operation disallowed on virtual columns |
ORA-54018 | A virtual column exists for this expression |
ORA-54019 | Virtual column expression cannot be changed because it is a partitioning column |
ORA-54020 | Virtual column expression cannot be changed because it is a subpartitioning column |
ORA-54021 | Cannot use PL/SQL expressions in partitioning or subpartitioning columns |
ORA-54022 | Virtual column expression cannot be changed because an index is defined on column |