PL/SQL API jcs_odf.alter_partition
Summary
Alter a partition.
Specification
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
plsqlTopic
onsiteTopic