Skip to Main Content

SQL Developer Data Modeler

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there a way in Data Modeler to create a sequence with the Keep Property

ScotBJun 23 2022 — edited Jun 23 2022

We are using Replay and the DBAs want us to specify Keep on our sequences. However, I don't see where that can be set. I've imported the a sequence into data modeler that was using Keep, but when I generate DDL, Keep isn't there.

KEEP
Specify KEEP if you want NEXTVAL to retain its original value during replay for Application Continuity. This behavior will occur only if the user running the application is the owner of the schema containing the sequence. This clause is useful for providing bind variable consistency at replay after recoverable errors.

Comments
Post Details
Added on Jun 23 2022
1 comment
398 views