SQL Guide : Database system tables and system views : System tables : SYS_SEQUENCES
  
SYS_SEQUENCES
Column name
Data type
Description
SEQUENCE_NAME
WVARCHAR
Sequence name.
ID
INTEGER
Unique identifier.
DENSE
CHAR
Is the sequence dense or sparse.
SEQUENCE_SCHEMA
WVARCHAR
The name of the schema containing SEQUENCE_NAME.
SEQUENCE_CATALOG
WVARCHAR
The name of the catalog containing SEQUENCE_NAME.
CREATIME
TIMESTAMP
Creation time.
See also
System tables