You can disable and enable Oracle Label Security as necessary.
Topics:
You may need to disable Oracle Label Security to perform upgrade tasks or correct erroneous configurations.
Another reason for disabling Oracle Label Security is if you want to test an application without enforcing Oracle Label Security. You can reenable Oracle Label Security after you complete the tasks.
You can easily find if Oracle Label Security is enabled or disabled.
To find if Oracle Label Security is enabled or disabled, query the V$OPTION
data dictionary view. Any user can query this view.
Remember that the PARAMETER
column value is case sensitive. For example:
SELECT VALUE FROM V$OPTION WHERE PARAMETER = 'Oracle Label Security';
If Oracle Label Security is enabled, then the query returns TRUE
. Otherwise, it returns FALSE
.
If Oracle Database Vault has been enabled, then do not disable Oracle Label Security. See Oracle Database Vault Administrator's Guide to find if Database Vault has been enabled.
To disable Oracle Label Security: