Home Oracle Commands Oracle Data Dictionary
v$ Performance views

ALL_REPCOLUMN

Replicated columns for a table sorted alphabetically in ascending order

Columns
   ___________________________
 
   DATA_PRECISION
      Length: decimal digits (NUMBER) or binary digits (FLOAT)
   CTYPE
      Type of the column
   DATA_LENGTH
      Length of the column in bytes
   DATA_SCALE
      Digits to right of decimal point in a number
   NULLABLE
      Does column allow NULL values?
   CHARACTER_SET_NAME
      Name of character set for column, if applicable
   SNAME
      Name of the object owner
   SEND_OLD_ON_UPDATE
      Send the old value of the column in replicated updates
   COMPARE_OLD_ON_UPDATE
      Compare the old value of the column in replicated updates
   COMPARE_OLD_ON_DELETE
      Compare the old value of the column in replicated deletes
   POS
      Ordering of the replicated column
   ID
      ID of the replicated column
   CNAME
      Name of the replicated column
   TYPE
      Type of the object
   ONAME
      Name of the object
   SEND_OLD_ON_DELETE
      Send the old value of the column in replicated deletes

Related Commands:




Back to the Top

Simon Sheppard
SS64.com