分类: Oracle
2006-05-30 22:19:32
Tasks:
l Installing Oracle software
l Creating Oracle database
l Performing upgrades of the database and software to new release levels
Tools:
l Oracle Universal Installer(OUI)
l DataBase Configuration Assistant(DBCA)
l DataBase upgrade Assistant
Installation Choices
你可以选择的安装分为基础安装和高级安装.在Windows的基础安装中,你只要做基础选择.而在Windows高级安装和LINUX或UNIX安装中你不仅要做基础安装的选择还要做高级安装的选择
Basic Installation Choices
1, 选择安装那一个数据库产品(企业版,标准版,个人版,自定安装)
2, 是否在安装完数据库软件后创建数据库(通用目的,交换进程,数据仓库)
3, 数据库配置选项(Global DataBase Name Oracle System identifier)
Advanced Installation Choices
除了基本的选择外还有
1, 安装sample schemas
2, 什么样的存储机制
l 文件系统(File System):在你磁盘上的数据库文件
l 自动存储管理(Automatic Storage Magagement):这个好像在磁盘较多或有阵列时用的
l 粗设备
3, 数据库管理选项
本地还是集中管理,如果是集中管理还得有个集中管理代理
Using DBCA to create and configure a database
用DBCA可以创建删除数据库,也可以为数据库配置选项,也可以用来管理模板,模板是以XML格式保存的
创建数据库
l Database Templates
l Database Identification
l Management Options
l Database Credentials
l Storage Options
l Database File Locations
l Recovery Configuration
l Database Content
l Initialization Parameters(Memory,Sizing,Character sets,Connection Mode)
l Database Storage
l Creation Options
Creating Templates Using DBCA
l From an existing template
l From an existing database(structure only)
l From an existing database (structure as well as data--a seed database)