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.
Is there any way we can get the DDL info for the event montior. Db2look did not have.
No idea who created out in data warehouse staging db and what for and whether it uses table or file space.
Look in syscat.eventmonitors, syscat.events, and syscat.eventtables. These will tell you if it is writing to tables (you will see entries in eventtables).