• Title/Summary/Keyword: Integrated Database

Search Result 1,035, Processing Time 0.03 seconds

A CALS Integrated Database Design Utilizing CORBA (CORBA 기반의 CALS 통합 데이터베이스 설계)

  • 우훈식;정석찬
    • The Journal of Society for e-Business Studies
    • /
    • v.2 no.2
    • /
    • pp.155-169
    • /
    • 1997
  • The CALS integrated database is a key information technology in which CALS implements an information sharing system to enable digital data transfers for technical and non-technical information in distributed and heterogeneous environments. Such heterogeneously distributed CALS information needs to be systematically incorporated so that it can provide a global data view for CALS users. In this paper, we investigated the technologies of CALS integrated database, and proposed a system prototype to implement an integrated data environment (IDE) utilizing distributed object environments CORBA (Common Object Request Broker Architecture).

  • PDF

A Study on the Integrated Database for Port and Logistics (항만 물류 통합데이터베이스의 구축방안)

  • 최형림;박영재;박남규
    • Journal of Korean Port Research
    • /
    • v.12 no.2
    • /
    • pp.207-216
    • /
    • 1998
  • The export/import processing systems of the foreign advanced port use the integrated database to increase the productivity of the users involved in the port and logistics activities. However all the port and logistics related organizations in Korea such as container terminal, customs, ministry of maritime affairs and fisheries, etc. are using their own databases, so it is very inconvenient to the users to process their export/import affairs. It is necessary to develop the integrated database for the port and logistics affairs to provide the one stop service to the port and logistics related users. So we have investigated and analyzed the databases of port and logistics related organizations, and recognized the users' various needs of information. And then we have suggested the conceptual architecture of integrated database for port and logistics, and proposed the strategies for successful development of the integrated database in this paper.

  • PDF

Design of Integrated Database Schema for Improving Usability of Rural Information (농촌정보 활용성 증대를 위한 통합데이터베이스 설계)

  • Lee, Ji-Min;Kyo, Suh;Kim, Han-Joong;Lee, Jeong-Jae
    • Journal of Korean Society of Rural Planning
    • /
    • v.11 no.2 s.27
    • /
    • pp.43-49
    • /
    • 2005
  • As information has been brought to public attention, information storage as well as information usability has been important. Rural information is produced in many areas and institutions. However, it is difficult to use rural information comprehensively. Since formats for management are various, it is difficult to have unified frame. In this research, a schema of database fer integrating rural data is designed to improve usability using dimensional modeling. First of all, rural data are analyzed for designing integrated rural database schema. Rural data used are 'National Agricultural Statistics' and 'Gun annual statistical report'. Analysis shows that there are three considerations; administrative district, time-dependency and classification of data. Considering these three requisite, we designed database schema using dimensional modeling. The reason of using dimensional modeling is to improve usability and effectiveness. If the database was designed using ER modeling, many tables have to be joined every searching time. Separately from integrated rural database schema, user's database schema is designed considering usability. Through user's database, users can modify data or generate new data and save these processes. These make it possible to use generated data repeatedly. We evaluate usability, contribution, and effectiveness of data manipulation on the integrated rural database. We propose an integrated rural database structure improving the accessibility and usability of rural data and information and verified the data model based on a practical example.

A Integrated Suite for Database Benchmarks (데이터베이스 벤치마크를 위한 통합 도구)

  • Jeong Hoe-Jin;Lee Sang-Ho
    • The KIPS Transactions:PartD
    • /
    • v.13D no.2 s.105
    • /
    • pp.165-174
    • /
    • 2006
  • As new database systems are developed or new functions are added to existing database systems, database developers or users would like to evaluate new database systems or new functions. This paper presents an integrated database benchmark suite. The integrated suite offers genetic benchmarks, custom benchmark, and hybrid benchmarks to users on a unified Web user interface. With regard to text data generation, the integrated suite supports eight data distributions with three data types. The integrated suite can also generate XML data in three different ways. Users can run benchmarks in realistic environments by performing the workload generation facility of the integrated suite, which generates composite workloads similar to real-world workloads. Using supporting tools, users can easily implement new generic and custom benchmarks in the integrated suite. An illustrative demonstration to add a new custom benchmark into the integrated suite is presented.

Development of Database for Integrated Structural System of RC Buildings based on STEP (STEP기반의 RC 구조물 통합시스템 데이터베이스 개발)

  • 권용진;천진호;이병해
    • Proceedings of the Computational Structural Engineering Institute Conference
    • /
    • 2000.04b
    • /
    • pp.413-420
    • /
    • 2000
  • This paper is study for database development for integrated structural system of RC buildings based on STEP In order to develope database, CIS/2 product model and INDECON application were used. CIS/2 will be accepted STEP(The STandard for the Exchange of Product model data) AP230 and INDECON(INtelligent structural DEsign system) is a Integrated structural system of RC buildings. The paper focuses on application from CIS/2 to INDECON database.

  • PDF

Development and Implementation of Design Object Model for Integrated Structural Design System (통합 구조설계 시스템을 위한 설계 객체 모델의 개발과 구현)

  • 천진호;이창호;이병해
    • Proceedings of the Computational Structural Engineering Institute Conference
    • /
    • 2001.10a
    • /
    • pp.151-158
    • /
    • 2001
  • This paper describes an example of developing an integrated design system, Integrated Structural Design System for Reinforced Concrete Buildings(INDECON). INDECON incorporates a central database and three design modules: a preliminary design module(PDM), a structural analysis module(SAM), and a detailed design module(DDM). The development of INDECON begins with the development of design models including Design Object Model(DOM) which describes design data during the structural design process. The Design Object Model is transformed to Design Table Model(DTM) for the central database, and is specified to be in detail for the three design modules. Then the central database is implemented and managed by relational database management system(RDBMS), and the three design modules are implemented using C++ programming language. The central database in the server computer communicates with the design modules in the client computers using TCP/IP internet protocol. The developing procedure for INDECON in this paper can be applied for developing more comprehensive integrated structural design systems.

  • PDF

A Research on the Proposal and Application of Data Model for an Integrated System of Reinforced Concrete Structures (철근 콘크리트 구조설계 통합시스템을 위한 데이터베이스 모델 제시와 응용)

  • 정윤철;천진호;서용표;이병해
    • Proceedings of the Computational Structural Engineering Institute Conference
    • /
    • 1998.10a
    • /
    • pp.342-351
    • /
    • 1998
  • The purpose of this study is to develop a central database and a database management system to store and manage information systematically from each module of an integrated structural design system. In order to efficiently express structural design process related to the data which is very complex, we used an object-oriented modeling methodology to propose the possibility to apply a database schema for application programs in an integrated system for reinforced concrete structural design. Based on this model, we developed an interface between each module and central database. After modeled by using object modeling technique, the database was mapped by the relational database table. Then the central database and the interface were programed by using Visual C/syo ++/, a windows environmental development tool.

  • PDF

An Efficient Approach for Computer Integrated Manufacturing Database Using Neural Network (신경망을 이용한 CIM 데이터베이스의 효율적인 처리 방법)

  • 김선희;김국보;정환묵
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 1996.10a
    • /
    • pp.223-226
    • /
    • 1996
  • One of the consideration issue in implementation and maintanence of CIM(Computer Integrated Manufacturing) database is exchange and sharing of information between heterogeneous databases. For efficient operating of SIM systems, it must be able to organize and to manage the information. In this paper, we propose method that can make enhance the efficiency of CIM database, classfying the data in database using self organize neural network to each database systems, and computing between classfied heterogeneous database using extended operator that is defined.

  • PDF

Design of Integrated Database Program for Optimal Operation of Distribution Automation System (배전지능화시스템 최적 운영을 위한 통합 데이터베이스 프로그램 설계)

  • Choi, Yun-Hyuk;Jang, Moon-Jong
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.67 no.8
    • /
    • pp.987-993
    • /
    • 2018
  • In the existing distribution automation system, the database is managed by each distribution office. But there is a high possibility to happened a problem during a fault processing because the representation of the connection switches between distribution offices are complicated. In addition, if a distribution office will be going to collapse due to disaster, for example, a big fire or earthquake, its own database may be lost. In order to solve this problem, it is necessary to have a structure of an integrated database management from an integration center to under the distribution office. To do this, the integration center must store and manage it as the database using the own office code.

Development of Integrated Slopes Database System for Real-Time Global Web Service (광역 실시간 웹 서비스를 위한 통합 사면 데이터베이스 시스템 개발)

  • Lee, Kyu-Woong;Tscha, Yeong-Whan;Lee, Seung-Ho
    • The Journal of the Korea Contents Association
    • /
    • v.10 no.6
    • /
    • pp.471-479
    • /
    • 2010
  • The main contribution of this paper is to propose the integrated database schema from several research projects included in "The Next Generation New Technology for Rock-falling and Landsliding Project". Furthermore this paper describes the development of integrated standard database system for the slopes databases. We also develop and implement the global real time web service system in order to provide one-stop data service for the slopes. In this paper, the new integrated database paradigm for rock-fall and landsliding data is designed and proposed and also data management system is developed based on the global web service system.