Hi All,
I am using insert all to load two tables and I need to use same sequence number in both tables. However, I see the sequence numbers are different for both tables.
For example:
Table A - I see sequence number 1, 3, 5, 7
and
Table B - I see sequence number 2, 4, 6, 8
Can someone please let me know how can I use the same sequence for both table loads using insert all ?
Thank you