ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Support utilities for directory-based sharding with functions that can be executed by a shard user.
Adds a key value to a partition in the directory table
dbms_sharding_directory.addKeyToPartition(
schema_name IN VARCHAR2,
root_table IN VARCHAR2,
partition_name IN VARCHAR2,
key ...);
PRAGMA SUPPLEMENTAL_LOG_DATA(addKeyToPartition, UNSUPPORTED);
Adds a key to a partition in the directory table and commits the change
dbms_sharding_directory.addKeyToPartition(
schema_name IN VARCHAR2,
root_table IN VARCHAR2,
partition_name IN VARCHAR2,
key ...);
PRAGMA SUPPLEMENTAL_LOG_DATA(addKeyToPartitionCommit, UNSUPPORTED_WITH_COMMIT);