Background Image

FORUM

조회 수 102 추천 수 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 Views48
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4458
    read more
  3. 인덱스 사용 관련하여 문의드립니다.

    Date2023.12.12 Byneighbor Views113
    Read More
  4. cubrid admin접속 불가 문의

    Date2023.12.11 By이하륜 Views92
    Read More
  5. restoredb 진행시 오류가 발생합니다.

    Date2023.12.08 Bysamsam Views116
    Read More
  6. SQL 행, 10분이상 지연 시 해제 및 설정 방법 문의 드립니다

    Date2023.12.06 Bykdman Views108
    Read More
  7. 에러코드 -51 질문드립니다.

    Date2023.12.01 Bykkkkwwakji Views110
    Read More
  8. 오류 메세지 문의 Derived column names are not allowed for simple class specifications.

    Date2023.12.01 By달이맘 Views125
    Read More
  9. 큐브리드 매니져 접속오류문의 드립니다.

    Date2023.11.30 By원샷 Views142
    Read More
  10. query 최대 실행 줄 수 가 어떻게 되나요??

    Date2023.11.24 Bykjn4345 Views153
    Read More
  11. 같은 그룹에 속한 OS계정에서의 csql접속

    Date2023.11.22 Byf0081 Views109
    Read More
  12. 비슷한 조건의 환경에서 select 질의시 오류가 발생합니다.

    Date2023.11.21 Bymsbb8585 Views104
    Read More
  13. 임시볼륨 늘어나는 문제

    Date2023.11.21 Byangdoo Views96
    Read More
  14. DB 데이터 이전 관련

    Date2023.11.20 By별린 Views120
    Read More
  15. Java Maven Repository

    Date2023.11.16 By내멋으로 Views121
    Read More
  16. Cubrid의 Window 버전의 Broker Port 구성 방식

    Date2023.11.15 Byjhlee Views101
    Read More
  17. [CUBRID Admin] ENUM 데이터 내보내기

    Date2023.11.14 Bytree1891 Views109
    Read More
  18. CUBRIDException: Data type references are incompatible. 에러관련 쿼리질문

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

    Date2023.11.14 Byf0081 Views135
    Read More
  20. unloaddb 에러 확인 요청.

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

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

    Date2023.11.08 By로키 Views138
    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