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.