5.147 DBA_LOCKDOWN_PROFILES
DBA_LOCKDOWN_PROFILES
provides information about lockdown profiles.
The PRIVATE_DBAAS
, PUBLIC_DBAAS
, and SAAS
lockdown profiles are empty placeholder profiles for the lockdown profiles of their corresponding deployment type. You can modify and add restrictions to these profiles based on their deployment purpose. For example, if you have a Software as a Service (SAAS) application, you can modify the SAAS
lockdown profile and use it. You can also delete and re-create these profiles.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the lockdown profile |
|
|
|
Rule type. A lockdown profile is used to restrict operations that can be performed by users connected to a given PDB. It provides the ability to add or remove different types of rules like STATEMENT, FEATURES or OPTIONS which will be restricted in the PDB. |
|
|
|
Rule to be enabled or disabled |
|
|
|
Clause of the statement |
|
|
|
Option of the clause |
|
|
|
Value of the option |
|
|
|
Minimum value allowed for the option This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |
|
|
|
Maximum value allowed for the option This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |
|
|
|
List of allowed values for the option This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |
|
|
|
Status of the lockdown profile:
|
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).See Also:
-
Oracle Database Concepts for an introduction to PDB lockdown profiles
-
Oracle Database SQL Language Reference for more information about creating lockdown profiles
-
Oracle Database SQL Language Reference for more information about dropping lockdown profiles
-
Oracle Database SQL Language Reference for more information about altering lockdown profiles