SQL> create sequence sq;

SQL> select object_name, created from user_objects
where object_type = 'SEQUENCE';

OBJECT_NAME
------------
CREATED
---------
SQ
11-APR-01