alter session set "_ORACLE_SCRIPT"=true;
create user the identified by oracle;

grant resource, connect, dba to the;

Untitled

Untitled

create sequence seq_cno increment by 1 start with 1;

create sequence seq_sno increment by 1 start with 1;