오라클 유저 생성

show user;
show con_name;

create user zoomin
identified  by zoomin
default     tablespace users
temporary   tablespace temp;

alter user zoomin quota unlimited on users;
grant CONNECT, dba to zoomin;
grant create view to zoomin;

image.png

테이블

시퀀스

데이터