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 |
Tags
- on write
- exec
- database
- 호흡법
- db
- truncate
- got errno 28 on write
- stored
- 가이드
- Tables
- alter
- MSSM
- Allocation
- Procedure
- errno 28
- segment
- DROP
- 숨쉬기
- 3층
- errno 28 on write
- Extent
- tablespace
- ASSM
- table
- Oracle
- 모음
- Deallocation
- mysqldump: got errno 28 on write
- Tibero
- 횡경막
Archives
- Today
- Total
목록Resize (1)
Notedb
ASM - Tablespace 관리하기 ( 생성, 추가, 삭제 )
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