create user 유저이름 identified by 비밀번호;
권한을 주지않고 테이블을 생성하려고 하면 insufficient privileges 오류가 발생함
grant create table to 유저이름;
no privileges on tablespace 'system'
grant unlimited tablespace to 유저이름;