Background documentationDatabase Terms Locate this document in the navigation structure

 

To determine information about your database system, its objects, structures, status information, and so on, you have to evaluate the relevant system tables. A list of database terms and references to the system tables that can provide the information on the terms is provided below.

Term

Explanation

System Table

Char set (character set)

MapChar set

MAPCHARSETS

Column

Definition, domain, default value, primary key, privilege

Indexed column

in referential constraint

for a table in the view table

COLUMNS

INDEXCOLUMNS

FOREIGNKEYCOLUMNS

VIEWCOLUMNS

Computer

Name

Load

USERS MACHINEUTILIZATION

Constraint

NOT NULL columns, primary key

in a column or table in a domain

referential

UNIQUE

COLUMNS

CONSTRAINTS

DOMAINCONSTRAINTS

FOREIGNKEYS

INDEXES

Database

of the current database session, information

USERS

INSTANCE

Database parameter

current valid

ACTIVECONFIGURATION

Database procedure

Name and additional information parameter

DBPROCEDURES

DBPROCPARAMS

Database session

our own and all active roles in the database session

active roles

SESSIONS

SESSION_ROLES

Default value

for a column

for a domain

for a role

COLUMNS

DOMAINS

ROLES

Domain

Name and additional information

Constraint

for column definition

DOMAINS

DOMAINCONSTRAINTS

COLUMNS

Foreign key, referential constraint

Name and additional information

Columns

FOREIGNKEYS

FOREIGNKEYCOLUMNS

Identification

Internal identification of a table

Internal identification of a user

TABLES

USERS

Isolation level

for current database session

SESSIONS

Key

Primary key

Secondary key

Foreign key (referential constraint)

COLUMNS

FOREIGNKEYCOLUMNS

FOREIGNKEYS

Lock

Current

Requested

LOCKS

LOCK_WAITS

Log area

Load

LOGSTATISTICS

Log queue

Identification and additional information

LOGQUEUESTATISTICS

Mapchar set

Name and additional information

MAPCHARSETS

Migration (upgrade)

Log

POSTUPGRADECHECKLIST

Operating system

for the database instance

VERSION

Parameter

for a database procedure

Database Parameters

DBPROCPARAMS

ACTIVECONFIGURATION

Privilege

for a role

a column

a schema

a table

ROLEPRIVILEGES

COLUMNS

SCHEMAPRIVILEGES

TABLES

TABLEPRIVILEGES

Referential constraint

Name and additional information

Columns

FOREIGNKEYS

FOREIGNKEYCOLUMNS

Release (version)

Database software

VERSION

Result table

Existence

TABLES

Role

Name and additional information

Privilege

Active in database session

ROLES

ROLEPRIVILEGES

SESSION_ROLES

Schema

Name and additional information

Privilege

SCHEMAS

SCHEMAPRIVILEGES

Sequence

Current value

SEQUENCES

Server node (computer)

Name

Load

USERS

MACHINEUTILIZATION

Session (database session)

our own and all active roles in the database session

active roles

SESSIONS

SESSION_ROLES

SQL mode

for current database session

SESSIONS

Statistics

Time and sample value from the last time UPDATE STATISTICS ran

TABLES

Synonym

Synonyms

Existence

SYNONYMS

TABLES

Table

Name and additional information

Definition

Synonym

Privilege

View definition

Constraint

Referential constraint

Index

View table

Primary key

Secondary key

Triggers

TABLES

COLUMNS

SYNONYMS

TABLEPRIVILEGES

VIEWCOLUMNS

CONSTRAINTS

FOREIGNKEYS

INDEXES

VIEWS

COLUMNS

FOREIGNKEYCOLUMNS TRIGGERS

Timeout

for current database session

SESSIONS

Triggers

Name and additional information

TRIGGERS

UNIQUE

Index

INDEXES

Upgrade

Logs

POSTUPGRADECHECKLIST

User (database user)

Defined current

USERS

SESSIONS

Version

Database software and operating system

VERSION

View (view table)

Name and additional information

Definition

Existence

Synonym

Tables and columns

VIEWS

VIEWDEFS

TABLES

SYNONYMS

VIEWCOLUMNS

More Information

System Tables