Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_UPDATABLE_COLUMNS

Description of dba updatable columns

Columns
   ___________________________
 
   OWNER
      table owner
   TABLE_NAME
      table name
   COLUMN_NAME
      column name
   UPDATABLE
      Is the column updatable? 
   INSERTABLE
      Is the column insertable?
   DELETABLE
      Is the column deletable?

Related:



Simon Sheppard
SS64.com