I'd like to know, which command in Oracle
would be equivalent to
SET GENERATOR GEN_ID_TABELA TO 5;
(command made in FireBird
)
Because I would like to create a script with the inserts
, but in order to avoid any errors in the application afterwards, I believe I should set the sequence / position to SEQUENCE
. (Example, I made 5 inserts
in the table, then the SEQUENCE
will be 5)