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.
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.