database, query
oracle 계정 생성 및 권한 부여
디츠
2016. 4. 6. 19:11
sql> create user scott(아이디) indentified by tiger(비밀번호);
sql> grant connect, resource to scott;