본문 바로가기

카테고리 없음

oracle 사용자 만들기

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;