Tibero tablespace 추가 시 에러발생
운영 중인 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 ..
Tibero
2019. 6. 6. 07:17