Oracle for Linux : .bash_profile
mxrac01$cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin
BASH_ENV=$HOME/.BASHRC
export BASH_ENV PATH
unset USERNAME
# Set Oracle Environment
ORACLE_HOME=/u01/product/oracle;export ORACLE_HOME
ORACLE_SID=mxdell1;export ORACLE_SID
ORACLE_OWNER=oracle;export ORACLE_OWNER
ORACLE_BASE=/u01/product;export ORACLE_BASE
ORACLE_TERM=vt100;export ORACLE_TERM
#NLS_LANG='traditional chinese_taiwan'.ZHT16BIG5;export NLS_LANG
LD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATH
ORA_CRS_HOME=/u01/product/crs; export ORA_CRS_HOME
set -u
PS1=`hostname`'$';export PS1
EDITOR=/bin/vi; export EDITOR
JAVA_HOME=/usr/local/java;export JAVA_HOME
ORA_NLS33=/u01/product/oracle/ocommon/nls/admin/data;export ORA_NLS33
CLASSPATH=/u01/product/oracle/jdbc/lib/classesl11.zip:/usr/local/java;
export DISPLAY=127.0.0.1:0.0
# export LD_ASSUME_KERNEL=2.6.9
export LD_ASSUME_KERNEL=2.6.18
PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$ORA_CRS_HOME/bin:$JAVA_HOME/bin:$PATH:.;export PATH
alias ll='ls -l';
alias ls='ls --color';
alias his='history';
umask 022
編輯完畢後, 透過 source .bash_profile 使之生效。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-620389/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux & Oracle 10g RAC --- .bash_profileLinuxOracle 10g
- oracle .bash_profileOracle
- Linux下安裝Oracle11g bash_profile 的相關解釋LinuxOracle
- linux下 /etc/profile、~/.bash_profile ~/.profile的執行過程Linux
- linux系統環境變數.bash_profile/bashrc檔案Linux變數
- Linux .bash_profile中 umask 022 設定問題Linux
- Linux的.bash_profile和.bashrc與子Shell的關係Linux
- linux建立使用者不會生成.bash_profile問題Linux
- 【Shell】【Tips】Linux的.bash_profile和.bashrc與子Shell的關係Linux
- mac下建立bash_profile步驟Mac
- Linux系統環境變數檔案解析(etc/profile ,/etc/bashrc ,~/.bash_profile)Linux變數
- Linux下環境變數配置方法梳理(.bash_profile和.bashrc的區別)Linux變數
- Linux下/etc/profile、~/.bash_profile等幾個檔案的執行過程Linux
- .bash_profile和.bashrc等等的區別
- linux的umask以及登入Linux時/etc/profile、~/.bash_profile等幾個檔案的執行過程Linux
- .bash_profile和.bashrc的什麼區別(轉)
- oracle on linuxOracleLinux
- oracle linux dtraceOracleLinux
- linux start oracleLinuxOracle
- Mac 每次終端重啟都需要重新執行 source ~/bash_profileMac
- /etc/profile、~/.bash_profile等幾個檔案的執行過程
- 使.bash_profile 檔案中環境變數馬上生效的命令變數
- Oracle for Linux vs. Oracle for NT(轉)OracleLinux
- Mac-每次都要執行source ~/.bash_profile環境變數才生效Mac變數
- 如何優雅的解決mac安裝zsh不執行.bash_profileMac
- Linux安裝oracleLinuxOracle
- linux 安裝ORACLELinuxOracle
- oracle linux yum setupOracleLinux
- linux-oracle-shellLinuxOracle
- Oracle Linux中安裝Oracle 11gOracleLinux
- [Oracle] oracle 11g database install(linux)OracleDatabaseLinux
- Oracle Linux 5.5 安裝Oracle 10gLinuxOracle 10g
- AUTO START ORACLE ON LINUX(zt)OracleLinux
- Oracle Linux 7 修改 hostnameOracleLinux
- linux install oracle jdkLinuxOracleJDK
- Oracle Linux xargs CommandOracleLinux
- Oracle Linux 6.4配置NFSOracleLinuxNFS
- Oracle——Linux的安裝OracleLinux