Oracle Drop Sequence

The Oracle Drop Sequence Tool allows users to select a sequenceSequence to be dropped. The tool then generates the SQL to drop the sequence.

Listed below is an example SQL statement generated by the Drop Sequence Tool.

DROP SEQUENCE TESTUSER.TEST_SEQUENCE

Oracle Drop Sequence