Other Scope
DDL operations that cannot be mapped are of OTHER
scope. When DDL is of OTHER
scope in the Replicat configuration, it is applied to the target with the same schema and object name as in the source DDL.
An example of OTHER
scope is a DDL operation that makes a system-specific reference, such as DDL that operates on data file names.
Some other examples of OTHER
scope:
CREATE USER joe IDENTIFIED by joe; CREATE ROLE ggs_gguser_role IDENTIFIED GLOBALLY; ALTER TABLESPACE gg_user TABLESPACE GROUP gg_grp_user;