PL/SQL API jcs_odf.create_partition
Summary
Create a partition.
Specification
procedure create_partition(name in varchar2,
description in varchar2 default null,
comment_text in varchar2 default null,
shareable in varchar2 default const.jcs_no,
userclass in varchar2 default null)
Parameters
- name - the name 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