티스토리 뷰
/* table space 생성 */ create tablespace ts_paint datafile '/usr/lib/oracle/xe/oradata/XE/ts_paint.dbf' size 50M autoextend on next 1M maxsize 100M ; /* 임시 테이블 생성 */ create temporary tablespace ts_paint_temp tempfile '/usr/lib/oracle/xe/oradata/XE/ts_paint_temp.dbf' size 50M extent management local uniform size 128k; /* 사용자 생성 */ create user paint identified by paint default tablespace ts_paint temporary tablespace ts_paint_temp; /* 권한 부여 */ grant connect,resource to paint /* 사용자 삭제시 */ drop user paint cascade;
'DATABASE' 카테고리의 다른 글
[PostgreSQL] 다중 로우를 한개 로우로 표현하기 (0) | 2013.12.03 |
---|---|
[MySQL] 어떤 my.conf를 읽는지 확인하고자 할 때 (0) | 2012.11.03 |
[MySQL] 테이블 생성, 컬럼 추가, 삭제, 수정 (6) | 2012.06.28 |
INDEX 생성/수정/삭제 (0) | 2011.07.13 |
Error 1130 Host 'xxx' is not allowed to connect to this MySQL server (0) | 2010.11.21 |
[MySQL] MySQL 설치 (0) | 2010.11.21 |
[MySQL] Oracle rownum 같은 row 개수 지정하여 조회하기 (0) | 2010.09.29 |
[MySQL] checking for termcap functions library... configure: error: No curses/termcap library found (0) | 2010.08.15 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- rsync
- rundeck
- 플레이북
- openssl
- Jenkins
- 파이프라인
- ssl
- nginx
- 젠킨스
- iTerm2
- URL Encoding
- Thread Dump
- 엔서블
- Ansible
- Linux
- 쓰레드덤프
- groovy
- 리눅스
- Config History
- Nexus
- 데브옵스
- PostgreSQL
- vagrant
- DevOps
- Password manager
- Docker
- JVM
- Playbook
- Shell Script
- 엔시블
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함