If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > 3rd party tools for auditing selects in DB2 UDB?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-14-04, 14:40
brunod brunod is offline
Registered User
 
Join Date: Jun 2004
Posts: 9
Question 3rd party tools for auditing selects in DB2 UDB?

Hi everyone,

I would like to know if anyone knows of any 3rd party tools available for DB2 UDB 7.2 or higher that would allow auditing of select statements. If you do, I would appreciate if you could share your experience with me.

Since our databases hold protected information, we need to know who has had access to what information. While we could access the information through stored procedures and process our auditing this way, it does restrict our usage of certain reporting tools especially if we want to retain the capability of having ad-hoc reports.

I hope I'm providing enough information for someone to help...it will be greatly appreciated!

Thanks in advance!

Bruno
Reply With Quote
  #2 (permalink)  
Old 06-14-04, 14:52
dsusendran dsusendran is offline
Registered User
 
Join Date: Apr 2004
Location: Inside Intel
Posts: 165
Talking

What OS are you on?

Visit www.bmc.com and choose Product List and then choose "Database Administration for DB2"

Is that what you want?

Newbie
Reply With Quote
  #3 (permalink)  
Old 06-14-04, 14:53
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
OR use the inbuilt db2audit tool

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #4 (permalink)  
Old 06-14-04, 15:27
brunod brunod is offline
Registered User
 
Join Date: Jun 2004
Posts: 9
Question More than meets the eye!

Hi,

Thanks for your reply

The operating system on which DB2 UDB will be installed is HP-Unix.

I looked at the web site proposed and found that this is not what I'm looking for.

Let's say the following command is given:

SELECT * FROM TABLE

The auditing tool must be capable of recording, in a separate audit table, every row which were accessed from the table along with the User ID of the person who viewed the data.

I don't have any experience with the audit tools that come with DB2 but from what I read, I think it would record that a certain user has performed the command SELECT * FROM TABLE. What we need to know is which rows resulted from this command since SELECT * FROM TABLE can be very different from one time to another depending on the dynamics of the data.

Hope I drew a clearer picture of what I'm looking for...and its complexity!

Thanks!

Bruno

Last edited by brunod; 06-14-04 at 15:38.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On