首页 > 数据库技术 > 详细

【Oracle Database】manage oracle rac database on emcc12c

时间:2020-11-23 19:34:24      阅读:31      评论:0      收藏:0      [点我收藏+]
[root@wallet01 ~]# vi /etc/hosts
192.168.40.99 emcc.gscaifu.com

[root@wallet01 ~]# vi /etc/sudoers
# Disable "ssh hostname sudo <cmd>", because it will show the password in clear.
#         You have to run "ssh -t hostname sudo <cmd>".
#
# Defaults    requiretty
Defaults:oracle !requiretty

# Refuse to run if unable to disable echo on the tty. This setting should also be
# changed in order to be able to use sudo without a tty. See requiretty above.
#
# Defaults   !visiblepw
Defaults   visiblepw

## Allow root to run any commands anywhere
root    ALL=(ALL)       ALL
oracle  ALL=(ALL)       ALL

[root@wallet01 ~]# ln -s /usr/bin/sudo /usr/local/bin/sudo

[root@wallet01 ~]# su - oracle
[oracle@wallet01 ~]$ mkdir -p /u01/app/oracle/agent

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

 

【Oracle Database】manage oracle rac database on emcc12c

原文:https://www.cnblogs.com/dbamonkey/p/14025879.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!