기술 정보
home
채널 소개
home

syntax error 발생

문서 유형
장애 해결
분야
관리/환경설정
키워드
backup
controlfile
적용 제품 버전
7FS02PS
오류코드
7001

현상

Tibero 데이터베이스에서 ’alter database backup controlfile to trace as '/home/tibero/bkp.sql’ 구문 수행 시 syntax error가 발생하는 현상입니다.
SQL> alter database backup controlfile to trace as '/home/tibero/bkp.sql'; TBR-7001: General syntax error. at line 1, column 38 of null: alter database backup controlfile to trace as '/home/tibero/bkp.sql' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [outfile] Ambiguity detected. Option 1, trace_file_clause -> <Rule 664, tokens 6 .. 8> K_TRACE <tokens 6 .. 6> as_filename_opt <tokens 7 .. 8> backupset_after_opt -> <Rule 668, empty> Option 2, trace_file_clause -> <Rule 665, tokens 6 .. 8> K_TRACE <tokens 6 .. 6> as_filename_opt <tokens 7 .. 8> reset_log_option_opt -> <Rule 670, empty> Ambiguity detected. Option 1, trace_file_clause -> <Rule 664, tokens 6 .. 8> K_TRACE <tokens 6 .. 6> as_filename_opt <tokens 7 .. 8> backupset_after_opt -> <Rule 668, empty> Option 2, trace_file_clause -> <Rule 665, tokens 6 .. 8> K_TRACE <tokens 6 .. 6> as_filename_opt <tokens 7 .. 8> reset_log_option_opt -> <Rule 670, empty>
SQL
복사

원인

특정 패치 적용 후 발생된 error에 대한 추가적인 작업이 누락되었습니다. (적용패치: FS02_284981a)

해결

1.
패치를 적용합니다. (적용패치: FS02PS_284981b)
주의
티맥스티베로에서 제공하는 기술지원을 통해 패치를 적용합니다.
2.
alter database backup controlfile to trace as '/home/tibero/bkp.sql 구문 수행 시, noresetlogs | resetlogs를 명시하여 수행합니다.