create user scott identified by tiger
default tablespace users
temporary tablespace temp;
alter user scott identified by tiger;
alter user scott account unlock;
'Database > Oracle' 카테고리의 다른 글
[Oracle] GRANT , SYNONYM 주는 방법 (0) | 2014.11.04 |
---|---|
[Select] SELECT * INTO와 INSERT INTO SELECT..의 차이점 (0) | 2014.11.04 |
[Query] Outer Join (0) | 2014.10.01 |
[Multi Update] 다중 row 같은 column update (0) | 2014.09.18 |
[Date] 날짜형 년월일 시분초 update 시 (0) | 2014.09.14 |