Understanding DDL Scopes

Database objects are classified into scopes. A scope is a category that defines how DDL operations on an object are handled by Oracle GoldenGate.

The scopes are:

  • MAPPED

  • UNMAPPED

  • OTHER

The use of scopes enables granular control over the filtering of DDL operations, string substitutions, and error handling.

Topics: