You can use SQL Studio to create new sequences in the database.
You have the necessary user authorizations and the user attribute NOT EXCLUSIVE.
For an explanation of user authorizations and user attributes, see the User Concept section of the documentation Database Administration and the Authorization section of the Reference Manual.
...
1. Choose Catalog Manager ® New ® Sequence Definition.
2. Enter a name for the sequence, and define the required values.
3. Choose Sequence Definition ® Create Sequence.
4. To export the SQL statement for creating the sequence to the SQL dialog, choose Sequence Definition ® Export to SQL Dialog.
For information on the syntax of CREATE SEQUENCE statements, see the CREATE SEQUENCE Statement section of the Reference Manual.