当前位置:   article > 正文

Oracle23ai安装。

oracle23ai安装

1. 事前准备

  • 使用虚拟机安装一个 Oracle Linux 8.9 操作系统
  • 下载 oracle-database-free-23ai-1.0-1.el8.x86_64.rpm
  • 下载 oracle-database-preinstall-23ai-1.0-2.el8.x86_64.rpm

2.开始安装

2.1 安装 database-preinstall

dnf -y install oracle-database-preinstall-23ai-1.0-2.el8.x86_64.rpm

2.2 安装 oracle-database-free

dnf install -y oracle-database-free-23ai-1.0-1.el8.x86_64.rpm

3. 创建和配置Oracle Database

/etc/init.d/oracle-free-23ai configure

4 设置oracle用户环境变量

切换到oracle用户

$ vi .bash_profile
  1. # .bash_profile
  2. # Get the aliases and functions
  3. if [ -f ~/.bashrc ]; then
  4. . ~/.bashrc
  5. fi
  6. # User specific environment and startup programs
  7. export ORACLE_SID=FREE
  8. export ORAENV_ASK=NO
  9. . /opt/oracle/product/23ai/dbhomeFree/bin/oraenv
  10. export ORACLE_BASE=/opt/oracle/
  11. export ORACLE_HOME=/opt/oracle/product/23ai/dbhomeFree
  12. export PATH=$ORACLE_HOME/bin:$PATH

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/代码探险家/article/detail/1015428
推荐阅读
相关标签
  

闽ICP备14008679号