




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、Oracle數(shù)據(jù)庫簡介Database Administrator TasksPlan and create databases Manage database availabilityManage physical and logical structuresManage storage based on designManage securityNetwork administrationBackup and recoveryDatabase tuningOracle簡介Oracle含義: 神寓,甲骨文,一切智慧的源泉oracle 公司1977年在率先推出關(guān)系型數(shù)踞庫軟件。1979年首先推
2、出基于SQL標(biāo)準(zhǔn)的關(guān)系數(shù)據(jù)庫產(chǎn)品。1991年進(jìn)入中國。2003年收購仁科(PeopleSoft)。Oracle可在100多種硬件平臺上運行(所括微機、工作站、小型機、中型機和大型機),支持幾乎所有操作系統(tǒng)。世界第一大數(shù)據(jù)庫軟件公司世界第二大軟件公司財富100強中的98家公司都采用Oracle技術(shù)。ORACLE CEO : 埃里森Larry EllisonOracle數(shù)據(jù)庫發(fā)展史6.0 (1988)性能不如 SyBase(C/S)7.0 (1992)分區(qū)技術(shù)支持分段的大型數(shù)據(jù)庫 真正的成功8.0 (1997)面向?qū)ο?i (8.1.6 ) (1998)面向Internet 支持Java 、Web
3、server、Jdeveloper9i (2001)Real Application Clusters(RAC),Portal, 支持手機上網(wǎng)10g (2003) 支持網(wǎng)格Grid11i ORACLE系統(tǒng)特點 支持大數(shù)據(jù)庫、多用戶的高性能的事務(wù)處理。ORACLE遵守數(shù)據(jù)存取語言、操作系統(tǒng)、用戶接口和網(wǎng)絡(luò)通信協(xié)議的工業(yè)標(biāo)準(zhǔn),所以它是一個開放系統(tǒng) 。 實施安全性控制和完整性控制。 支持分布式數(shù)據(jù)庫和分布處理。 具有可移植性、可兼容性和可連接性。 Oracle Internet PlatformClientsSystem managementNetwork servicesDatabasesAppl
4、icationserversDevelopment toolsInternet applicationsPresentation andbusiness logicBusiness logicand dataAny browserAny FTP clientAny mailclientJavaSQLPL/SQLRelational and Object Relational Database Management SystemRelational model and object relational modelUser-defined data types and objectsFully
5、compatible with relational databaseSupport of multimedia and large objectsHigh-quality database server featuresDatabase Administration ToolsToolDescriptionOracle Universal Installer (OUI)Used to install, upgrade, or remove software componentsOracle Database Configuration AssistantA graphical user in
6、terface tool that interacts with the OUI, or can be used independently, to create, delete or modify a databasePassword File UtilityUtility for creating a database password fileSQL*PlusA utility to access data in an Oracle databaseOracle Enterprise ManagerA graphical interface used to administer, mon
7、itor, and tune one or more databasesOracle Universal InstallerUsed to install, upgrade, or remove software components, and create a databaseBased on a Java engineFeatures include:Automatic dependency resolution Allows for Web-based installationsTracking inventory of component and suite installations
8、Deinstallation of installed componentsSupport for multiple Oracle homesSupport for globalization technologyOracle Database Configuration AssistantThe Oracle Database Configuration Assistant allows you to:Create a databaseConfigure database optionsDelete a databaseManage templatesOptimal Flexible Arc
9、hitecture (OFA)Oracles mended standard database architecture layoutOFA involves three major rulesEstablish a directory structure where any database file can be stored on any disk resourceSeparate objects with different behavior into different tablespacesMaximize database reliability and performance
10、by separating database components across different disk resourcesOracle Software and File Locations oracle_base/product/admin /inst_name /pfile/release_number/bin/dbs/rdbms/sqlplusSoftwareoradata/db01/system01.dbfcontrol01.ctlredo0101.log.db02/system01.dbfcontrol01.ctlredo0101.log.FilesSQL*PlusSQL*P
11、lus is an Oracle tool that provides the capability to interact with and manipulate the database.Provides the ability to start up and shutdown the database, create and run queries, add rows, modify data, and write customized reportsSubset of the standard SQL language with specific add ons Oracle Ente
12、rprise ManagerServes as a centralized systems management console for DBAsProvides a set of common services that help manage the Oracle environmentIncludes integrated applicationsManages the environment such as databases, web servers and listenersA tool to administer, diagnose and tune multiple datab
13、asesProvides tools for administering parallel servers and replicated databasesOracleserverOracleserverOracleserverOracle Enterprise Manager Architecture:Java-Based Console and ApplicationsConsoleRepositoryOracle ManagementServerAgentOracle ManagementServerAgentAgentOracle ManagementServerRepositoryO
14、racleserverOracleserverOracleserverAgentAgentOracle Enterprise Manager Architecture:Managed NodesClient TierMiddle TierServer TierOracle NetOracle NetOracle NetConsoleOracle ManagementServerAgentOracle Enterprise ManagerConsole ConsoleCentral launching point for all applicationsCan be run in thin mo
15、de or as a fat clientCan be launched either standalone or through Oracle Management ServerDBA ToolsStandard applications that can be launched from theConsole:Instance ManagerSecurity ManagerStorage ManagerSchema ManagerSQL*Plus Worksheet9i與8i并發(fā)集群,8i OPS升級為9i RAC,8i結(jié)點間用硬盤交換信息,9i結(jié)點間采用高速網(wǎng)線的緩存熔合(Cache F
16、usion)技術(shù)交換信息,交換速度提高100倍以上。 9i可以在線修改內(nèi)核參數(shù)和內(nèi)存分配,8i不行。 數(shù)據(jù)文件和表空間管理,8i手工管理,9i自動管理。 9i比8i增強了對ANSI SQL99的支持。 9i比8i增強了故障后的快速恢復(fù)(Fast-start)。 8i只支持物理備份(physical backup)數(shù)據(jù)庫,9i還增加了支持邏輯備份(logical backup)數(shù)據(jù)庫,使備份數(shù)據(jù)庫除了作為主數(shù)據(jù)庫的鏡像外,還可以提供其他數(shù)據(jù)服務(wù). 10g與9i10g的g是“Grid”縮寫,支持網(wǎng)格計算,即,多臺結(jié)點服務(wù)器利用高速網(wǎng)絡(luò)組成一個虛擬的高性能服務(wù)器,負(fù)載在整個網(wǎng)格中均衡(Load Ba
17、lance),按需增刪結(jié)點,避免單點故障(Single Point of Faliure)。 安裝容易,安裝工作量比9i減少了一半。 新增基于瀏覽器的企業(yè)管理器(Enterprise Manager)。 自動存儲管理(ASM),增刪硬盤不再需要操作系統(tǒng)管理員設(shè)置的鏡像、負(fù)載均衡、物理卷、邏輯卷、分區(qū)、文件系統(tǒng),一條Oracle命令,ASM會自動管理增加或刪除的硬盤。 內(nèi)存自動化,根據(jù)需要自動分配和釋放系統(tǒng)內(nèi)存。 SQL性能調(diào)整自動化。 免費提供基于瀏覽器的小應(yīng)用開發(fā)工具Oracle Application Express(原名HTML DB),支持10g和9i R2。10g與9i快速糾正人為錯誤的閃回(Flashback)查詢和恢復(fù),可以恢復(fù)數(shù)據(jù)庫、表甚至記錄。 數(shù)據(jù)泵(Data Pump)高速導(dǎo)入、導(dǎo)出數(shù)據(jù)
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 【正版授權(quán)】 ISO/IEC 23008-2:2025 EN Information technology - High efficiency coding and media delivery in heterogeneous environments - Part 2: High efficiency video coding
- 精簡年終述職報告
- 對供應(yīng)商的管理
- 保險行業(yè)未來發(fā)展前景
- 2025年六班級班主任工作方案
- 2025年社區(qū)防汛搶險活動方案
- 畢業(yè)論文答辯結(jié)構(gòu)化展示
- 2025年幼兒園母親節(jié)方案
- 山東建筑大學(xué)《第二外國語(3)》2023-2024學(xué)年第二學(xué)期期末試卷
- 北京中醫(yī)藥大學(xué)東方學(xué)院《JavaWeb程序設(shè)計實驗》2023-2024學(xué)年第二學(xué)期期末試卷
- 《質(zhì)譜分析方惠群版》課件
- 【MOOC】學(xué)術(shù)英語演講-南京航空航天大學(xué) 中國大學(xué)慕課MOOC答案
- 大班春天《我們找到的春天》課件
- 專業(yè)鋼結(jié)構(gòu)拆除方案(完整詳細(xì)版)
- 照明燈具技術(shù)規(guī)格書
- 辦公樓裝飾裝修工程施工組織設(shè)計方案
- 基于arduino交通燈課程設(shè)計
- 2023年證券公司高級管理人員資質(zhì)考試真題(附帶答案)
- 記敘文、議論文答題模板(簡化版)
- 【基于單片機的智能送餐配送車設(shè)計與實現(xiàn)(論文)11000字】
- 英語KET詞匯中譯英列表
評論
0/150
提交評論