Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_REPCOLUMN

Replicated columns for a table sorted alphabetically in ascending order

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

Related Commands:




Back to the Top

Simon Sheppard
SS64.com