User-defined datatypes (UDD) use Oracle built-in datatypes and other user-defined datatypes as building blocks that model the structure and behavior of data in applications.
Mirror Replication Agent for Oracle 15.1 supports replication of user-defined object types. Object types are abstractions of real-world entities, such as purchase orders, that application programs deal with. An object type is a schema object with three kinds of components:
A name, which identifies the object type uniquely within that schema.
Attributes, which are built-in types or other user-defined types. Attributes model the structure of the real-world entity.
Methods, which are functions or procedures written in PL/SQL and stored in the database, or written in a language such as C or Java and stored externally. Methods implement operations the application can perform on the real-world entity.