검색결과 리스트
글
LANGUAGE/!$%!% ERROR NOTE
2016. 6. 20. 12:58
///// Error (에러)
ERROR at line 1:
ORA-19502: write error on file
...
62976 (block size=8192)
ORA-27072: File I/O error
Additional information: 4
Additional information: 62976
Additional information: 876544
///// Problem (문제)
용량이 부족하다.
테이블 스페이스를 생성하려고 했는데, 물리적 용량이 부족한 상태
리눅스에서 df -u를 때려보니 사용가능한 용량이 부족했다.
///// Solution (해결)
용량을 늘린다.
※ Drop Tablespace
SQL> drop tablespace {tablespaceName} including contents and datafiles cascade constraints;
'LANGUAGE > !$%!% ERROR NOTE' 카테고리의 다른 글
SSMS설치시 오류코드 29506 (0) | 2016.07.05 |
---|---|
[Oracle] ORA-65096: invalid common user or role name (2) | 2016.06.20 |
[Gradle] Execution failed for task ':XXX:clean'. (0) | 2016.04.19 |
[Oracle] ORA-01555: 너무 이전 스냅샷:롤백 세그먼트 ... 수에 "컬럼명" 이름으로 된 것이 너무 작습니다. (0) | 2016.04.15 |
[Oracle] ORA-01461 LONG 값은 LONG 열에 삽입할 때만 바인드할 수 있습니다. (1) | 2016.04.15 |