我在安装crs的时候遇到了一个问题 在最后运行root.sh时出现如下错误 Checking to see if oracle CRS stack is already up... ........... CSS is active on these nodes. rac2 wserver CSS is active on all nodes. Waiting for the oracle CRSD and EVMD to start Waiting for the oracle CRSD and EVMD to start Waiting for the oracle CRSD and EVMD to start Waiting for the oracle CRSD and EVMD to start ...
Installation Type or Product Requirement All installations One of the following operating system versions: Red Hat Enterprise linux AS/ES 2.1 or 3 (x86) Unitedlinux 1.0, service pack 3 or higher (x86) The following packages (or higher versions) must be installed: All distributions: make-3.79 binutils-2.11.90.0.8-12 Red Hat Enterprise linux 2.1 (x86): gcc-2.96.108.1 openmotif-2.1.30...
[color="red"]一、以root用户登录, 进行如下操作: 1 检查硬件要求 * 主要包括: ********************************************** * 内存: >=512M * * 交换空间: 1.0 GB或者2倍内存大小 * * 临时空间(/tmp>):>=400M * * 软件所需空间: >=2.5G * * 数据库文件: >=1.2G * ********************************************** cat /etc/issue uname -...
原文: http://www.puschitz.com/Installingoracle10g.shtml#CheckingRedhatReleaseFile 很详细,下面是我简化了的。 1. 从OTN下载oracle 10g for linux x86 http://otn.oracle.com/software/products/database/oracle10g/index.html 需要登录 然后解压 unzip 10201_database_linux32.zip 2. 检查硬件需求 内存。要求大于等于256M。 grep MemTotal /proc/meminfo Swap。要求大于等于1G。 grep SwapTot...
SLES9安装oracle 10g 十一月 29th 2006 Posted to 未分类 系统环境: SuSE linux Enterprise Server 9 (升级到sp3) kernel-2.6.5-7.244-default oracle最低硬件需求 物理内存:最低512MB (运行 grep MemTotal /proc/meminfo检查) 交换分区:最低1GB (运行 grep SwapTotal /proc/meminfo检查) 硬盘空间:软件需空间2.5G,数据库需空间1.2G.(运行df -h检查硬盘剩余空间) 检查所依赖的软件包 所需要的软件包的版本(或更高版本...
两台服务器,一台阵列。配置好ocfs2后,挂载阵列 服务器1执行挂载命令 mount -t ocfs2 -o datavolume,nointr /dev/sdb /dbs/oradata/orcl 后报如下错误: ocfs2_hb_ctl: I/O error on channel while starting heartbeat mount.ocfs2:Error when attemping to run /sbin/ocfs2_hb_ctl:"Operation not permitted" 服务器二可以正常挂载,,,请教有可能是什么方面的问题?网上搜不到有用的信息。 bow~
linux AS 4 中安装 oracle 10g 1.安装需要的软件包 一般只少 compat gcc 这4个,到 http://rpm.pbone.net/index.php3/stat/14/idka/34135/datan/2004-11-13 上下载。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/36976/showart_1087661.html
使用tomcat5.5.9结合应用连接oracle10g数据库,出现如下提示:[ServletException in:/WEB-INF/pages/customer/bodyIndex.jsp] (Hibernate operation): encountered SQLException [Cannot create PoolableConnectionFactory (No more data to read from socket)]; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (No more data to read from socket)' 各位高手,请问如...
大家知道,oracle datafile 基本上都是放在文件系统上面的。这样管理起来比较简单一点。 也有为了追求性能,或者OPS环境下,必须使用raw device的,就把数据库创建在raw 上面。 有了LVM的支持,其实管理方面,raw 和fs 已经没有太大的区别了。 但是oracle现在又推出了Automatic Storage Management,就是想取代LVm,直接由oracle来管理磁盘阵列。 也是一个可能的方向,虽然现在肯定还不成熟。但是值得学习了解。 下面这个文章就...