Background Image

FORUM

조회 수 104 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부


* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.

OS
Cent OS (큐브리드 도커 이미지)
CUBRID Ver.

CUBRID 11.2 (11.2.7.0797-b3dcab9) (64bit release build for Linux) (Sep 12 2023 14:13:02)

CUBRID TOOL Ver.
[도움말]-[버전정보] 확인
응용 환경(API)
java, php, odbc 등 입력


* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.

 

에러 내용 및 재현 방법 재현 가능한 Source와 SQL
관련 테이블(인덱스, 키정보 포함) 정보 CUBRID 홈 디렉토리 아래 log 디렉토리 압축


-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------

 

loaddb 유틸리티를 이용하여 objects파일을 load하고 있는데 아래 이미지와 같은 오류가 발생합니다.

오류 메시지를 봐도 원인을 알 수 없어서 문의 드립니다.

 

load하는 db는 unload를 통해서 생성된 파일이며, unload는 다음 명령으로 실행하였습니다.

cubrid unloaddb cubrid -S -v db_name

위 명령어를 통해서 스키마, 오브젝트(데이터), 인덱스 파일이 생성되었습니다.

 

db는 아래 명령어로 만들었습니다.

cubrid createdb -F "경로" -L "경로" --db-volume-size=512M  db_name ko_KR

 

loaddb 명령은 아래와 같이 실행했습니다.

cubrid loaddb db_name -u dba -v -s 스키마파일

 

 

이건 오류는 아니지만 궁금한게 하나 있습니다.

loaddb를 이용해서 스키마 파일을 로드하면 기본키만 추가되는것이 아닌가요? 저는 보조키와 외래키까지 같이 반영이 되는 것 같습니다.

아래 문서에는 보조키와 외래키는 인덱스파일 로드 될때 생성된다고 되어 있는데 좀 이사한거 같습니다.

https://www.cubrid.org/manual/ko/11.2/admin/admin_utils.html#loaddb

여하튼 스키마 생성시 같이 생성된 보조키와 외래키는 모두 제거하였으므로 load에는 문제가 안될거라고 생각해서 다음으로는 오브젝트(데이터)를 로드하였습니다.

 

위에서 스키마가 생성된것을 확인하고 아래 명령어로 오브젝트(데이터)를 로드했습니다.

cubrid loaddb db_name -u dba -v -d 오브젝트 파일

 

그리고 오브젝트(데이터)가 load하면서 아래와 같은 에러가 나오는데 원인을 모르겠습니다.

도움 부탁드립니다.

 

unloaddb, loaddb 작업은 모두 서버 중지 후 실행했습니다.

 

감사합니다.

 

 

loaddb_err.png

 

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3532  CODE = -992, Tran = 1, EID = 14122

Flush victim candidates of page buffer finished (count: 673).

 

Time: 10/19/23 10:10:13.975 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3274  CODE = -991, Tran = 1, EID = 14123

Flush victim candidates of page buffer started.

 

Time: 10/19/23 10:10:14.162 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3532  CODE = -992, Tran = 1, EID = 14124

Flush victim candidates of page buffer finished (count: 648).

 

Time: 10/19/23 10:10:14.177 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3274  CODE = -991, Tran = 1, EID = 14125

Flush victim candidates of page buffer started.

 

Time: 10/19/23 10:10:14.374 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3532  CODE = -992, Tran = 1, EID = 14126

Flush victim candidates of page buffer finished (count: 652).

 

Time: 10/19/23 10:10:14.395 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3274  CODE = -991, Tran = 1, EID = 14127

Flush victim candidates of page buffer started.

 

Time: 10/19/23 10:10:14.579 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3532  CODE = -992, Tran = 1, EID = 14128

Flush victim candidates of page buffer finished (count: 652).

 

Time: 10/19/23 10:10:14.606 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3274  CODE = -991, Tran = 1, EID = 14129

Flush victim candidates of page buffer started.

 

Time: 10/19/23 10:10:14.772 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3532  CODE = -992, Tran = 1, EID = 14130

Flush victim candidates of page buffer finished (count: 611).

 

Time: 10/19/23 10:10:14.789 - NOTIFICATION *** file /home/jenkins/workspace/cubrid_release_11.2/src/storage/page_buffer.c, line 3274  CODE = -991, Tran = 1, EID = 14131

Flush victim candidates of page buffer started.

 

*** The previous error message is the last one. ***

 

 

  • ?
    오명환 2023.10.20 10:36
    해당 메세지는 오류 메세지가 아닌 notification 메세지입니다. 메세지의 내용은 data buffer cache에 page loading을 하려는데, 빈 페이지 메모리가 없어서 제거할 메모리 페이지의 후보자를 선정한다는 메세지입니다.
    cubrid.conf의 error_log_level=syntax(기본값이 notification으로 되어 있음)를 넣어 notification 메세지 출력을 하지 않거나 data_buffer_size (기본값이 512M)을 키워서 메모리 페이지의 후보자를 선정하는 notificiation 메세지를 출력을 줄일 수 있습니다.

  1. CUBRID 사용자를 위한 DBeaver 도구 출시 안내

    Date2024.04.23 Byadmin Views72
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4466
    read more
  3. CUBRIDException: Data type references are incompatible. 에러관련 쿼리질문

    Date2023.11.14 Byyhpark Views220
    Read More
  4. 사용자 삭제 시 소유한 오브젝트를 함께 삭제하는 방법

    Date2023.11.14 Byf0081 Views136
    Read More
  5. unloaddb 에러 확인 요청.

    Date2023.11.13 By정현 Views92
    Read More
  6. 유저생성 함수 반복 실행 시, fatal error발생

    Date2023.11.09 Byf0081 Views106
    Read More
  7. 11.2버전에서 사용자 스키마에 대해서 궁금한 것이 있습니다.

    Date2023.11.08 By로키 Views139
    Read More
  8. 저장프로시저 실행관련 문의

    Date2023.11.08 Byf0081 Views139
    Read More
  9. 다른 소유자 테이블 검색 권한

    Date2023.11.08 By박혀누 Views143
    Read More
  10. [CUBRID Admin] 사용자의 테이블 권한 편집

    Date2023.11.06 Bytree1891 Views98
    Read More
  11. 3909번 답변 좀 부탁드립니다.

    Date2023.11.06 Byf0081 Views93
    Read More
  12. [CUBRID Admin] 테이블 컬럼 순서 변경 불가

    Date2023.11.05 Bytree1891 Views179
    Read More
  13. 시스템 카탈로그 조회 외

    Date2023.11.01 Byf0081 Views123
    Read More
  14. 시리얼 생성 시 class_name, attr_name, started 컬럼 값을 변경하고 싶습니다.

    Date2023.11.01 Bygetpost Views113
    Read More
  15. cubrid 9.3.1 설치해서 원격으로 접속하고자 설치했는데 에러가 뜹니다

    Date2023.10.27 ByXstar Views98
    Read More
  16. loaddb 실행 중 발생하는 오류에 대해서 문의 드립니다.

    Date2023.10.19 By뚜벅뚜벅 Views104
    Read More
  17. 큐브리드 매니서 실행 문의

    Date2023.10.19 By마리오 Views96
    Read More
  18. 큐브리드 DB가 실행되지 않는 것 같습니다.

    Date2023.10.18 By뚜벅뚜벅 Views125
    Read More
  19. ===<ResultofSELECTCommandinLine1>=== 등의 출력 없이 결과값만 반환받고 싶습니다.

    Date2023.10.18 Byf0081 Views93
    Read More
  20. 가로 데이터 세로로 조회

    Date2023.10.18 ByGgyak Views120
    Read More
  21. 테이블별 row 개수를 조회하는 쿼리

    Date2023.10.18 Bycncn Views111
    Read More
  22. [ADO.NET] Syntax error: unexpected

    Date2023.10.17 Bytree1891 Views152
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 200 Next
/ 200

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales