RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      Loosely-Coupled 방식에 기반한 데이터베이스 연동방안 = Plan for cooperating between heterogeneous database systems based on Loosely-Coupled Multidatabase System

      한글로보기

      https://www.riss.kr/link?id=T9015905

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      컴퓨터 네트워크가 발전함에 따라 기업 업무 환경의 이질적이고 분산화 되어가고 있으며 이러한 분산 환경하에서 자율적으로 운용되는 이질 데이터베이스 간의 정보 공유 필요성과 이를 통...

      컴퓨터 네트워크가 발전함에 따라 기업 업무 환경의 이질적이고 분산화 되어가고 있으며 이러한 분산 환경하에서 자율적으로 운용되는 이질 데이터베이스 간의 정보 공유 필요성과 이를 통한 업무 효율 향상에 대한 요구가 증가하고 있는 추세이다. 이질 데이터베이스간의 연동에 관한 연구는 지난 20년간 멀티데이터베이스 분야를 비롯한 다양한 분야에서 연구되어 왔으며, 스키마 통합 방식, 전역 질의 방식, 인덱스 방식, agent/broker방식 등을 제안하였으나 이러한 방안들은 실제 기업환경에 적용할 수 있는 효율적 모델로서의 역할을 하지 못하였다.
      본 논문에서는 기존 멀티데이터베이스 분야 중 Loosely-Coupled 방식에 기반 하여 스키마 통합 배제에 중점으로 둔 시스템 구조를 제안하고, 구성 데이터베이스의 상세 정보를 정보 제공 센터인 공유 매니저를 통해 획득하는 구조를 채택하는 시스템을 제안한다. 사용자가 데이터베이스 연합에 참가하는 구성 데이터베이스에 대한 상세정보를 공유 매니저를 통해 획득하는 방식을 채택하고 있으며, 데이터베이스 상단에 위치한 Wrapper의 기능을 통해 구성 데이터베이스의 데이터베이스 연합에 대한 참가/탈퇴를 용이하게 한다. 2장에서는 지난 20여년간 진행되어 온 연구들을 분류하고, 3장에서는 각 시스템 모듈별 기능을 4장에서는 시스템 운용 시나리오에 대해 설명한다. 5장에서는 결론으로써 본 연구에서 도출된 문제점과 이를 해결하기 위한 향후 계획을 기술한다.

      더보기

      다국어 초록 (Multilingual Abstract)

      As the development of computer network, the working environment is becoming more heterogeneous and distributed. So the demand for sharing resources between autonomous heterogeneous database in distributed environment is rising. Researches on cooperati...

      As the development of computer network, the working environment is becoming more heterogeneous and distributed. So the demand for sharing resources between autonomous heterogeneous database in distributed environment is rising. Researches on cooperating between heterogeneous database has been going for last 20 years by database field and other various fields. Schema integration, global query, indexing, and agent/brokering technologies were proposed so far but these technologies are not efficient in real work environment.
      The proposal in this thesis will be from traditional database that is based on Loosely Coupled system mainly on non-schema integration. Also a system structure on getting component database's detailed information by sharing manager, which is information-providing center, will be proposed. Technology to get detailed information by sharing manager form database joining database federation by the user will be taken. By using Wrapper placed on the top of database will make joining and quit from database federation easy. In chapter2 sorting between researches during last 20 years will be done. In chapter3 each system's module ability will be done. In chapter4 system operating scenario will be done. Chapter5 will be conclusion on the problems found during this research and the future research plan are explained.

      더보기

      목차 (Table of Contents)

      • 목차 = ⅱ
      • 제1장 서론 = 1
      • 제2장 관련연구 = 3
      • 제1절 MIND = 3
      • 제2절 디렉토리 서비스 (X.500) = 6
      • 목차 = ⅱ
      • 제1장 서론 = 1
      • 제2장 관련연구 = 3
      • 제1절 MIND = 3
      • 제2절 디렉토리 서비스 (X.500) = 6
      • 제3절 Agent / Brokering 분야 (WebFindIT) = 8
      • 제3장 시스템 구조 및 기능 = 11
      • 제1절 전체 시스템 구조 = 11
      • 제2절 Wrapper = 14
      • 제1항 Export 뷰 생성 / 관리 = 14
      • 제2항 DB 정보, 뷰 정보 등록 / 갱신 / 삭제 = 15
      • 제3항 공유 매니저 Lookup = 17
      • 제4항 질의 처리 = 19
      • 제3절 공유 매니저(Sharing Manager) = 20
      • 제1항 DB, 뷰 정보 브라우징 = 20
      • 제2항 데이터베이스 등록 / 삭제 = 20
      • 제4절 클라이언트 (Client) = 22
      • 제1항 DB 정보, 뷰 정보 loading = 22
      • 제2항 데이터베이스 연결 / 질의 처리 = 22
      • 제4장 시스템 운용 시나리오 = 24
      • 제1절 클라이언트 입장에서의 시나리오 = 24
      • 제2절 Wrapper 입장에서의 시나리오 = 26
      • 제5장 결론 및 향후 연구계획 = 28
      • 참고문헌 = 29
      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼