Installing Oracle 9i Client on Redhat 9 Server Notes: http://www.oreillynet.com/cs/user/view/cs_msg/25151 http://linux.oreillynet.com/pub/a/linux/2003/09/04/oracle_install.html Unbundle the software: # mkdir -p /install # cp *.gz from each of the three cdrom's labeled "Oracle Linux 9.2.0.1 Disk n" to the /install directory # mkdir -p /orainst # cd /orainst # cpio -idmv ORA_OWNER=oracle ORACLE_SID= # Oracle Environment ORACLE_HOME=/opt/oracle; export ORACLE_HOME ORACLE_SID=sid; export ORACLE_SID ORACLE_TERM=xterm; export ORACLE_TERM TNS_ADMIN=#ORACLE_HOME/network/admin; export TNS_ADMIN NLS_LANG=AMERICAN_AMERICA.UTF8; export NLS_LANG