Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation and uninstallation of oracle 11g (1)

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

I. Grid installation

Grid is usually installed before the database so that it can recognize and listen to the database after installation

1. Extract the software and perform installation

2. Install packages trusted by the product

yum install oracle-rdbms*

Installing this package resolves packages on which oracle depends and automatically creates oracle users and their groups

3. decompression software

4. perform the installation

# xhost + (this command can be executed for graphical interface installation, root user is required to execute)

#su - oracle

#cd /opt/software/ora11g/grid

# ./ runInstaller

5. Check if GRID is installed successfully

/u01/grid/11g/bin/crs_stat -t

6. Configure environment variables

vi /home/oracle/.asm #Configure asm environment variables

export ORACLE_BASE=/u01/oracle

export ORACLE_HOME=/u01/grid/11g

export ORACLE_SID=+ASM

export PATH=$ORACLE_HOME/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report