jcs_odf.alter_partition

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

Summary

Alter a Partition.

Specification

Copy
procedure alter_partition(name in varchar2,
version in number default null,
description in varchar2 default const.def_str,
comment_text in varchar2 default const.def_str,
shareable in varchar2 default const.def_str,
userclass in varchar2 default const.def_str)

Parameters

  • name - the name of the Partition
  • version - the version number of the Partition
  • description - the description of the Partition
  • comment_text - a text with comments on the Partition
  • shareable - defines if this is a shareable Partition or not
  • userclass - Deprecated

See Also