IN YOUR B SESSION, INSERT A ROW INTO THE NEW TABLE AND DO NOT COMMIT IT

7. In your B session, insert a row into the new table and do not commit it:

insert into seqtest values(seqtest_pk_s.nextval,'second');