BEGIN
PROMPT Create Sequence
BEGIN
   Database_SYS.Create_Sequence('Example_Seq', 'minvalue 1 start with 1 increment by 1');
END;