Chaining with Parameterized | Rule Chaining |
SELECT username, osuser, terminal FROM v$session WHERE osuser = '$osusername'
Multiple Source-Rule-Violation Behavior
When using the Rule Chaining feature with PUDRs, you might expect a target- policy alert for each
For example, assume you have a session policy for your source rule, are passing the terminal name to the target PUDR, and that the session policy is violated twice. In this case, you will get two
DB Example
For example, when using a DB2 target database and passing $objectowner, only one PUDR (target rule) alert will show up, regardless of how many times the source rule gets violated. (A
$objectowner is replaced by the creator parameter which represents the authorization ID of the user who
For example, assume:
aYou set up a
bYou have a
SELECT '$objectowner' FROM SYSIBM.SYSDUMMY1 AS
SYSDUMMY1
cUser X issues these two queries:
SELECT * from my.employee
SELECT * from x.table1
In this case, two
PUDR Alert Behavior with Multiple
FortiDB MA can detect, and alert on, only the first item in a
For example, assume you have created a user policy which gets violated by a user's executing:
SELECT * FROM vje.test, vje.test1
1.For more information, see http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/r000 7595.htm
| FortiDB Version 3.2 Utilities User Guide |
18 |