시스템 사양은 P4 2.4G - mem 1G - hard 30G 입니다.
oracle 계정 .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
export PATH
unset USERNAME
# for ORACLE
export ORACLE_BASE=/oracle
export ORACLE_HOME=/oracle/product/9.2.0.1.0
export ORACLE_OWNER=oracle
export ORACLE_SID=ORA9
export ORACLE_TERM=ansi
export DISPLAY=localhost:0.0
export TNS_ADMIN=$ORACLE_HOME/network/admin
export NLS_LANG=AMERICAN_AMERICA.KO16KSC5601