oracle linux 4.8安装oracle 10g rac环境之database安装

1.安装oracle database软件

[[email protected] ~]$ cd database/

[[email protected] database]$ ./runInstaller

rac10g01节点:

[[email protected] ~]# sh /u01/oracle/product/10.2.0.1/db_1/root.sh

Running Oracle10 root.sh script...

The following environment variables are set as:

ORACLE_OWNER= oracle

ORACLE_HOME=  /u01/oracle/product/10.2.0.1/db_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:

Copying dbhome to /usr/local/bin ...

Copying oraenv to /usr/local/bin ...

Copying coraenv to /usr/local/bin ...

Creating /etc/oratab file...

Entries will be added to the /etc/oratab file as needed by

Database Configuration Assistant when a database is created

Finished running generic part of root.sh script.

Now product-specific root actions will be performed.

[[email protected] ~]#

rac10g02节点:

[[email protected] ~]# sh /u01/oracle/product/10.2.0.1/db_1/root.sh

Running Oracle10 root.sh script...

The following environment variables are set as:

ORACLE_OWNER= oracle

ORACLE_HOME=  /u01/oracle/product/10.2.0.1/db_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:

Copying dbhome to /usr/local/bin ...

Copying oraenv to /usr/local/bin ...

Copying coraenv to /usr/local/bin ...

Creating /etc/oratab file...

Entries will be added to the /etc/oratab file as needed by

Database Configuration Assistant when a database is created

Finished running generic part of root.sh script.

Now product-specific root actions will be performed.

[[email protected] ~]#

2.检查cluster和database是否成功

时间: 2024-10-24 07:41:10

oracle linux 4.8安装oracle 10g rac环境之database安装的相关文章

oracle linux 4.8安装oracle 10g rac环境之cluster安装

安装环境: 操作系统:oracle linux 4.8 64位 集群软件:10201_clusterware_linux_x86_64.cpio.gz 数据库:10201_database_linux_x86_64.cpio.gz cpu:1颗 内存:必须1.5G以上(一般是2G) 本地磁盘:20G(根分区17G,swap是4G,boot分区是512M) asm下载地址:http://www.oracle.com/technetwork/server-storage/linux/download

redhat 下 oracle 10G RAC 集群 详细安装

在大家做RAC安装测试搭建环境时,没有存储环境下,我来教大家怎么采用虚拟机来安装 ORACLE 10 rac,这样可以让大家更快学习好 ORACLE 10 RAC ,我会把很详细的安装写给大家. 1.安装前的准备 准备需要软件 10201_clusterware_linux_x86_64.cpio.gz 10201_database_linux_x86_64.cpio.gz binutils-2.17.50.0.6-6.0.1.el5.x86_64.rpm oracleasm-2.6.18-16

【翻译自mos文章】Oracle Linux 5.9到Oracle Linux 6.4 之间的bug--Wrong Kernel Statistic

Oracle Linux 5.9到Oracle Linux 6.4 之间的bug--Wrong Kernel Statistic in Version 2.6.39-400.X.X 参考自: Wrong Kernel Statistic in Version 2.6.39-400.X.X (Doc ID 1552713.1) 适用于: Linux OS - Version Oracle Linux 5.9 with Unbreakable Enterprise Kernel [2.6.39] t

oracle 10g rac环境升级到10.2.0.5

升级oracle rac环境,以前是oracle 是10.2.0.1版本,现在要10.2.0.5的版本.首先必须安装oracle cluster集群软件,然后下载oracle 10.2.0.5软件包进行打补丁. oracle cluster安装地址: oracle 10.2.0.5下载地址: 1.查看当前的crs版本(两个节点都看一下) [[email protected] ~]$ crsctl query crs softwareversion CRS software version on

oracle linux 4.8安装oracl 10g rac错误解决

1.初使化asm自动存储驱动出错,找不到模块 [[email protected] Desktop]# /etc/init.d/oracleasm configure Configuring the Oracle ASM library driver. This will configure the on-boot properties of the Oracle ASM library driver.  The following questions will determine whethe

在Linux下搭建Java web的开发环境之MYSQL安装

本文介绍如何在Linux下安装MYSQL数据库. 1.将下载好的MYSQL安装文件复制至/home目录下 2.tar -xzvf 安装文件名.解压成功后会发现当前目录下会多出一个文件夹. 3.配置<这是最重要的啊,想想为什么要这么修改?> 我们先罗列出需要修改的参数. ①创建MYSQL组 Groupadd mysql cat /etc/group | more//查看是否创建成功 为什么要创建MYSQL用户组呢?只有加入该组的人员才能使用数据库!控制权限管理. ②创建mysql用户,并放入到m

Linux巩固记录(6) Hbase环境准备-zookeeper安装

Hbase是运行在hadoop之上,所以请参考第3篇文章搭建好一个master,两个slave的hadoop环境,我采用的版本为hadoop2.7.4 不了解Hbase的同学可以参考下这篇文章,分析得相当深刻,感谢作者 http://blog.csdn.net/u010270403/article/details/51648462 为啥在安装Hbase前需要安装zookeeper? 1,hbase regionserver 向zookeeper注册,提供hbase regionserver状态信

安装和配置Storm环境第一步 安装zookeeper环境 (一)

1.安装配置Zookeeper 2.Storm的核心配置文件  $STORM_HOME/conf/storm.yaml 3.注意:如果要搭建Storm的HA(高可用性),nimbus即可. 4.把配置好的安装包复制到其他节点上. -- 自己搭建zookeeper集群 主节点:centos-00 从节点:centos-01,centos-02 (*)tar -zxvf  zookeeper-xxx.tar.gz   . (*)设置环境变量 vi ~/.bash_profile ZOOKEEPER_

【tomcat】Centos7最快速安装tomcat网页实验环境(yum安装)

一.实验环境 EXSI6.0虚拟机系统:Centos7yum源:mirror.163.com.repo 二.实验步骤 1.yum安装tomcat yum install tomcat -y 2.yum安装tomcat网页访问必要服务 yum install tomcat-webapps tomcat-admin-webapps -y 3.开放tomcat:8080端口,开机启动 firewall-cmd --zone=public --permannet --add-prot=8080/tcp