-- 계정 생성
create user hmingle identified by hmingle1234;

-- 권한 부여
grant create any table to hmingle;
grant connect, resource, dba to hmingle;