As an example, I have a database sequence created in Oracle Db:
CREATE SEQUENCE temp_seq START WITH 1000 INCREMENT BY 1;
I want t