[grid@rac1 ~]$ cd /oracle/app/grid/product/11.2.0/deinstall/[grid@rac1 deinstall]$ ./deinstallChecking for required files and bootstrapping ...Please wait ...Location of logs /tmp/deinstall2010-08-02_
原创 2013-07-25 10:46:27
1031阅读
下载地址:https://www.oracle.com/downloads/如下两个安装包链接地址:https://www.oracle.com/database/technologies/oracle-database-software-downloads.html#11ghttps://www.oracle.com/database/technologies/oracle-databa...
原创 2021-07-28 10:29:21
1249阅读
2010年05月2号  |  23:59分类:<a title="查看 Linux&Unix 的全部
原创 2022-08-12 20:39:55
87阅读
grid infrastructure 软件介质下载:://.oracle.com/technetwork/database/database-technologies/clusterware/downloads/index-096607.html?ssSourceSiteId=oco...
原创 2021-12-27 10:56:47
866阅读
Oracle Grid control 11g及Active DataGuard 11g安装部署(一) 原贴 http://blog..net/lichangzai/article/details/7938622 http://blog..net/lichangzai/article
转载 2017-07-08 15:01:00
4586阅读
2评论
这次安装RAC真是坎坷略多啊。。。。。安装一个RAC,前提工作添加网卡:连接方式host-only配置ip:node1eth0:192.168.0.2eth1:192.168.1.3vip:192.168.0.10node2eth0:192.168.0.3eth1:192.168.1.4vip:192.168.0.20配置/etc/hosts127.0.0.1localhost192.168.0.
rac
原创 2013-09-21 17:11:48
1675阅读
最近一段时间,遇到几个项目由于种种原因导致GRID_HOME目录或者下面的文件的权限被修改
原创 2023-01-04 17:28:44
850阅读
from :http://space.itpub.net/175005/viewspace-629702 在Oracle 11g R2的安装过程中,可以有2中为SCAN配置域的方式,一个是通过GNS,一个是通过DNS解析,如果选择GNS,但没有配置DHCP,就会报下面错误: [root@rac1 crsconfig]# tail -f rootcrs_rac1.log 2009-12-08
转载 精选 2010-05-18 10:03:54
2050阅读
1、通过root用户进入到grid的ORACLE_HOME[root@db01]# source /home/grid/.bash_profile [root@db01]# cd $ORACLE_HOME/crs/install/2、运行例如以下两个脚本(仅仅在当中一个节点运行,root用户)[root@db01]# ./rootcrs.pl -verbose -deconfig -force
原创 2022-01-12 11:08:48
615阅读
1、通过root用户进入到grid的ORACLE_HOME [root@db01]# source /home/grid/.bash_profile [root@db01]# cd $ORACLE_HOME/crs/install/ 2、执行如下两个脚本(只在其中一个节点执行,root用户) [root@db01]# ./rootcrs.pl -verbose -deconfig
原创 2023-06-25 14:28:44
175阅读
1.在rac2节点使用oracleasm找不到共享磁盘[root@rac2 ~]# oracleasm scandisks         Reloading disk partitions: doneCleaning any stale ASM disks...Scanning system for ASM disk
原创 2016-09-14 12:13:39
8231阅读
Oracle11gRAC数据库监听默认都是grid用户通过集群工具来进行管理的,但是有些时候我们会发现数据库监听程序有oracle用户启动的,这里就存在一些问题。比如,出现的多余的监听进程我们可以kill掉<roidb2:+ASM2:/home/grid>$ps-ef|greptnsroot102008:11?00:00:00[netns]grid48801008:24?00:00:0
原创 2018-07-09 09:20:35
5405阅读
1点赞
oracle 11g RAC手动卸载grid,no deinstall                           &nb
转载 精选 2016-03-30 15:58:29
2492阅读
一、环境准备1、实验目的将11.2.0.4的单实例数据库由文件系统,迁移到ASM单实例的磁盘组中。2、环境准备项目 源库 操作系统 RHEL6.8 主机名 s11g IP地址 192.168.56.20 数据库及版本 ORACLE11.2.0.4 数据库字符集 AL32UTF8 ORACLE SID orcl 数据文件目录 /oradata/orcl 3、AS...
在Oracle 11g中,使用sysdba连接ASM。SQL>conn / as sysdbaSQL> alter diskgroup DATA mount;                               alte
转载 精选 2014-05-30 10:29:45
889阅读
Enterprise Manager Grid Control is Oracle's single, integrated solution for managing all aspects of the Oracle Grid and the applications running on it. Enterprise Manager also allows you to manage sin
转载 2010-12-16 19:26:00
143阅读
2评论
vi.bashrcexportORACLE_BASE=/u01/app/oracleexportORACLE_HOME=$ORACLE_BASE/product/11.2.0/xeexportORACLE_SID=xe_pmon_XEexportPATH=$PATH:/u01/app/oracle/product/11.2.0/xe/bin1.启动sqlplus/assysdba
原创 2018-09-18 16:31:45
791阅读
## Docker 11g:在容器中运行Oracle数据库 在过去的几年里,Docker 已经成为了一个流行的容器化平台,它提供了一种轻量级、可移植的方式来打包、分发和运行应用程序。在 Docker 中运行 Oracle 数据库也成为了一种趋势,因为它可以节省资源和时间,并提供了更高的灵活性和可扩展性。 ### 什么是Docker? Docker 是一个开源的容器化平台,它允许开发者将应用程
原创 2024-01-21 04:25:40
238阅读
那些基本的设置这里就不做介绍了,可以参考Oracle Grid Control 10.2.0.5 for Linux安装和配置指南 一、WebLogic的安装: 1、创建bea组和weblogic用户:   2、安装: 在安装的过程中不创建任何domain,到时候GC会创建一个叫GCdomain的域。 [root@grid tools]# chmod +x wls10
原创 2010-07-13 21:10:02
10000+阅读
1评论
grid 软件包下载地址: http://download.oracle.com/otn/linux/oracle11g/R2/linux_11gR2_grid.zip 安装前准备工作: 1、检查下列包是否安装,若未安装则要先安装: binutils-2.17.50.0.6-2.el5 compat-libstdc++-33-3.2.3-61 elfutils-libelf-0.125
原创 2011-10-20 18:18:57
10000+阅读
1点赞
1评论
  • 1
  • 2
  • 3
  • 4
  • 5