搜索
首页数据库mysql教程 安装oracle 11gR2单实例+ASM

安装oracle11gR2单实例+ASM,让新手走向数据库管理员一、介绍因业务需要,最近在主系统的基础上搭建一套mini系统,本文只讲ORACLE数据库+ASM磁盘管理工具的安装

安装oracle 11gR2单实例+ASM ,让新手走向数据库管理员

一、介绍 
  因业务需要,最近在主系统的基础上搭建一套mini系统,本文只讲ORACLE数据库+ASM磁盘管理工具的安装;   
1.服务器系统版本:RHEL 5.5 x64Bit ,kernel 2.6.18-194.el5
2.磁盘分区格式:  LVM+裸设备
3.ORACLE软件版本:  p10404530_112030_Linux-x86-64
4.ASM  组件版本: oracleasm-2.6.18-194.el5-2.0.5-1.el5.x86_64.rpm 
                  oracleasmlib-2.0.4-1.el5.x86_64.rpm 
                  oracleasm-support-2.1.7-1.el5.x86_64.rpm                         
二、安装实施准备
1.创建ORACLE用户和组成员
groupadd oinstall
groupadd dba
groupadd oper
groupadd asmadmin
groupadd asmdba
groupadd asmoper

useradd -g oinstall -G dba,asmdba,oper -d /home/oracle oracle
useradd -g oinstall -G dba,asmadmin,asmdba,asmoper -d /home/grid grid

2.分别创建oracle、grid用户的密码
passwd oracle
new unix password: 

/u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/roothas.pl

To configure Grid Infrastructure for a Cluster execute the following command:
/u01/app/11.2.0/grid/crs/config/config.sh
This command launches the Grid Infrastructure Configuration Wizard. The wizard also supports silent operation, and the parameters can be passed through the response file that is available in the installation media.

[root@ctp-dbserver grid]# 

6.图形界面使用asmca创建ASM磁盘组
$asmca

//asmca创建ASM磁盘介绍

//因在硬件上采用了raid5做冗余,再此将选External即可

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM


 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

//注意:如果上述在执行./root.sh后没有执行,香港虚拟主机,/u01/app/11.2.0/grid/crs/install/roothas.pl
//那么将会出现:
Oracle Grid Infrastructure is not configured properly. ASMCA needs Oracle Grid Infrastructure to configure ASM.
//如果你错过了,那么现在执行还来得及;
[root@ctp-dbserver install]# ./roothas.pl
Using configuration parameter file: ./crsconfig_params
Creating trace directory
User ignored Prerequisites during installation
LOCAL ADD MODE 
Creating OCR keys for user 'grid', privgrp 'oinstall'..
Operation successful.
LOCAL ONLY MODE 
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
CRS-4664: Node ctp-dbserver successfully pinned.
Adding Clusterware entries to inittab
ctp-dbserver     2012/10/29 02:03:01     /u01/app/11.2.0/grid/cdata/ctp-dbserver/backup_20121029_020301.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
[root@ctp-dbserver install]# 
//执行roothas.pl 脚本后,再检查has进程是否启动;
#ps -ef |grep has 
//确定进程已经启动后,再图形下执行Create ASM

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

//如果grid安装顺利,那么可以泡杯红茶休息一下,后面都是很容易的了。

7.使用Oracle用户图形下安装oralce软件
[oracle@ctp-dbserver ]$ cd /u02/
[oracle@ctp-dbserver ]$unzip p10404530_112030_Linux-x86-64_1of7.zip
[oracle@ctp-dbserver ]$unzip p10404530_112030_Linux-x86-64_2of7.zip
[oracle@ctp-dbserver database]$./runInstaller

//oracle软件安装介绍

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM

 安装oracle 11gR2单实例+ASM


 安装oracle 11gR2单实例+ASM


 安装oracle 11gR2单实例+ASM


 安装oracle 11gR2单实例+ASM


 安装oracle 11gR2单实例+ASM


 安装oracle 11gR2单实例+ASM


[root@ctp-dbserver db_1]# ./root.sh 
Performing root user operation for Oracle 11g 

声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
如何在MySQL中删除或修改现有视图?如何在MySQL中删除或修改现有视图?May 16, 2025 am 12:11 AM

todropaviewInmySQL,使用“ dropviewifexistsview_name;” andTomodifyAview,使用“ createOrreplaceViewViewViewview_nameAsSelect ...”。whendroppingaview,asew dectivectenciesanduse和showcreateateviewViewview_name;“ tounderStanditSsstructure.whenModifying

MySQL视图:我可以使用哪些设计模式?MySQL视图:我可以使用哪些设计模式?May 16, 2025 am 12:10 AM

mySqlViewScaneFectectialized unizedesignpatternslikeadapter,Decorator,Factory,andObserver.1)adapterPatternadaptSdataForomDifferentTablesIntoAunifiendView.2)decoratorPatternenhancateDataWithCalcalcualdCalcalculenfields.3)fieldfields.3)

在MySQL中使用视图的优点是什么?在MySQL中使用视图的优点是什么?May 16, 2025 am 12:09 AM

查看InMysqlareBeneForsImplifyingComplexqueries,增强安全性,确保dataConsistency,andOptimizingPerformance.1)他们simimplifycomplexqueriesbleiesbyEncapsbyEnculatingThemintoreusableviews.2)viewsEnenenhancesecuritybyControllityByControllingDataAcces.3)

如何在MySQL中创建一个简单的视图?如何在MySQL中创建一个简单的视图?May 16, 2025 am 12:08 AM

toCreateAsimpleViewInmySQL,USEthecReateaTeviewStatement.1)defitEtheetEtheTeViewWithCreatEaTeviewView_nameas.2)指定usethectstatementTorivedesireddata.3)usethectStatementTorivedesireddata.3)usetheviewlikeatlikeatlikeatlikeatlikeatlikeatable.views.viewssimplplifefifydataaccessandenenanceberity but consisterfort,butconserfort,consoncontorfinft

MySQL创建用户语句:示例和常见错误MySQL创建用户语句:示例和常见错误May 16, 2025 am 12:04 AM

1)foralocaluser:createUser'localuser'@'@'localhost'Indidendify'securepassword'; 2)foraremoteuser:creationuser's creationuser'Remoteer'Remoteer'Remoteer'Remoteer'Remoteer'Remoteer'Remoteer'Remoteer'Rocaluser'@'localhost'Indidendify'seceledify'Securepassword'; 2)

在MySQL中使用视图的局限性是什么?在MySQL中使用视图的局限性是什么?May 14, 2025 am 12:10 AM

mysqlviewshavelimitations:1)他们不使用Supportallsqloperations,限制DatamanipulationThroughViewSwithJoinSorsubqueries.2)他们canimpactperformance,尤其是withcomplexcomplexclexeriesorlargedatasets.3)

确保您的MySQL数据库:添加用户并授予特权确保您的MySQL数据库:添加用户并授予特权May 14, 2025 am 12:09 AM

porthusermanagementInmysqliscialforenhancingsEcurityAndsingsmenting效率databaseoperation.1)usecReateusertoAddusers,指定connectionsourcewith@'localhost'or@'%'。

哪些因素会影响我可以在MySQL中使用的触发器数量?哪些因素会影响我可以在MySQL中使用的触发器数量?May 14, 2025 am 12:08 AM

mysqldoes notimposeahardlimitontriggers,butacticalfactorsdeterminetheireffactective:1)serverConfiguration impactactStriggerGermanagement; 2)复杂的TriggerSincreaseSySystemsystem load; 3)largertablesslowtriggerperfermance; 4)highConconcConcrencerCancancancancanceTigrignecentign; 5); 5)

See all articles

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热工具

WebStorm Mac版

WebStorm Mac版

好用的JavaScript开发工具

SublimeText3 Linux新版

SublimeText3 Linux新版

SublimeText3 Linux最新版

MinGW - 适用于 Windows 的极简 GNU

MinGW - 适用于 Windows 的极简 GNU

这个项目正在迁移到osdn.net/projects/mingw的过程中,你可以继续在那里关注我们。MinGW:GNU编译器集合(GCC)的本地Windows移植版本,可自由分发的导入库和用于构建本地Windows应用程序的头文件;包括对MSVC运行时的扩展,以支持C99功能。MinGW的所有软件都可以在64位Windows平台上运行。

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)