View : 1214 Download: 0

Full metadata record

DC Field Value Language
dc.contributor.author박지나-
dc.creator박지나-
dc.date.accessioned2016-08-26T02:08:33Z-
dc.date.available2016-08-26T02:08:33Z-
dc.date.issued2001-
dc.identifier.otherOAK-000000002686-
dc.identifier.urihttps://dspace.ewha.ac.kr/handle/2015.oak/194038-
dc.identifier.urihttp://dcollection.ewha.ac.kr/jsp/common/DcLoOrgPer.jsp?sItemId=000000002686-
dc.description.abstractThe research and business community have shown a growing interest in the areas of data warehousing and on-line analytical processing (OLAP) in recent years which are essential elements of decision support applications. Decision support applications place different requirements on database technology compared to traditional on-line transaction processing (OLTP) applications. These applications support the multidimensional data model and the operations typical of OLAP require specialize data organizations, access methods, and implementation method not generally provided by commercial DBMSs targeted for OLTP. OLAP functionality is characterized by dynamic multi-dimensional analysis of consolidated enterprise data supporting end user s analytical and navigational activities. In this thesis, I designed and implemented an Army Personnel Management Report System using WEB OLAP. There are two problems in the old Army Personnel Management Report System. First, HHC s report data and other unit s report data is always different. So, this system is based on WEB. If user can use the Internet, user can use this system. Second, There are so many similar reports. In this system, user make their own report using cube. ; 정보 기술의 발달과 경영 패러다임의 변화로 등장한 데이터 웨어하우징은 경영의사 결정을 효과적으로 지원하기 위해 체계적인 정보 기반을 구축하자는 것이다. OLAP은 데이터 웨어하우징과 연계되어 많은 주목을 받는 기술로서, 데이터 마이닝과 함께 가장 대표적인 웨어하우스 활용 수단으로 받아들여지고 있다. 기존의 관계형 데이터베이스를 기반으로 하는 데이터웨어 하우스에서는 사용자가 다양하고 복잡한 분석을 효율적으로 수행하기가 매우 어렵다. 따라서 새로운 모델, 즉 다 차원 모델이 필요하다. OLAP은 이런 다차원적인 기업 데이터를 사용자가 분석하고 보고서를 만들고 관리할 수 있게 한다. 본 논문에서는 군대내 모든 보고서를 처리할 수 있는 시스템을 웹 OLAP을 이용하여 개발하였다. 기존의 군 보고서 시스템에는 2가지 문제점이 있다. 첫 번째 문제점은 중앙 본부의 보고서와 다른 부대의 보고서가 항상 데이터가 틀리다는 것이다. 이것을 해결하기 위해 중앙 본부의 데이터를 다른 부대에서도 확인할 수 있도록 인터넷을 통해 사용할 수 있게 만들었다. 이때 보안에 관한 문제를 추가하였다. 두 번째 문제점은 많은 종류의 비슷한 보고서가 산재한다는 것이다. 이것을 해결하기 위해 OLAP 시스템을 이용하여 큐브를 만들어 놓고 이것을 통해 원하는 보고서를 사용자가 만들 수 있게 하였다. 이런 문제점들을 해결하기 위해 웹 OLAP 시스템을 이용하여 군 인사 행정 부서에서 필요한 보고서 시스템을 구현하여 보았다.-
dc.description.tableofcontents논문개요 = xi I.서론 = 1 1.1 연구 목적 = 1 1.2 연구 배경 = 2 1.3 연구 내용 = 4 II.관련 기술 및 동향 = 5 2.1 OLAP의 정의 = 5 2.1.1 OLAP의 역사 = 5 2.1.2 OLAP의 정의 = 6 2.2. 데이터웨어 하우징과 OLAP = 8 2.2.1 운영시스템 = 8 2.2.2 의사결정 시스템 = 9 2.2.3 데이터 웨어 하우징 = 10 2.2.4 데이터 웨어 하우징과 OLAP = 11 2.3 OLAP의 종류 = 12 2.3.1 MOLAP (Multidimension OLAP) = 12 2.3.2 ROLAP (Relational OLAP) = 12 2.3.3 DOLAP (Desktop OLAP) = 13 2.3.4 HOLAP(Hybrid OLAP) = 13 2.3.5 웹 OLAP = 13 III. 군 인사 행정 웹 OLAP 시스템 내 다차원 모델 설계 및 구축 = 17 3.1 다차원 모델 구축 과정 = 17 3.1.1 변수 차원 결정 = 17 3.1.2 구분 차원 결정 = 18 3.1.3 데이터의 구체성 결정 = 22 3.1.4 관계식 결정 = 22 3.1.5 차원 수의 결정 = 23 3.1.6 다차원 모델의 변화 = 23 3.2 다차원 모델 구축 = 24 3.2.1 데이터 소스 = 24 3.2.2 구분 차원 및 계층 결정 = 30 3.2.3 변수 차원 및 관계식 설정 = 32 3.2.4 큐브 만들기 = 34 VI. 군 인사 행정 웹 OLAP 시스템 구현 = 35 4.1 시스템 구성 = 35 4.2 웹 OLAP 시스템을 이용한 여러가지 분석 = 36 4.2.1 병과(MOS) 대 계급(GRADE) 보고서 = 37 4.2.2 부대(MSC) 대 계급(GRADE) 보고서 = 39 4.2.3 병과(MOS) 대 부대(MSC) 대 계급(GRADE) 보고서 = 40 4.2.4 드릴 다운과 드릴업 이용 = 42 4.2.5 드릴 쓰루 이용 = 43 V.결론 및 향후과제 = 45 참고문헌 = 46 ABSTRACT = 48-
dc.formatapplication/pdf-
dc.format.extent1945262 bytes-
dc.languagekor-
dc.publisher이화여자대학교 정보과학대학원-
dc.title군 인사 행정 시스템을 위한 웹 OLAP 시스템 구현-
dc.typeMaster's Thesis-
dc.identifier.thesisdegreeMaster-
dc.identifier.major정보과학대학원 컴퓨터정보학전공-
dc.date.awarded2001. 8-
Appears in Collections:
정보과학대학원 > 컴퓨터전공 > Theses_Master
Files in This Item:
There are no files associated with this item.
Export
RIS (EndNote)
XLS (Excel)
XML


qrcode

BROWSE