Home Oracle Commands Oracle Data Dictionary
v$ Performance views

USER_REPCOLUMN

Replicated columns for the current user's table in ascending order

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

Related Commands:




Back to the Top

Simon Sheppard
SS64.com