4.1 Oracle SQL Firewall Data Dictionary Views
Oracle Database provides a set of data dictionary views that provide information about Oracle SQL Firewall configurations.
Table 4-1 lists these data dictionary views.
Table 4-1 Data Dictionary Views That Display Oracle SQL Firewall Information
View | Description |
---|---|
|
Lists the status and generation date of the user's allow-lists |
|
Lists the allowed IP addresses for a user |
|
Lists the allowed operating system programs for a user |
|
Lists the allowed operating system users for a user |
|
Lists information about the allowed SQL statements for a user, including the allowed SQL ID and the allow-list version of the allowed SQL |
|
Lists log information for a user's SQL Firewall configuration, such as the database user name, SQL text, accessed objects, and the SQL Firewall session ID |
|
Lists the status SQL Firewall captures, such as whether they are enabled |
|
Lists information about the SQL Firewall session, such as the session ID, database user name, and client program |
|
Lists information about the SQL logs, such as the SQL text, the command type, the SQL signature, accessed objects, and the character set |
|
Lists the status of an SQL Firewall configuration, such as whether it is enabled and what its timestamp is |
|
Provides a detailed report on SQL Firewall violations, including information such as the objects that were accessed, the user the SQL was run on, and whether the action was blocked or allowed |
Related Topics