Export Specification

Export specification defines the accessibility of the dataset, determining whether it is restricted, controlled, or available.

By default, the export specification is PUBLIC.

Export specifications are:
  • PRIVATE: Accessible only within the coding scope, and not materialized in target.
  • PROTECTED: Accessible within a controlled scope, such as used to create VIEW or for debugging, but not publicly accessible.
  • PUBLIC: Accessible in the target data warehouse.
Syntax
export_specification ::= PRIVATE | PROTECTED | PUBLIC