0

Is there any other ways(Such as tools) than C, C++ APIs to view or export binary format logs in normal readable format?

If tools are available, please provide download links.

Thanks in advance.

I am using DB2 V11.5 on windows (Server Edition).

Selva
  • 25
  • 6

1 Answers1

0

Try this one: DB2 Recovery Expert for Linux, UNIX and Windows

Mark Barinstein
  • 11,456
  • 2
  • 8
  • 16
  • Hi @Mark, I tried this but I could see only summary reports, Is there any chance for viewing raw logs in UTF-8 format or any readable formats ? – Selva Sep 04 '19 at 22:02
  • [Log Analysis](https://www.ibm.com/support/knowledgecenter/en/SS8QJD_5.5.0/db2re_v5r5/contents/amacloganalysis.html) – Mark Barinstein Sep 05 '19 at 04:16
  • Thanks for the help :).. I am using db2 in windows. Is there any way to write the ddl/dml auditing logs as system logs(Windows Application Events) like MSSQL ddl dml auditing.? – Selva Sep 05 '19 at 13:25
  • You need custom scripting for this. – Mark Barinstein Sep 05 '19 at 15:40
  • Any Tutorials or examples for this..? – Selva Sep 05 '19 at 16:21
  • Please, open a new question and be more specific on what you want audit exactly. – Mark Barinstein Sep 05 '19 at 18:00
  • Please Refer- https://stackoverflow.com/questions/57818297/how-to-write-db2-ddl-dml-audit-logs-as-system-application-logs?r=SearchResults&s=1|0.0000 – Selva Sep 06 '19 at 08:25