What is auditing?

Answers were Sorted based on User's Feedback



What is auditing?..

Answer / s

Audit records the SQL statement executed against the table,
the AUTHID and the timestamp. AUDIT ALL records INSERT,
UPDATE, DELETE, SELECT. AUDIT CHANGES records INSERT,
UPDATE, DELETE.

Is This Answer Correct ?    0 Yes 0 No

What is auditing?..

Answer / mehdee

When we create DB2 table, if we assign the AUDIT option,
then as this tabe being accessed, DB2 will records
information about all those access so that later the DBADM
person will be able to use their Monitoring software and
Analize/Locate the problem in case it was any. But most of
the time we do not assign the AUDIT option unless it is
required, because it will use lots of DB2 resurces as this
DB2 table being used.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

Explain transactions, commits and rollbacks in DB2.

3 Answers  


What is scrollable cursor in db2?

0 Answers  


cobol-db2 runjcl please?

2 Answers   DELL,


What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?

3 Answers   Tech Mahindra,


What is drop table?

0 Answers  






Who uses db2?

0 Answers  


Is there any advantage to denormalizing DB2 tables?

1 Answers  


What is the difference between group by and order by?

2 Answers   IBM, TCS,


What is a synonym ?

2 Answers  


I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?

10 Answers   Fidelity,


What is the difference between plan and package in db2?

0 Answers  


What is db2 purescale?

0 Answers  


Categories