This preface contains:
The following are changes in Oracle Label Security Administrator’s Guide for Oracle Database 12c Release 1 (12.1.0.2).
This section contains:
This section contains:
New for this release is the standalone OLS_LABEL_DOMINATES
function, which replaces the SA_UTL.DOMINATES
function.
See "OLS_LABEL_DOMINATES Standalone Function" for more information.
This section contains:
The following standalone function is deprecated in this release, and may be desupported in a future release:
SA_UTL.DOMINATES
, using the following syntax:
FUNCTION DOMINATES ( ols_policy_name IN VARCHAR2, label IN VARCHAR2) RETURN BOOLEAN
The SA_UTL.DOMINATES
function that uses the NUMBER
datatype is not deprecated.
The following are changes in Oracle Label Security Administrator’s Guide for Oracle Database 12c Release 1 (12.1.0.1).
This section contains:
The following features are new in this release:
Oracle Label Security has specific requirements for upgrades and downgrades from or to Oracle Database 12c Release 1 (12.1).
See "Oracle Label Security Upgrades and Downgrades" for more information.
Oracle Database Release 12.1 introduces the Oracle Multitenant option, which enables you to plug one or more pluggable databases (PDBs) into a multitenant container database (CDB).
You can use Oracle Label Security with a CDB. Each PDB has its own Label Security metadata, such as policies, labels, and user authorizations. In addition, the objects within the LBACSYS
schema are automatically available to any child PDB. LBACSYS
schema is a common user schema.
See "Oracle Label Security Integration in a Multitenant Environment" for more information.
Oracle Label Security is installed by default in Oracle Database 12c Release 1 (12.1), making the installation process simpler. You do not need to perform an advanced installation and select the Oracle Label Security check box.
See "When You Must Disable Oracle Label Security" for more information.
Oracle Database 12c Release 1 (12.1) uses a unified audit trail to capture information from various audit sources, including Oracle Label Security. OLS auditing is configured using audit policies. OLS auditing in 12c Release 1 (12.1) enables you to audit additional events such as enabling and disabling OLS policies.
If you have upgraded your database to 12c Release 1 (12.1), but have not configured it to use unified auditing, then you must use pre-12c OLS auditing.
See Auditing Under Oracle Label Security for more information.
See Also:
Oracle Database Upgrade Guide for instructions on configuring your upgraded database to use unified auditing. After migration, you can create unified audit policies. See Oracle Database Security Guide
Starting with Oracle Database 12c Release 1 (12.1), Oracle Label Security metadata in the LBACSYS
schema can be included when doing a full database export and import operation. The source database can be Oracle Database 11g Release 2 (11.2.0.3), or higher, but the target database must be Oracle Database 12c Release 1 (12.1) or higher.
See Performing DBA Functions Under Oracle Label Security for more information.
The following standalone functions are deprecated in this release, and may be desupported in a future release:
LEAST_UBOUND
You can use OLS_GREATEST_LBOUND
instead.
See "Finding Greatest Lower Bound with GREATEST_LBOUND" for information about alternatives.
LUBD
You can use OLS_GLBD
instead.
See "Finding Greatest Lower Bound with GREATEST_LBOUND" for information about alternatives.
DOMINATES
See "OLS_DOMINATES Standalone Function" for information about alternatives.
DOM
See "OLS_STRICTLY_DOMINATES Standalone Function" for information about alternatives.
STRICTLY_DOMINATES
See "OLS_STRICTLY_DOMINATES Standalone Function" for information about alternatives.
S_DOM
See "OLS_DOMINATES Standalone Function" for information about alternatives.
DOMINATED_BY
See "OLS_DOMINATED_BY Standalone Function" for information about alternatives.
DOM_BY
See "OLS_DOMINATED_BY Standalone Function" for information about alternatives.
STRICTLY_DOMINATED_BY
See "OLS_STRICTLY_DOMINATED_BY Standalone Function" for information about alternatives.
S_DOM_BY
See "OLS_STRICTLY_DOMINATED_BY Standalone Function" for information about alternatives.
The following are additional changes in the release:
There has been some reorganization of chapters and appendixes.
A new appendix, Oracle Label Security PL/SQL Packages, has been added. Most packages previously described in chapters, have been moved to this appendix.