跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.169) 您好!臺灣時間:2025/01/25 08:19
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:王瑞娟
研究生(外文):Jui-Chuan Wang
論文名稱:資料交換與查詢在XML文件與關連資料庫之間
論文名稱(外文):Data Exchange and Query Language between XML Documents and Relational Databases
指導教授:諶家蘭諶家蘭引用關係
指導教授(外文):Jia-Lang Seng
學位類別:碩士
校院名稱:國立政治大學
系所名稱:資訊管理學系
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2002
畢業學年度:90
語文別:中文
論文頁數:98
中文關鍵詞:關連式資料庫XML資料整合資料交換
外文關鍵詞:Relational DatabasesXMLData IntegrationData exchange
相關次數:
  • 被引用被引用:3
  • 點閱點閱:163
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
隨著全球資訊網( World Wild Web,簡稱 WWW 或 Web )的日趨普及,我們發現愈來愈多的資料是直接從網路上呈現與存取的。不同於過去關聯式資料庫( Relational Database Management Systems,RDBMS )的結構式資料( Structured Data)。現今許多資料都是直接以HTML( Hypertext Markup Language )格式呈現,然而HTML 的標籤只是在做資料的呈現。為了讓網際網路上的資料可真正順利傳達於組織間,新興的XML逐漸受到重視。相較於HTML,XML標籤是在做資料的定義,讓定義好的資料直接透過網際網路傳達於組織間,具有在組織間再使用( Reuse )的能力,因此現在逐漸成為組織間資料整合與轉換時一個好的解決方式。但面對傳統的關連式資料庫又該如何與XML 文件整合( Data Integration )的動作,讓兩種不同來源的資料能夠相互運算( Interoperability ),達成異質性資料的同質化( Homogeneous )的功效。使不同來源的資料可雙向的互相溝通,是目前急欲被探討的問題。因此本研究便發展了對關聯式資料庫與 XML 文件兩種來源相互轉換的溝通機制,讓資料能在這兩種來源間相互交換與利用。
With the popularity of WWW( World Wild Web or Web ),we have seen large volume of data is available on the Web. Different from the data stored in traditional RDBMS (Relational Databases Managements Systems) which is structured data, huge data now is stored directly in the form of HTML (Hypertext Markup Language) pages. For representing data and interchange data between multiple data sources on the Web, XML (Extensible Markup Language) is a fast emerging as the dominant standard. Like HTML, XML is a subset of SGML. However, whereas HTML tags serve the primary purpose of describing how to display a data item, XML tags describe the data itself. The initial impetus for XML may have been primarily to enhance this ability of remote applications to interpret and operate on documents fetched over the Internet, so it has become the best solution now to solve the problems with data exchange and translation between the multiple sources. But XML also raises a problem: how to integrate XML documents with data stored in the traditional RDBMS. The objective is to communicate bi-directional data sources between RDBMS data and XML documents, and has the ability to interoperate data between multiple data sources. Finally, reach the purpose of heterogeneous data become homogeneous. In this research, we try to develop a translation model between RDBMS data and XML documents, in order to exchange and reuse data between different sources.
第壹章 緒論 1
第一節 研究動機 1
一 、網際網路上資料整合的問題 1
二 、XML 的興起 1
第二節 研究問題 2
第三節 研究目的 2
第四節 研究架構 3
第五節 論文架構 4
第貳章 文獻探討 6
第一節 關連式資料庫之資料模式與查詢語言 6
一 、資料模式 6
二 、查詢語言 7
第二節 ODMG標準之資料模式與查詢語言 7
一 、資料模式 8
二 、查詢語言 9
第三節 超文件之資料模式與查詢語言 9
一 、 WebSQL 10
1 . 資料模式 10
2 . 查詢語言 11
二 、 Lorel 12
1 . 資料模式 13
2 . 查詢語言 14
三 、 WebOQL 15
1 資料模式 15
2 . 查詢語言 17
四 、 ARANEUS 17
1 . 資料模式 18
2 . 查詢語言 18
五 、超文件資料模式與查詢語言之比較 19
第四節 XML 資料之資料模式與查詢語言 20
一 、XML-QL 20
1 . 資料模式 21
2 . 查詢語言 23
二 、 XQL 24
1 . 資料模式 24
2 . 查詢語言 24
三 、 Quilt 26
1 . 資料模式 26
2 . 查詢語言 27
四 、 Xquery 29
1 . 資料模式 29
2 . 查詢語言 29
五 、 Lorel 30
1 . 資料模式 31
2 . 查詢語言 32
六 、XML 文件資料模式與查詢語言之比較 33
第參章 XML文件轉成關連式資料模式 35
第一節 XML 文件至關連資料表轉換架構說明 36
第二節 建立XML 文件 37
第三節 修改XML 文件 40
第四節 查詢XML文件 42
第五節 XML文件資料內容之新增、刪除、修改 44
第肆章 關連式的資料模式轉成XML文件 45
第一節 關連式的資料表轉成XML文件轉換架構說明 45
第二節 資料模式建立 47
第三節 資料模式修改 50
第四節 資料查詢與運算 52
第五節 資料之新增、刪除、修改 56
第伍章 雛形系統設計與建置 58
第一節 雛形系統架構 58
第二節 雛形系統發展平台 59
第三節 雛形系統設計架構 59
第四節 系統展示 62
第陸章 研究討論和限制 86
第一節 研究討論 86
第二節 研究限制 87
第柒章 結論與未來發展 89
第一節 結論 89
第二節 未來發展 90
參考文獻 91
中文部份
1.李正軒(民89),「XML 資料文件之查詢檢索系統之研究」,交通大學資訊工程系。
2.李孟哲(民89),「Intranet 上XML文件之資訊查詢系統」, 元智大學資訊工程研究所。
3.徐元瑛(民89),「HTML 文件至 WML 文件之自動轉換系統」, 交通大學資訊工程研究所。
4.陳鴻詔(民87),「以擴充式模版為主的XML文件資料庫查詢介面」,大同工學院資訊工程研究所。
英文部份
1.Abiteboul, Serge, Dallan Quass, Jason McHugh, Jennifer Widom and Janet Wiener (1997)," The Lorel Query Language for Semistructured Data," International Journal on Digital Libraries, 1(1),pp68-88.
2.Arocena, Gustavo O. and Alberto O. Mendelzon (1998)," WebOQL: Restructuring Documents, Databases and Webs," In Proceedings of International Conference on Data Engineering (ICDE).
3.Atzeni, Paolo, Giansalvatore Mecca and Paolo Merialdo (1997)," To Weave the Web," In Proceedings of the International Conference on Very Large Data Bases(VLDB), pp. 206-15.
4.Buneman, Peter, Susan Davidson, Gerd Hillebrand and Dan Suciu (1996), "A Query Language and Optimization Techniques for Unstructured Data," In Proceedings of ACM SIGMOD Conference on Management of Data, pp505-16.
5.Chamberlin, Don, Jonathan Robie and Daniela Florescu (2000)." Quilt: An XML Query Language for Heterogeneous Data Sources." Proceedings of WebDB 2000 Conference.
6.Chamberlin, Donald D.(2001)," Query Languages and XML," IDEAS 2001,pp. 297-300.
7.Deutsch, A., Mary Fernandez ,Daniela Florescu, Alon Levy and Dan Suciu (1999)," A query Language for XML," Computer Networks ,31,pp.1155-69
8.Eisenberg, Andrew and Jim Melton (2001)," SQL/XML and the SQLX Informal Group of Companies," ACM SIGMOD RECORD, 30(3),pp.105-8
9.Elmasri, Ramez and Shamkant B. Navathe (2000), Fundamentals of Databases Systems , Addison-Wesley
10.Fankhauser, Peter (2001)," Xquery Formal Semantics: State and Challenges," ACM SIGMOD RECORD, 30(3),pp.14-9.
11.Fernandez, Mary , Daniela Florescu , Jaewoo Kang , Alon Levy and Dan Suciu (1998)," Catching the Boat with Strudel: Experiences with a Web-Site Management System." In Proceedings of ACM SIGMOD Conference on Management of Data.
12.Florescu, Daniela and Donald Kossmann (1999)." A performance Evaluation of Alternative Mapping Schemes for Sorting XML Data in a Relational Database." Technical Report No.3680, INRIA, Le Chesnay Cedex
13.Florescu, Daniela, Alon Levy and Alberto Mendelzon (1998)," Database Techniques for the World Wide Web: A Survey,"ACM SIGMOD RECORD, pp.59-74
14.Florescu, Daniela, Alon Levy, Mary Fernandez and Dan Suciu (1997), "A Query Language for a Web-Site Management System," ACM SIGMOD RECORD, 26(3),pp.4-11.
15.Goldman, R., J. McHugh and J. Widom (1999)." From Semistructured Data to XML: Migrating the Lore Data Model and Query Language." Proceedings of the 2nd International Workshop on the Web and Databases (WebDB ''99).
16.Himmeröder, Rainer, Georg Lausen, Bertram Ludäscher and Christian Schlepphorst (1997)," On a Declarative Semantics for Web Queries," In Proceedings of the International Conference on Deductive and Object-Oriented Databases(DOOD), pp386-98.
17.Konopnicki, David (1995)," W3QS: A Query System for the World Wide Web," In Proceedings of the International Conference of Very Large Data Bases(VLDB), pp54-65.
18.Lakshmanan, Laks V.S., Fereidoon Sadri and Iyer N. Subramanian (1996)," A Declarative Language for Querying and Restructuring the Web," In Proceedings of 6th. International Workshop on Research Issues in Data Engineering, RIDE ’96.
19.Mendelzon, Alberto O., George A. Mihaila and Tova Milo (1996)," Querying the World Wide Web," In Proceedings. PDIS''96.
20.Naughton, Jeffrey, David DeWitt, David Maier and many others (2001), "The Niagara Internet Query System," IEEE Data Engineering Bulletin, 24(2), pp. 27-33.
21.Shanmugasundaram, Shekita, Kiernan, Krishnamurthy, Viglas, Naughton and Tatarinov (2001)," A General Technique for Querying XML Documents Using a Relational Database System," ACM SIGMOD RECORD.
網路部分
http 1. ODMG: http://www.odmg.org
http 2. W3QS: http://www.computer.org/proceedings/icde/7807/78070586abs.htm
http 3. XML-QL: http://www.w3.org/TR/NOTE-xml-ql/
http 4. XQL: http://www.w3.org/TandS/QL/QL98/pp/xql.html
http 5. Xquery: http://www.w3.org/TR/2001/WD-xquery-20010607/
http 6. Oracle: http://technet.oracle.com/tech/xml/content.html
http 7. DB2: http://www-3.ibm.com/software/data/db2/extenders/xmlext/
http 8. Sybase: http://www.sybase.com/detail/1,6904,1019474,00.html
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top