Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
| 29 | 30 | 31 |
Tags
- 3층
- got errno 28 on write
- Tables
- Oracle
- 호흡법
- Allocation
- 횡경막
- errno 28
- alter
- 가이드
- mysqldump: got errno 28 on write
- 숨쉬기
- database
- stored
- DROP
- Tibero
- ASSM
- errno 28 on write
- exec
- Deallocation
- MSSM
- tablespace
- segment
- Procedure
- db
- on write
- Extent
- table
- 모음
- truncate
Archives
- Today
- Total
목록Create (1)
Notedb
1. tablespace 생성하기 (ts_new 생성하기) ① 조회 SQL> show parameter db_create_file_dest; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ db_create_file_dest string +DATA ② 생성 SQL> create tablespace ts_new datafile '+DATA' size 30G; SQL> set line 200 col tablespace_name for a10 col GB for 999 col file_name for a60 select tablespace_name, bytes/1024/1024/1024 ..
DATABASE/ORACLE
2023. 10. 19. 04:21