Pro*C 환경설정 및 Database 접속 테스트
Prerequisite: 1. You must have Oracle software installed on the HP-UX. 2. You must have PRO C plus installed on the HP-UX. Steps: 1. setup your environment variables. export ORACLE_BASE=<Value here> export ORACLE_HOME=<Value here> export TNS_ADMIN=<Value here> export PATH=$ORACLE_HOME/bin:$PATH export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH 2. set PRO C configuration..