My Oracle Support Banner

Getting "ORA-00933: SQL command not properly ended" when dataType clause used in create sequence command (Doc ID 2782967.1)

Last updated on APRIL 17, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.4 and later
Information in this document applies to any platform.

Symptoms

ORA-00933 error raised when CREATE SEQUENCE with dataType clause as below:

CREATE SEQUENCE test_seq
AS BIGINT
START WITH 1000
INCREMENT BY 1
NOCACHE
NOCYCLE;
AS BIGINT
*
ERROR at line 2:
ORA-00933: SQL command not properly ended

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.