There is no bug here. If you do not specify the cache size then the default cache size is used. default happens to be 250000. You can query the catalog table to see what the values of the sequence are in the database.
[SELECT * FROM v_catalog.sequences]
This works as designed and there is no bug here. Verified in ADS v15.0.0-dev-244
This works as designed and there is no bug here. Verified in ADS v15.0.0-dev-244
Issue #11827 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
There is no bug here. If you do not specify the cache size then the default cache size is used. default happens to be 250000. You can query the catalog table to see what the values of the sequence are in the database.
[SELECT * FROM v_catalog.sequences]