Archives of the TeradataForum
Message Posted: Wed, 18 Mar 1999 @ 01:42:14 GMT
Subj: | | Re: Access Logging on Views Required? |
|
From: | | Jay Selkie |
In my experience, I've found that I've needed to log accesses to both tables and views. I would suggest logging the views as well:
begin logging with text on each select on database DBV;
I'm not sure if this varies from release to release or not. What release are you running? At V2R2.1, if I just log accesses to a
table then I don't get the accesses through a view for that table.
I'm curious whether you might possibly have a rule that points to the view data base? Check your DBC.acclogruletbl, just to be sure.
|