Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Editing Installation Script Files that Create Sequences
Skip Headers
Previous
Previous
 
Next
Next

Editing Installation Script Files that Create Sequences

For a sequence, SQL Developer generates a CREATE SEQUENCE statement whose START WITH value is relative to the current value of the sequence in the development environment.

If your application uses the sequence to generate unique keys, and you will not insert the data from the source tables into the corresponding new tables, then you might want to edit the START WITH value in the installation script file. You can edit the installation script file in the SQL Worksheet or any text editor.

Related Topics

Tutorial: Creating a Sequence

Creating Installation Script Files