|
|
Archives of the TeradataForum
Message Posted: Mon, 09 Feb 2004 @ 17:48:39 GMT
Subj: | | Re: DBC.AccessLog |
|
From: | | Fred W Pluebell |
Access Logging is a security log of attempted accesses. Entries are logged at first or every access rights check on behalf of a session, for a
monitored combination of user and database object. (A frequency of "last" also logs every time, but does the equivalent of an "upsert" instead of
an "insert".) Access Log entries will be committed before a query begins execution (or before an access rights violation is reported). But queries
that fail to parse correctly (e.g. syntax errors) would not be logged.
| |