代码如下: lines, characters #!/bin/sh # # Get the machine type and then set up ORATAB and TNS_ADMIN variables # MACH_TYPE=`uname -s` case ${MACH_TYPE} in "SunOS" ) ORATAB=/var/opt/oracle/oratab TNS_ADMIN=/var/opt/oracle ORA_ORAENV=/opt/bin/ora_oraen…
Linux for the Oracle DBA -Customizing the Oracle User's Environment There are many ways to customize the Oracle user on the system. I strongly recommend making the changes covered in this section. Also see my notes on oratab. To effectively adminis…
这里介绍在Red Hat Enterprise Linux Server release 5.7 (Tikanga)下安装ORACLE 11.2.0.1.0的过程,本文仅仅是为了写这样安装指导文档而整理在此.仅供参考! 1:下载对应平台的ORACLE 11g安装介质 安装ORACLE,首先要获取安装介质,大部分情况手头都有相关版本的安装介质.如果你手头没有安装介质,那么可以从下面链接获取对应平台的ORACLE安装介质. http://www.oracle.com/technetwork/data…
[root@testdb11b dev]# /u01/app//grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: ORACLE_OWNER= grid ORACLE_HOME= /u01/app//grid Enter the full pathname of the local bin directory: [/usr/local/…