執行 orainstRoot.sh 與 root.sh 作用
[root@gnd-dataguard oraInventory]# sh orainstRoot.sh
Changing permissions of /u01/product/oraInventory to 770.
Changing groupname of /u01/product/oraInventory to dba.
The execution of the script is complete
修改 /u01/product/oraInventory 目錄許可權。
[@more@]root.sh 動作可以參考以下:
[root@gnd-dataguard oracle]# sh root.sh
Running Oracle10 root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/product/oracle
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
可以看到:
gnd-dataguard$ls
coraenv dbhome oraenv
EPDIDB$cat oratab
#
# This file is used by ORACLE utilities. It is created by root.sh
# and updated by the Database Configuration Assistant when creating
# a database.
# A colon, ':', is used as the field terminator. A new line terminates
# the entry. Lines beginning with a pound sign, '#', are comments.
#
# Entries are of the form:
# $ORACLE_SID:$ORACLE_HOME:
#
# The first and second fields are the system identifier and home
# directory of the database respectively. The third filed indicates
# to the dbstart utility that the database should , "Y", or should not,
# "N", be brought up at system boot time.
#
# Multiple entries with the same $ORACLE_SID are not allowed.
#
#
# *:/u01/product/oracle:N
*:/u01/product/oracle:N
epd1:/u01/product/oracle:N
EPDIDB$
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-997689/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 執行orainstRoot.sh 與 root.sh 的作用AI
- Jmeter元件執行順序與作用域JMeter元件
- Oracle RAC重新執行root.sh指令碼Oracle指令碼
- 【指令碼】UNIX平臺orainstRoot.sh指令碼作用指令碼AI
- 非同步與並行~CancellationTokenSource對執行緒的作用非同步並行執行緒
- 理解 JS 作用域鏈與執行上下文JS
- Centos 6.4安裝rac,執行root.sh時報錯CentOS
- 10G RAC重新執行root.sh指令碼指令碼
- RAC grid 11.2.0.1執行root.sh需執行此命令(啟動crs)
- java中ThreadLocal作用與執行緒安全問題Javathread執行緒
- 安裝rac clusterware如何在root.sh失敗後快速重執行root.sh指令碼指令碼
- 執行環境和作用域
- 執行環境及作用域
- 10g rac安裝crs,執行root.sh報錯
- java多執行緒與併發 - volatile的作用及原理Java執行緒
- JavaScript執行環境及作用域JavaScript
- 前端-JavaScript作用域和執行分析前端JavaScript
- OEL6.8上安裝11.2.0.2執行root.sh報錯
- root使用者執行root.sh失敗怎麼處理
- 安裝grid時執行root.sh時的提示內容
- 淺談執行緒池(上):執行緒池的作用及CLR執行緒池執行緒
- 安裝RAC 執行root.sh指令碼報錯,解決辦法指令碼
- root.sh執行失敗的解決方法及後續處理
- 執行緒、執行緒與程式、ULT與KLT執行緒
- 執行緒與多執行緒執行緒
- 淺談執行緒池(中):獨立執行緒池的作用及IO執行緒池執行緒
- 安裝oracle11g遇到的執行root.sh指令碼問題Oracle指令碼
- 執行root.sh 時報錯Failed to upgrade Oracle Cluster Registry configurationAIOracle
- 對js中執行環境、作用域和作用域鏈的理解JS
- JS 執行上下文棧 / 作用域鏈JS
- Jmeter的元件作用域和執行順序JMeter元件
- Thread 中的 join() 方法的作用是呼叫執行緒等待該執行緒執行完後,再繼續執行thread執行緒
- 詳解執行緒池的作用及Java中如何使用執行緒池執行緒Java
- 子執行緒使用父執行緒RequestScope作用域Bean問題的探究執行緒Bean
- JavaScript執行環境與執行棧JavaScript
- orainstRoot.sh 解釋AI
- RHEL 7 安裝oracle rac 11.2.0.4執行root.sh報錯ohasd failed to startOracleAI
- RAC執行root.sh報libcap.so.1: cannot open shared object fileObject