第一部分的笔记已整理好了,我将会把学习oracle database 11g的心得和笔记不定期在更新我的博客中,同时会尽量与论坛同步。有点比较抱歉的是,我的笔记是用英语来写,不是我故意拽,因为讲课是用英语进行的。
Oracle Database 11g: New Features for Administrators
一、Oracle Database 11g: Focus Areas
• Manageability
• Availability
• Performance
• Business intelligence and data warehousing
• Security
• Information management
– Content management
– XML
– Oracle Text
– Spatial
– Multimedia and medical imaging
• Application development
– PL/SQL
– .NET
– PHP
– SQL Developer
* Note: Many DBA's job will be done automatically by setting parameters.
*Note: The Next Generation Databas is Self-Managing Database
- -- Manage change
---- Manage performance and resources
---- Manage fault
*Note: Why call oracle 10g or 11g ? as g means grid computing
*Note: Oracle By Example series: Oracle Database 11g
–http://otn.oracle.com/obe/obe11gdb/index.html
二、Installation and Upgrade Enhancements
• Addition of new products to the install:
– Oracle Application Express
– Oracle Configuration Manager (OCM)
– SQL Developer
– Warehouse Builder (server-side pieces)
– Oracle Database Vault
* Note: there is new patch called Hot patch which can be applied with database online (don't need to shutdown your database when applying patch. Isn't it cool?) But not all patches have hot patch.
• Removal of certain products and features from the installation:
– OEM Java Console
– Raw storage support for data files (installer only)
– Oracle Data Mining Scoring Engine
– Oracle Workflow
– iSQL*Plus
• Better conformance to OFA in the installation:
– Prompt for ORACLE_BASE explicitly
– Warnings in the alert log when ORACLE_BASE is not set
*Note: run SQL script. (utlu111i.sql) to analyzes the database to be upgraded before upgrade to oracle 10g
The Pre-Upgrade Information Tool checks for:
• Database version and compatibility
• Redo log size
• Updated initialization parameters (for example,SHARED_POOL_SIZE)
• Deprecated and obsolete initialization parameters
• Components in database (JAVAVM, Spatial, and so on)
• Tablespace estimates
– Increase in total size
– Additional allocation for AUTOEXTEND ON
– SYSAUX tablespace
*Note: the steps for upgrading to oracle 11g from 10g
1. upgrade oracle software (run utlu111i.sql before upgrade)
2. Upgradae database to 11g (SQL> STARTUP UPGRADE)
3. Run utlu111s.sql to display the results of the upgrade
Prepare to Upgrade
1. Become familiar with the features of Oracle Database 11g, Release 1.
2. Determine the upgrade path.
3. Choose an upgrade method.
4. Choose an OFA-compliant Oracle home directory.
5. Prepare a backup and recovery strategy.
6. Develop a test plan to test your database, applications,and reports.
更多的内容,请到我的博客去看。欢迎交流 |