jcs_odf.drop_partition

on-site-related topic PL/SQL API jcs_odf.drop_partition

Summary

Drop a partition.

Specification

Copy
procedure drop_partition(name in varchar2,
version in number default null,
force in varchar2 default const.def_str)

Parameters

  • name - the name of the partition
  • version - the version number of the partition
  • force - 'Y' or 'N': if 'Y' all objects within the partition are thrown away as well (but not if there are jobs in a non-final state that for scripts in the partition)

See Also