- 1
- 0
- 约4.85千字
- 约 4页
- 2019-09-25 发布于江苏
- 举报
Linux 环境下PRO*C程序的编写简单范例
Oracle 数据库版本 ?
Linux 版本 Red Hat Enterprise AS3
环境介绍:oracle 数据库和服务均安装到 linux 主机上
一、oracle 用户的环境变量设置如下:
[oracle@guohui6 oracle]$ cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
ORACLE_BASE=/mydatafile2/app/oracle; export ORACLE_BASE
ORACLE_SID=ORCL;export ORACLE_SID
#ORACLE_SID=AUXY;export ORACLE_SID
ORACLE_HOME=$ORACLE_BASE/oracle/product/10.2.0/db_1;export ORACLE_HOME
PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin; export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/us
原创力文档

文档评论(0)