During the complete installation of database system, a set of system tables is created on the Serverdb. These system tables can be used to select information on the configuration, structures, and sizes of database objects.
The
owner of these tables is the SYSDBA created when the system was configured. You do not need to specify the owner to access these tables. DATADEVSPACES DBPARAMETERS INDEXSTATISTICS LOCKLISTSTATISTICS SERVERDBSTATISTICS TABLESTATISTICS TRANSACTIONS USERSTATISTICS
See also:
UPDATE STATISTICS statement