|
|
| |
 |
|
Oracle Tips by Burleson |
Chapter 8 General Oracle Auditing
|
COLUMN NAME |
DESCRIPTION |
|
COMMENT_TEXT |
This is important for authentication
purposes. Described in detail below. |
|
SESSIONID |
The Audit Session Id of that session.
Remember, this is the Audit Session Id, not the Session Id from
v$session view. |
|
ENTRYID |
A single statement may trigger several
types of audited events, e.g. a select * from dual may trigger
Oracle check whether a cached cursor similar to the query exists
or not. All these entries are assigned one unique entry id
within a session id. |
|
STATEMENTID |
A single session may have several audited
statements – such as, the user created a table, altered another,
selected yet another, etc. Each of these statements is assigned
one statement id that is unique in that session id. If the
audited event is not a statement, then the statement id is 0. |
The above text is
an excerpt from:
Oracle Privacy Security Auditing
The
Final Word on Oracle Security
This is the only authoritative
book on Oracle Security, Oracle Privacy, and Oracle Auditing written
by two of the world’s leading Oracle Security experts.
This indispensable book is only
$39.95
and has an
immediate download of working security scripts:
|
|
|