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
Use this package to create, alter and drop OLS labels.
sa_label_admin.alter_label(
policy_name IN VARCHAR2,
label_tag IN BINARY_INTEGER,
new_label_value IN VARCHAR2,
new_data_label IN BOOLEAN); -- valid values TRUE & NULL
sa_label_admin.alter_label(
policy_name IN VARCHAR2,
label_value IN VARCHAR2,
new_label_value IN VARCHAR2,
new_data_label IN BOOLEAN); -- valid values TRUE & NULL
sa_label_admin.create_label(
policy_name IN VARCHAR2,
label_tag IN BINARY_INTEGER,
label_value IN VARCHAR2,
data_label IN BOOLEAN); -- valid values TRUE & NULL