First Create Sequence :
CREATE SEQUENCE schema_name.sequence_name
[INCREMENT BY interval]
[START WITH first_number]
[MAXVALUE max_value | NOMAXVALUE]
[MINVALUE min_value | NOMINVALUE]
[CYCLE | NOCYCLE]
[CACHE cache_size | NOCACHE]
[ORDER | NOORDER];
Create Sequence into Oracle Apex SQL Commands :
Find the sequence on Sequence folder:
Select the specific table column
Declare the specific table column