alter sequence PN.PN_LEASES_S nocache;
/
ALTER SEQUENCE PN.PN_LEASES_S RESTART START WITH 40000;
Commit;