Table: ALL_SEQUENCES
Description of SEQUENCEs accessible to the user
| Column Name | Description |
|---|---|
| CACHE_SIZE | Number of sequence numbers to cache |
| CYCLE_FLAG | Does sequence wrap around on reaching limit? |
| INCREMENT_BY | Value by which sequence is incremented |
| LAST_NUMBER | Last sequence number written to disk |
| MAX_VALUE | Maximum value of the sequence |
| MIN_VALUE | Minimum value of the sequence |
| ORDER_FLAG | Are sequence numbers generated in order? |
| SEQUENCE_NAME | SEQUENCE name |
| SEQUENCE_OWNER | Name of the owner of the sequence |