• Title/Summary/Keyword: 관계형 데이터베이스 관리 시스템

Search Result 196, Processing Time 0.028 seconds

Development of a CASE Tool on Relational Databases for Distributed Object Systems (분산객체 시스템을 위한 관계형 데이터베이스 연동도구의 개발)

  • Park, U-Chang;,
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.1
    • /
    • pp.20-28
    • /
    • 2000
  • In distributed data processing environments, heterogeneous data sources should corporate each other. The CORBA standards proposed by OMG solve this problem by the integration of platform independent applications. In this paper, we design and implement a CASE tool that help linking CORBA applications to relational databases by interface method. This CASE tool manipulates the database schema and generates IDL and $C^{++}$ stubs corresponding to the schema. We explain the code generation process and evaluate the data access performance of the interface method compared to adapter method and various implementation languages. The implemented tool can be used for developing applications that need relational database corporation environments such as distributed information systems or data warehousing. etc.

  • PDF

Development of Hydrologic Data Management System Based on Relational Database (관계형 데이터베이스를 이용한 수문자료 관리시스템 개발)

  • Kim, Hak-Kwan;Park, Seung-Woo;Kim, Sang-Min
    • Journal of Korea Water Resources Association
    • /
    • v.39 no.10 s.171
    • /
    • pp.855-866
    • /
    • 2006
  • In this paper, the Hydrologic Data Management System (HDMS) was developed for the efficient management of hydrologic data. The applicability of the system was demonstrated using the hydrologic data of study watershed located in the southwest from Suwon city MySQL 5.0, relational database management system, and MS Visual Basic 6.0 were used for the development of MS windows based HDMS. The primary components of the HDMS are data search system, data management system, and data analysis system. Data search and management systems provide basic functions for the efficient data search, storage, update and export. Data analysis system enables the users to get the further and diverse hydrologic statistical information from the stored data. Furthermore, the accuracy and quality of hydrologic data was analyzed and evaluated through data analysis system.

A Comparative Analysis on the Storage Method of XML Documents for Relational Database and exclusive XML Database (관계형 데이터베이스와 XML 데이터베이스의 XML 문서 저장 방식에 대한 비교 분석)

  • 오정진;홍성태
    • Proceedings of the Korea Society for Industrial Systems Conference
    • /
    • 2003.11a
    • /
    • pp.417-427
    • /
    • 2003
  • 컴퓨터의 발전과 더불어 자료의 표현 및 저장 방법도 매우 다양해지고 있다. XML은 인터넷의 확산으로 많은 분야에서 연구되어지고 있는 마크업 언어가 되었다. 이처럼 다양한 분야에서 활용되는 XML을 데이터를 관리하는 데이터베이스에 사용되는 것은 당연할 것이다. XML 문서를 데이터베이스에 저장하는 방법에는 파일 시스템으로 저장하는 방법, 관계형 데이터베이스에 저장하는 방법, 개체지향 데이터베이스에 저장하는 방법, XML 전용 데이터베이스에 저장하는 방법 등이 있으며 이들에 대한 연구가 계속되고 있다. 본 논문에서는 XML 문서를 XML이 아닌 다른 형태로 변환하여 저장하는 방법으로 가장 많이 활용되는 관계형 데이터베이스와 XML 문서 형태를 그대로 저장하는 XML 전용 데이터베이스를 비교 분석하는 연구를 하였다.

  • PDF

A Design and Implementation of XML Repository System based on EJB Components (EJB 컴포넌트 기반의 XML 저장관리시스템 설계 및 구현)

  • 이정수;정상혁;주경수
    • Journal of Internet Computing and Services
    • /
    • v.3 no.3
    • /
    • pp.75-85
    • /
    • 2002
  • Nowadays for reliable software and cost reduction there are many research works on software development based on component, One of the challenge in designing a component-based system is determining which components are required and where they fit in the overall system architecture. In this paper, we developed three EJB components, the first is for transforming XML DTD to relational database schema, the second is for storing XML document in relational database, and the third is for transforming XML document by retrieving relational database, By assembling these three components, we developed XML Repository system finally.

  • PDF

A Relational Spatiotemporal Database Query Language and Their Operation (관계형 시공간 데이터베이스 질의언어와 연산)

  • Kim, Dong-Ho;Ryu, Keun-Ho
    • The Transactions of the Korea Information Processing Society
    • /
    • v.5 no.10
    • /
    • pp.2467-2478
    • /
    • 1998
  • The spatiotemporal databases support historical informations as well as spatial managements for the objects in the real world, and can be efficiently used to various applications such as geographic information system, urban plan system, car navigation system. Although there are so far several pioneering works in spatioemporal data modeling, it is little to study on spatiotemporal query language. So in this paper, we at first survey a modeling technique that makes spatiotemporal objects into databases, and then show some sighificant functions supported by query language. Also we suggest a new spatiotemporal database query language, entitled as STQL, which make users to enable to manage efficient historical information as well as spatial management function on the basis of relational query language, SQL. Also the proposed STQL, shows their operationsl in spatiotemporal daabases.

  • PDF

Implementation of TMN Management Information Base using Effective Managed Object Selection Method in a Relationship Database (관계형 데이터베이스에서 효과적인 관리 객체 선별방안을 이용한 TMN 관리 정보베이스의 구현)

  • Son, Gi-Rak;Lee, Seong-Jin
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.5 no.3
    • /
    • pp.360-365
    • /
    • 1999
  • TMN에 기초한 망 관리 시스템은 관리자/관리대행자 패러다임으로 역할이 분류되며 관리자는 관리대행자를 통해 관리 객체의 집합체인 관리정보베이스(MIB)에 접근할수 있다. CMIP 질의는 관리 정보 트리 상에서 관리 행위가 이루어질 관리객체를 선별하기 위하여 Scope 와 Filter를 이용한다. 본 논문에서는 관계형 데이터베이스를 이용하여 관리 정보베이스를 구축시 이러한 질의를 한번의 데이터 베이스 스캔으로 처리할 수 있도록 관리 객체의 " Distinguished Name"을 이용하여 MIT를 형성하고 SQL의 LIKE 연산자를 이용하여 Scope를 만족하는 노드를 찾는 방안을 제시한다. 이러한 방법은 부모자식 관계를 이용하여MIT를 표현하고자 결합 연산에 의해 Scope를 처리하는 일반적인 방법에비하여 성능이 우수함을 보였다. 관리자와 관리 대행자간의 교신을 위하여 IODE 8.0 CMIP프로토콜 스택을 이용하였고 ASN.1인코딩을 위하여 Pepsy컴파일러를 사용하였다.일러를 사용하였다.

Document Interchange System in Community Information Service Computer Network (종합정보서비스 전산망에서의 문서유통시스템)

  • Kim, Y.H.;Nam, S.W.;Kim, H.K.
    • Electronics and Telecommunications Trends
    • /
    • v.9 no.2
    • /
    • pp.23-35
    • /
    • 1994
  • 본 고에서는 체신부의 종합정보서비스 전산망에서 운영될 수 있는 문서유통시스템을 설계하였다. 체신부 문서유통시스템은 체신부의 우체국(주사국, 감독우체국, 체신청, 본부)에서 처리되는 각종 정기보고 문서와 지시문서, 공용문서, 서식관리등을 처리하는 시스템으로, 워드프로세서, 스프레드시트 등의 PC 응용과 전자우편시스템, 관계형 데이터베이스 시스템이 접목되도록 설계되었다. 따라서 본 문서유통시스템 S/W는 데이터베이스 관리블록, 전자우편 블록, 집계 블록, 자료관리 블록, 사용자 인터페이스 블록과 시스템 소프트웨어 및 유틸리티 등으로 구성된다. 체신부의 종합정보서비스전산망은 주컴퓨터인 TICOM-II, 서버로서 체신청과 감독우체국별로 설치된 PC486, 주사국 및 감독국에 설치된 업무용 PC들로 이루어져 있다. 본 시스템의 처리방식은 이러한 컴퓨터 구조에서 효율적으로 처리될 수 있도록 문서생성은 PC에서, 문서유통은 각 서버에서, 데이터베이스 관리는 주컴퓨터에서 수행되도록 지역분산처리 방식으로 설계되었다.

Building an On-Line Analytical Processing system for Efficient Business Analysis in Enterprise

  • 조기충;서의호;이근수;서창교
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 1998.10a
    • /
    • pp.129-132
    • /
    • 1998
  • 그 동안 기업의 데이터는 관계형 데이터베이스에 의해 관리되어져 왔다. 그러나 전산전문가 아닌 최종사용자가 관리하는데는 어려움이 있었으며 이러한 문제를 해결하기 위한 많은 노력이 계속되어 왔다. 결국 최종사용자가 데이터에 직접 접근하여 분석이 가능한 OLAP 시스템의 도입이 필요하게 되었으며, OLAP시스템은 EUC 환경을 구현할 수 있는 시스템이라고 힐 수 있다. 따라서 본 논문은 효율적인 의사결정을 위해 기존의 관계형 데이터 베이스가 아닌 다차원 데이터 베이스에 의한 Prototype을 구축하였다.

  • PDF

GMS: Spatial Database Management System (GMS: 공간 데이터베이스 관리 시스템)

  • 박상근;박순영;정원일;김명근;배해영
    • Proceedings of the Korean Association of Geographic Inforamtion Studies Conference
    • /
    • 2003.04a
    • /
    • pp.217-224
    • /
    • 2003
  • 전통적인 관계형 데이터베이스 시스템에서 관리되고 있는 일반적인 데이터가 아닌 점, 선, 다각형 등의 다양한 공간 데이터를 관리하기 위해서는 확장된 형태의 공간데이터 타입 및 대용량성과 다양한 접근 패턴을 지니는 공간데이터의 특성을 고려한 새로운 데이터베이스 관리 시스템이 요구된다. 본 논문에서는 이와 같은 공간데이터의 특성을 고려한 저장 기법과 공간질의 처리기법을 제공하는 공간 데이터베1이스 관리 시스템인 GMS를 제안한다. GMS는 다양한 크기를 지니는 공간데이터의 특성을 고려하여 공간/비공간 통합 저장관리 및 BLOB 데이터 저장기법을 제공하며, 저장된 공간/비공간 데이터에 대한 다양한 색인기법을 제공하고 있다. 그밖에 공간 연산 및 복잡한 질의처리를 위해 확장된 질의 최적화 및 질의처리 기법을 제공하며, 다중 사용자를 위한 확장된 동시성 제어 기법과 공간/비공간 데이터에 대한 서로 다른 회복 기법을 제공한다.

  • PDF