ALL_SEQUENCES
ALL_SEQUENCES displays all sequences accessible to the current user.
| Name | Type | Description |
|---|---|---|
| sequence_owner | name | Owner of the sequence |
| sequence_name | name | Name of the sequence |
| min_value | bigint | Minimum value of the sequence |
| max_value | bigint | Maximum value of the sequence |
| increment_by | bigint | Value by which the sequence is incremented |
| cycle_flag | character(1) | Whether the sequence is a cycle sequence. The value can be Y or N.
|
Last Article: ALL_PROCEDURES
Next Article: ALL_SOURCE
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.