Quick Search:
 
 The Oracle PL/SQL ALL_REPFLAVOR_COLUMNS Keyword      [Return To Index] Jump to:  

Term: ALL_REPFLAVOR_COLUMNS

Definition:
In Oracle PL/SQL, the ALL_REPFLAVOR_COLUMNS dictionary view maintains the replicated columns in the flavors.

The structure of the view is as below.

FNAME [VARCHAR2(30)] - Flavor Name
GNAME [VARCHAR2(30)] - Object group name
SNAME [VARCHAR2(30)] - Schema name containing the object group
ONAME [VARCHAR2(30)] - Object Name
CNAME [VARCHAR2(4000)] - Column Name
TYPE [VARCHAR2(30)] - Column Data type
POS [NUMBER] - Column sequence in the parameter list in replication procedures
GROUP_OWNER [VARCHAR2(30)] - Object group owner
TYPE_TOID [RAW(16)] - Type OID of a column of type
TYPE_OWNER [VARCHAR2(30)] - Type Owner of a column of type
TYPE_HASHCODE [VARCHAR2(34)] - Type hashcode of a column of TYPE
TYPE_MOD [VARCHAR2(3)] - Datatype modifier of a column
TOP [VARCHAR2(30)] - Top column of this attribute column


Related Links:
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org