jcs.set_default_partition

on-site-related topic PL/SQL API jcs.set_default_partition

Summary

Set the default Partition for this user.

Specification

Copy
procedure set_default_partition(partition_name in varchar2)

Parameters

  • partition_name - the name of the Partition

The default Partition must be one of the enabled Partitions for this session.

Transaction keyword

The transaction keyword defines how and/or when the changes are committed to the database. A definition of the various transaction keywords can be found on the jcs package summary page.

none

See Also