Tibero
Tibero tablespace 추가 시 에러발생
마머선129
2019. 6. 6. 07:17
운영 중인 tibero(rawdevice)에서 tablespace 추가를 하기 위해
alter tablespace 테이블스페이스명 add datafile '경로' size ~ autoextend off; 를 수행
->TBR-24010 tablespace 해당 테이블스페이스명 is in online backup mode. 에러 발생
Cause : The tablespace is involved in an online backup.
Action : Try again after the online backup is completed.
백업이 끝나도 계속 추가가 안될 때
-> select tablespace_name, status, contents from DBA_TABLESPACES; 로 tablespace 상태 확인
status : online 확인 -> alter tablespace 테이블스페이스명 end backup; 명령어 실행 후 tablespace 명령어 다시 실행