jcs_odf.create_partition

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

Summary

Create a Partition.

Specification

Copy
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