Quote:
|
Originally Posted by kunal
I am aware of table SYSTABLESPACES but it contains only static information.
|
That doesn't answer your question (n_i already mentioned snapshot functions), but you should
never use the SYSIBM.SYS* tables on DB2 for LUW (except SYSIBM.SYSDUMMY1). Those tables are not documented and may change at any time. Instead, rely on the catalog views in the SYSCAT schema.