- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
If you are using autopk="true" or pkSequence="xtkNewId" then yes both tables are using same sequence.
To resolve issue of sequence filling up fast you can do:
1) Define custom sequence and use the same in your table. or
2) Find gaps in your sequence and point your sequence to start from that point.
Thanks.