Oracle安装aaaaaaaaaaaaa

81177_dec5.jpg\"

 
dba用户,并将oinstall组定义成oracle

(设定

oracle dba
# passwd oracle 
用户的密码) 用户名-r

删除用户组:

groupdel

4.root创建oracle,及改变以上目录


# chown -R oracle.oinstall /oracle 

# chmod -R 775 /oracle 

5.oracle 文件到/home/oracle

(复制文件到oracle 

 

(解压ziporacleoracleoracle.bash_profile

#vi .bash_profile (vi .bash_profile)
--------------------------------------------------------------------------------------------------------------------------
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME
umask 022
TMP=/tmp;
export TMP TMPDIR=$TMP;
export TMPDIR ORACLE_BASE=/oracle;
export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/10.2.0/;
export ORACLE_HOME ORACLE_SID=fstest;
export ORACLE_SID ORACLE_TERM=xterm;
export ORACLE_TERM PATH=/usr/sbin:$PATH;
export PATH PATH=$ORACLE_HOME/bin:$PATH;
export PATH  LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
export LD_LIBRARY_PATH CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
export CLASSPATH
#LD_ASSUME_KERNEL=2.4.1
export LD_ASSUME_KERNEL
-----------------------------------------------------------------------------------------------------------------------------------------------------------------

7.
# reboot 

Oraclerootoracle9.如果安装运行检测不过可以  runInstaller的时候加上-ignoreSysPreReqs参数 (不推荐)

 

你可能感兴趣的:(oracle,安装)