In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Oracle setting Boot self-start
The stdata library is enabled by default
[root@oracler ~] # vi / etc/oratab
Stdata:/u01/app/oracle/product/11.2.0:N changed N to Y
Root@oracler ~] # su-oracle
[oracle@oracler ~] $cd $ORACLE_HOME/bin
[oracle@oracler bin] $vi dbstart changes as follows
# ORACLE_HOME_LISTNER=$1
ORACLE_HOME_LISTNER=$ORACLE_HOME
[oracle@oracler bin] $vi dbshut changes as follows
# ORACLE_HOME_LISTNER=$1
ORACLE_HOME_LISTNER=$ORACLE_HOME
After the changes are complete, you can use dbstart and dbshut to test whether oracle is turned on and off properly.
Switch back to root user and add oracle startup item to init.d
[oracle@oracler bin] $exit
Logout
[root@oracler ~] # vi / etc/init.d/oracle
Write according to the actual situation
#! / bin/bash
# chkconfig: 345 99 10
# description: Startup Script for Oracle Databases
# / etc/init.d/oracle
Export ORACLE_SID=stdata
Export ORACLE_BASE=/u01/app/oracle/
Export ORACLE_HOME=/u01/app/oracle/product/11.2.0/
Export PATH=$PATH:$ORACLE_HOME/bin
Case "$1" in
Start)
Su oracle-c $ORACLE_HOME/bin/dbstart
Touch / var/lock/oracle
Echo "OK"
Stop)
Echo-n "Shutdown Oracle:"
Su oracle-c $ORACLE_HOME/bin/dbshut
Rm-f / var/lock/oracle
Echo "OK"
*)
Echo "Usage: 'basename $0' start | stop"
Exit 1
Esac
Exit 0
[root@oracler] # chkconfig-- add oracle
[root@oracler ~] # chkconfig oracle on
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.