PL/SQL API jcs.set_default_partition
Summary
Set the default partition for this user.
Specification
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
plsqlTopic
onsiteTopic