码迷,mamicode.com
首页 >  
搜索关键字:linux安装oracle    ( 55个结果
Oracle Linux 6.5安装Oracle 11gr2
终于开始安装ASM和RAC的行程了. Linux下准备工作 vi /etc/selinux/config 永久关闭selinux SELINUX=disabled 然后重启服务器 chkconfig iptables off 重启永久关闭防火墙 安装包 mount /dev/cdrom /mnt c ...
分类:数据库   时间:2016-10-21 23:59:55    阅读次数:511
Linux安装Oracle 11G过程(测试未写完)
一、简介 Oracle数据库在系统运维中的重要性不言而喻,通过熟悉Oracle的安装来加深对操作系统和数据库知识的了解。Linux安装Oracle前期修改linux内核参数很重要,其实就是linux下的对Oracle数据库配置的过程。(很重要,如何不配置完全在后期安装过程中会报错的) 安装测试的环境 ...
分类:数据库   时间:2016-09-17 21:53:41    阅读次数:216
linux安装oracle
oracle 是甲骨文公司推出的大型数据库软件,在各行各业市场占用率都很高,在linux下安装也比较复杂,下面详细说明安装步骤 oracle 是甲骨文公司推出的大型数据库软件,在各行各业市场占用率都很高,在linux下安装也比较复杂,下面详细说明安装步骤 oracle 是甲骨文公司推出的大型数据库软 ...
分类:数据库   时间:2016-09-14 00:22:16    阅读次数:216
oracle linux 5.5安装oracle 11g rac环境
安装环境:操作系统:oraclelinux5.564位集群软件:linux.x64_11gR2_grid.zip数据库:linux.x64_11gR2_database_1of1.zip,linux.x64_11gR2_database_1of2.zipasm软件:oracleasm-2.6.18-194.el5-2.0.5-1.el5.x86_64.rpmoracleasmlib-2.0.4-1.el5.x86_64.rpmoracleasm-support-2.1.7-..
分类:数据库   时间:2016-09-12 22:36:21    阅读次数:276
linux安装oracle错误总结
1.创建实例时出错错误错误信息:ORA-27125:unabletocreatesharedmemorysegment处理方法:[root@localhost~]#idoracleuid=500(oracle)gid=500(oinstall)groups=500(oinstall),501(dba)[root@localhost~]#echo500>/proc/sys/vm/hugetlb_shm_group[root@localhost~]#cat/proc/sys..
分类:数据库   时间:2016-07-22 16:13:52    阅读次数:263
oracle linux 5.8安装oracle 10数据库
1.下载oracleluinux5.8和oracle10g数据库软件2.操作系统安装(1).图形化界面安装(2).系统分区/根分区(9G)/home安装oracle分区(10G)swap交换分区(1G)(3).禁用防火墙(4).禁用Selinux3.搭建yum网络源[root@localhostServer]#cd/etc/yum.repos.d/[root@localhostyum.repos.d]#wgetht..
分类:数据库   时间:2016-07-22 14:56:08    阅读次数:234
Linux 安装 Oracle 11g
配置好本地YUM源[root@localhost ~]# cd /etc/yum.repos.d/[root@localhost yum.repos.d]# [root@localhost yum.repos.d]# vi local.repo[Local]Name=localbaseurl=fil... ...
分类:数据库   时间:2016-05-16 14:14:10    阅读次数:181
CENTOS6.5一步一步安装OGG实现DML DDL单向复制及服务器故障恢复
Linux安装 ORACLE 安装 OGG安装设置 OGG源服务器A出问题切换操作...
分类:其他好文   时间:2016-04-29 16:36:58    阅读次数:164
linux安装oracle 11g rac
安装oracle 11gR2 RAC一、网络规划及安装虚拟主机主机名主机版本Iprac1.localdomainRedhat 6.5 RAC节点1192.168.100.11rac2.localdomainRedhat 6.5 RAC节点2192.168.100.12Loaclhost.locald...
分类:数据库   时间:2016-01-25 16:46:13    阅读次数:235
Linux 安装oracle
具体过程如下:1 - 确认如下安装包,若没有安装,则从光盘中找到相应的包进行安装#rpm -qa | grep binutilsbinutils-2.17.50.0.6-2.el5compat-libstdc++-33-3.2.3-61elfutils-libelf-0.125-3.el5elfut...
分类:数据库   时间:2015-11-26 18:33:29    阅读次数:165
55条   上一页 1 2 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!