| Oracle SA_LABEL_ADMIN Version 20c |
|---|
| General Information | |||||||
| Library Note | |||||||
| Purpose | Use this package to create, alter and drop OLS labels. Note: This page has been posted prior to the GA release of 20c. It will be completed once we have access to the release version. |
||||||
| AUTHID | DEFINER | ||||||
| Dependencies |
|
||||||
| Documented | Yes | ||||||
| First Available | 10.1 | ||||||
| Security Model | Owned by LBACSYS with no privileges granted. | ||||||
| Source | {ORACLE_HOME}/rdbms/admin/prvtolsdd.plb | ||||||
| Subprograms | |||||||
| ALTER_LABEL | |||||||
| Alter a policy label by tag Overload 1 |
sa_label_admin.alter_label( |
||||||
exec sa_label_admin.alter_label('FACILITY', -3401, -3301, TRUE); |
|||||||
| Alter a policy label by value Overload 2 |
sa_label_admin.alter_label( |
||||||
exec sa_label_admin.alter_label('FACILITY', 'C::APAC', 'C::NATO', TRUE); |
|||||||
| CREATE_LABEL | |||||||
| Create a policy label | sa_label_admin.create_label( |
||||||
exec sa_label_admin.create_label('FACILITY', -3301, 'C::APAC'); |
|||||||
| DROP_LABEL | |||||||
| Drop a policy label by tag Overload 1 |
sa_label_admin.drop_label( |
||||||
exec sa_label_admin.drop_label('FACILITY', -3301); |
|||||||
| Drop a policy label by value Overload 2 |
sa_label_admin.drop_label( |
||||||
exec sa_label_admin.drop_label('FACILITY', 'C::APAC'); |
|||||||