I want to insert into the table, to which I swore:
ORA-54013: INSERT for virtual columns is prohibited ORA-02063: previous line from linkName
As I understand it, virtual columns are columns that are created on the fly from other columns. How to understand which columns to exclude from insertion?
all_tab_columns, for sure there is something on this topic. And if you have a normal IDE, see the DDL table creation script right away. - Dmitriy