select owner, table_name, column_name, data_default from dba_tab_cols where -- owner = user and virtual_column = 'YES' ;
Index