Is SYSIBM a DB2 internal user or is it just a schema name in DB2? In the SYSCAT.TABLESPACES catalog view, the definer of the default tablespaces in DB2 is mentioned as SYSIBM. For user created Tablespaces, the definer represents the name/ID of the user who created the tablespace.
Can SYSIBM be regarded as an internal user of DB2?