一、运行环境 系统环境:centos 5.5 32位(图形安装) 硬盘分区: /boot 150M swap 4096M(最少要3G以上) / 10G /home 5G /tmp 5G /usr 10G /usr/local 10G /var 10G /opt 10G /d
转载 精选 2012-11-27 10:48:27
535阅读
oracle linux 是oracle公司根据redhat的linux发行版重新编译而来,加入了一些自己的元素,当然他和centos一样都属于rhel的衍生版,但是由于背靠oracle这棵大树,所以他提供了技术支持服务,当然他是付费的,不过支持费用比redhat要低一些,这是妥妥的抢红帽饭碗的节奏啊。为什么我要使用oracle linux来安装oracle数据库呢?因为方便简单,我们知道在lin
原创 2015-12-27 22:23:54
875阅读
2点赞
# Docker 安装Oracle 11gR2 在开发和部署应用程序时,我们经常需要使用数据库来存储和管理数据。Oracle Database是一种常用的关系型数据库管理系统(RDBMS),它提供了高性能、可扩展和安全的数据存储解决方案。 Docker是一种开源的容器化平台,它可以帮助我们快速构建、部署和运行应用程序。使用Docker可以轻松地创建一个包含Oracle数据库的容器,以便在不同的
原创 2024-01-30 06:48:04
203阅读
1.服务进程[root@lvs-master ~]#sh rc.sh[root@lvs-master ~]# cat rc.shservice bluetooth stopservice netfs stopservice ip6tables stopchkconfig bluetooth offchkconfig ip6tables offchkconfig netfs offchkconfig
原创 2015-04-22 15:50:29
1910阅读
https://mp.weixin.qq.com/s/10s6FHwzE9BVcSHuoHabJQ
转载 2021-12-17 15:47:34
1730阅读
  Clusterware Startup Sequence The following is the Clusterware startup sequence (p_w_picpath from the "Oracle Clusterware Administration and Deployment Guide): Don't let this pict
转载 精选 2011-12-08 16:22:30
1053阅读
We are planning to implement 11gR2 RAC on OCFS2 file system. We are going to have ocr files,voting disk files,database files and flash recovery area files on OCFS2 file system. Generic Note ----------
原创 2010-07-07 21:53:26
435阅读
在Oracle 11g中提出了online patch(也叫hot patch)的特性;Hot patching允许我们在实例始终在线的情况下安装,启用或禁用一个修复补丁或者诊断补丁。针对7*24在线的业务系统,hot patch为我们提供了一条既能避免当机时间而又可以实施补丁的途径。在Oracle 11g中我们可以使用Opatch命令行工具针对任意数据库实施在线补丁(前提是该补丁是一个hot p
原创 2011-02-22 20:29:24
386阅读
[root@node1 ~]# xhost + access control disabled, clients can connect from any host [root@node1 ~]# su - grid [grid@node1 ~]$ cd /rhel5.6/oracle11gr2/grid/ [grid@node1 grid]$ ./runInstaller
原创 2014-01-15 15:05:49
1168阅读
简单的配置dataguard
原创 2016-12-15 14:18:34
674阅读
Note that the following only shows the available olsnodes syntax. For additiona
原创 2022-08-12 21:29:02
55阅读
lication Clusters database. The GRID home consists of the Oracle Clusterware and ASM.  ASM should n
原创 2022-08-12 21:29:11
66阅读
11gR2 RAC convert ONENODE一、添加services[oracle@ora11grac1 ~]$ srvctl add service -d woo -s onenode -r "woo1,woo2"[oracle@ora11grac1 ~]$ srvctl config service -d wooServ...
原创 2023-06-25 14:13:54
121阅读
一 环境说明1.1   目前配置说明  节点配置:别名类型IP地址网卡名hostname1一节点公网IP10.0.18.8Bond0hostname2二节点公网IP10.0.18.9Bond0hostname1-priv一节点心跳IP195.195.195.1Bond1hostname2-priv二节点心跳IP195.195.195.2Bond1hostname1-vip一节点VIP10.0
原创 2021-04-09 14:47:57
301阅读
                           11gR2 OneNode Convert RAC 一、查看状态[oracle@ora11grac1 ~]$ srvctl config database -d woo Database uniq
原创 2023-06-25 14:15:11
142阅读
环境介绍:         ORACLE 11gR2 4节点RAC系统。         RHCE 5.5 X64平台。 先试验删节点的操作。删除节点4信息。   删除后重新加入节点4的信息。以下是增加节点4的oracl
原创 2010-06-13 08:53:36
2962阅读
准备: 1、修改主机名 primary    host:ora2.cc.com        ip:10.10.10.130 stdby        host:ora3.cc.com    &
原创 2013-05-04 20:20:05
1193阅读
erware Administration and Deployment Guide):Dont let this picture scare
原创 2022-08-12 21:29:17
128阅读
Oracle 11g的Release 2版本自2009年8月份推出到现在已经有一段时间了,为使她真容得现,遂书此翔实记录以记之。供参考和体验。1.操作系统和Oracle安装介质下载1)操作系统安装介质下载地址这里我使用的操作系统是目前,从Oracle官方网站上能够得到的最新版本:Oracle定制的Linux企业版5.4。Oracle的Enterprise Linux Release 5 Updat
转载 精选 2016-05-02 16:54:35
622阅读
HugePage是Oracle在Linux版本下一种性能优化手段。对于共享内存区域(SGA)的数据库系统,Oracle通常都推荐在操作系统层面配置上HugePage,为Oracle实例准备更大的可用共享内存和整块的内存。 本文主要介绍在Oracle 11gR2版本上,进行HugePage配置全过程。
转载 2016-09-19 20:16:00
139阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5