카테고리 없음
oracle 사용자 만들기
너네 집 개밥 내가먹었다
2010. 12. 7. 11:33
create tablespace websphere datafile '/opt/oracle/oradata/ORA10G/websphere.dbf' size 10m AUTOEXTEND ON NEXT 1M MAXSIZE UNLIMITED;
CREATE USER websphere IDENTIFIED BY websphere DEFAULT TABLESPACE websphere TEMPORARY TABLESPACE TEMP;
GRANT connect, resource TO websphere;
CREATE USER websphere IDENTIFIED BY websphere DEFAULT TABLESPACE websphere TEMPORARY TABLESPACE TEMP;
GRANT connect, resource TO websphere;