DBA_SEQUENCES
DBA_SEQUENCES displays information about all sequences in the database. It is accessible only to users with system administrator rights.
| Name | Type | Description |
|---|---|---|
| sequence_owner | character varying(64) | Owner of the sequence |
| sequence_name | character varying(64) | Name of the sequence |
Last Article: DBA_PROCEDURES
Next Article: DBA_SOURCE
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.