* 오라클 계정 생성
[계정 생성 문법] create user <계정명> identified by <비밀번호>; grant dba to <계정명>; grant create trigger to <계정명>; grant execute any procedure to <계정명>; alter user <계정명> default tablespace <테이블스페이스명> quota unlimited on <테이블스페이스명>; alter user <계정명> temporary tablespace temp_tblspace; |
'개발 관련 지식 > 오라클(Oracle)' 카테고리의 다른 글
[오라클] DB 스페이스 정보 확인 및 테이블 정보 확인(8i버전) (0) | 2014.12.11 |
---|---|
[오라클] 요일 구하는 방법 (0) | 2014.12.09 |
[오라클] 시퀀스(Sequence) 생성 방법 (0) | 2014.10.24 |
[Oracle] 데이터베이스 객체(Database Object) (0) | 2014.08.20 |
[Oracle] 오라클 기본 함수 (0) | 2014.08.19 |