5.151 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 |
|
|
|
Maximum value allowed for the option |
|
|
|
List of allowed values for the option |
|
|
|
Status of the lockdown profile:
|
|
|
|
User type. Possible values:
|
|
|
|
For internal use only |
Footnote 1 This column is available starting with Oracle Database release 19c, version 19.1.
See Also:
-
Oracle Multitenant Administrator's Guide 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