網(wǎng)絡(luò)數(shù)據(jù)庫(kù)恢復(fù)與備份機(jī)制.doc
約48頁(yè)DOC格式手機(jī)打開展開
網(wǎng)絡(luò)數(shù)據(jù)庫(kù)恢復(fù)與備份機(jī)制,3.4萬(wàn)字48頁(yè)摘 要本論文講述了課題的研究目的、意義和內(nèi)容要求等,對(duì)數(shù)據(jù)庫(kù)安全的內(nèi)涵和保證數(shù)據(jù)庫(kù)安全常用的各種技術(shù)做了簡(jiǎn)介,并重點(diǎn)分析了數(shù)據(jù)庫(kù)的備份與恢復(fù)的方法。而且就自己設(shè)計(jì)的倉(cāng)庫(kù)管理系統(tǒng),進(jìn)行了安全機(jī)制的設(shè)置,并對(duì)如何方便及時(shí)的進(jìn)行數(shù)據(jù)備份,并在數(shù)據(jù)庫(kù)遭到破壞時(shí)如何能夠及時(shí)恢復(fù)進(jìn)行了詳細(xì)的...
內(nèi)容介紹
此文檔由會(huì)員 xiaowei 發(fā)布
網(wǎng)絡(luò)數(shù)據(jù)庫(kù)恢復(fù)與備份機(jī)制
3.4萬(wàn)字 48頁(yè)
摘 要
本論文講述了課題的研究目的、意義和內(nèi)容要求等,對(duì)數(shù)據(jù)庫(kù)安全的內(nèi)涵和保證數(shù)據(jù)庫(kù)安全常用的各種技術(shù)做了簡(jiǎn)介,并重點(diǎn)分析了數(shù)據(jù)庫(kù)的備份與恢復(fù)的方法。而且就自己設(shè)計(jì)的倉(cāng)庫(kù)管理系統(tǒng),進(jìn)行了安全機(jī)制的設(shè)置,并對(duì)如何方便及時(shí)的進(jìn)行數(shù)據(jù)備份,并在數(shù)據(jù)庫(kù)遭到破壞時(shí)如何能夠及時(shí)恢復(fù)進(jìn)行了詳細(xì)的說(shuō)明。本論文實(shí)現(xiàn)了對(duì)倉(cāng)庫(kù)管理系統(tǒng)數(shù)據(jù)庫(kù)的安全訪問(wèn),并用不同方法對(duì)數(shù)據(jù)庫(kù)進(jìn)行了表級(jí)和數(shù)據(jù)庫(kù)級(jí)的備份和恢復(fù)。
關(guān)鍵詞 數(shù)據(jù)庫(kù);安全機(jī)制;視圖;備份;恢復(fù)
ABSTRACT
With the development of information technology, databases have been applied in all kinds of fields. They affect the work and the life of people. Much information of persons, the enterprises and the nation has been stored in databases. If the databases are destroyed and cannot be resumed, the loss will not be able to weigh up. Therefore, it’s not only important to protect the databases, but also it is important to make plans for backup. If do this, it can restore the databases when databases are out of work. So, the loss of the data can be reduced.
In this paper, the purposes, the meaning and the demands of the task have been expatiated, the meaning of database security and many kinds of techniques for protecting the databases have been analyzed. The methods......
目 錄
第一章 緒 論 1
1.1 研究目的、要求和應(yīng)用現(xiàn)狀 1
1.1.1 課題的研究目的和意義 1
1.1.2 課題內(nèi)容要求 1
1.1.3 課題研究應(yīng)用現(xiàn)狀 2
1.2 課題的總體設(shè)計(jì) 6
1.2.1 設(shè)計(jì)思想 6
1.2.2 系統(tǒng)配置 6
1.3 本章小結(jié) 6
第二章 數(shù)據(jù)庫(kù)概述 7
2.1 數(shù)據(jù)庫(kù)安全 7
2.1.1 物理安全 7
2.1.2 存取管理技術(shù) 7
2.1.3 視圖機(jī)制 8
2.1.4 數(shù)據(jù)加密 8
2.1.5 跟蹤監(jiān)視和攻擊檢測(cè) 9
2.1.6 數(shù)據(jù)備份 9
2.2 數(shù)據(jù)庫(kù)備份與恢復(fù) 9
2.2.1 數(shù)據(jù)庫(kù)備份 9
2.2.2 數(shù)據(jù)庫(kù)恢復(fù) 11
2.3 本章小結(jié) 12
第三章 詳細(xì)設(shè)計(jì) 14
3.1 倉(cāng)庫(kù)管理系統(tǒng)基本架構(gòu) 14
3.1.1 系統(tǒng)需求分析 14
3.1.2 系統(tǒng)主要模塊及功能 15
3.1.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 17
3.2 安全機(jī)制 23
3.2.1 安全登錄 23
3.2.2 權(quán)限設(shè)置 23
3.2.3 使用視圖加強(qiáng)數(shù)據(jù)安全 25
3.2.4 操作日志 25
3.3 備份與恢復(fù) 27
3.2.1 表級(jí) 28
3.3.2 數(shù)據(jù)庫(kù)級(jí) 32
3.4數(shù)據(jù)庫(kù) 38
3.5 調(diào)試運(yùn)行 39
3.6 本章小結(jié) 40
總 結(jié) 41
結(jié) 束 語(yǔ) 42
參考資料 43
參考資料
[1] 數(shù)據(jù)庫(kù)安全技術(shù)
2, 2006-10-03......
3.4萬(wàn)字 48頁(yè)
摘 要
本論文講述了課題的研究目的、意義和內(nèi)容要求等,對(duì)數(shù)據(jù)庫(kù)安全的內(nèi)涵和保證數(shù)據(jù)庫(kù)安全常用的各種技術(shù)做了簡(jiǎn)介,并重點(diǎn)分析了數(shù)據(jù)庫(kù)的備份與恢復(fù)的方法。而且就自己設(shè)計(jì)的倉(cāng)庫(kù)管理系統(tǒng),進(jìn)行了安全機(jī)制的設(shè)置,并對(duì)如何方便及時(shí)的進(jìn)行數(shù)據(jù)備份,并在數(shù)據(jù)庫(kù)遭到破壞時(shí)如何能夠及時(shí)恢復(fù)進(jìn)行了詳細(xì)的說(shuō)明。本論文實(shí)現(xiàn)了對(duì)倉(cāng)庫(kù)管理系統(tǒng)數(shù)據(jù)庫(kù)的安全訪問(wèn),并用不同方法對(duì)數(shù)據(jù)庫(kù)進(jìn)行了表級(jí)和數(shù)據(jù)庫(kù)級(jí)的備份和恢復(fù)。
關(guān)鍵詞 數(shù)據(jù)庫(kù);安全機(jī)制;視圖;備份;恢復(fù)
ABSTRACT
With the development of information technology, databases have been applied in all kinds of fields. They affect the work and the life of people. Much information of persons, the enterprises and the nation has been stored in databases. If the databases are destroyed and cannot be resumed, the loss will not be able to weigh up. Therefore, it’s not only important to protect the databases, but also it is important to make plans for backup. If do this, it can restore the databases when databases are out of work. So, the loss of the data can be reduced.
In this paper, the purposes, the meaning and the demands of the task have been expatiated, the meaning of database security and many kinds of techniques for protecting the databases have been analyzed. The methods......
目 錄
第一章 緒 論 1
1.1 研究目的、要求和應(yīng)用現(xiàn)狀 1
1.1.1 課題的研究目的和意義 1
1.1.2 課題內(nèi)容要求 1
1.1.3 課題研究應(yīng)用現(xiàn)狀 2
1.2 課題的總體設(shè)計(jì) 6
1.2.1 設(shè)計(jì)思想 6
1.2.2 系統(tǒng)配置 6
1.3 本章小結(jié) 6
第二章 數(shù)據(jù)庫(kù)概述 7
2.1 數(shù)據(jù)庫(kù)安全 7
2.1.1 物理安全 7
2.1.2 存取管理技術(shù) 7
2.1.3 視圖機(jī)制 8
2.1.4 數(shù)據(jù)加密 8
2.1.5 跟蹤監(jiān)視和攻擊檢測(cè) 9
2.1.6 數(shù)據(jù)備份 9
2.2 數(shù)據(jù)庫(kù)備份與恢復(fù) 9
2.2.1 數(shù)據(jù)庫(kù)備份 9
2.2.2 數(shù)據(jù)庫(kù)恢復(fù) 11
2.3 本章小結(jié) 12
第三章 詳細(xì)設(shè)計(jì) 14
3.1 倉(cāng)庫(kù)管理系統(tǒng)基本架構(gòu) 14
3.1.1 系統(tǒng)需求分析 14
3.1.2 系統(tǒng)主要模塊及功能 15
3.1.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 17
3.2 安全機(jī)制 23
3.2.1 安全登錄 23
3.2.2 權(quán)限設(shè)置 23
3.2.3 使用視圖加強(qiáng)數(shù)據(jù)安全 25
3.2.4 操作日志 25
3.3 備份與恢復(fù) 27
3.2.1 表級(jí) 28
3.3.2 數(shù)據(jù)庫(kù)級(jí) 32
3.4數(shù)據(jù)庫(kù) 38
3.5 調(diào)試運(yùn)行 39
3.6 本章小結(jié) 40
總 結(jié) 41
結(jié) 束 語(yǔ) 42
參考資料 43
參考資料
[1] 數(shù)據(jù)庫(kù)安全技術(shù)
2, 2006-10-03......