当前位置:   article > 正文

Oracle 创建数据库_oracle建立元数据库

oracle建立元数据库
  • 本文档为 oracle 数据库部署说明文档,便于系统部署操作。

1、查询 oracle 安装目录

  • su oracle

  • ps -ef|grep oracle

  • whereis sqlplus

2、检查 oracle 环境变量

2.1、修改环境变量

  • su oracle

  • more .bash_profile

  # .bash_profile  # Get the aliases and functions  if [ -f ~/.bashrc ]; then          . ~/.bashrc  fi  # User specific environment and startup programs  PATH=$PATH:$HOME/.local/bin:$HOME/bin  export PATH  export ORACLE_BASE=/u01/app/oracle  export ORACLE_HOME=$ORACLE_BASE/product/1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小惠珠哦/article/detail/956662
推荐阅读
相关标签
  

闽ICP备14008679号