SRVCTL CHANGING GROUP OWNERSHIP FROM OINSTALL TO ASMADMIN FOR ORACLE BINARY
Oracle 11.2.0.4 RAC .
oracle@dsp901@>$cd bin
oracle@dsp901@>$ls -al oracle
-rwsr-s--x. 1 oracle oinstall 240399167 Dec 14 13:06 oracle
oracle@dsp901@>$
oracle@dsp901@>$srvctl stop database -d wqtstc
oracle@dsp901@>$pwd
/oracle/db/11.2.0.4/bin
oracle@dsp901@>$ls -l oracle
-rwsr-s--x. 1 oracle oinstall 240399167 Dec 14 13:06 oracle
oracle@dsp901@>$srvctl start database -d wqtstc
oracle@dsp901@>$ls -l oracle
-rwsr-s--x. 1 oracle asmadmin 240399167 Dec 14 13:06 oracle
oracle@dsp901@>$
oracle@dsp901@>$cd bin
oracle@dsp901@>$ls -al oracle
-rwsr-s--x. 1 oracle oinstall 240399167 Dec 14 13:06 oracle
oracle@dsp901@>$
oracle@dsp901@>$srvctl stop database -d wqtstc
oracle@dsp901@>$pwd
/oracle/db/11.2.0.4/bin
oracle@dsp901@>$ls -l oracle
-rwsr-s--x. 1 oracle oinstall 240399167 Dec 14 13:06 oracle
oracle@dsp901@>$srvctl start database -d wqtstc
oracle@dsp901@>$ls -l oracle
-rwsr-s--x. 1 oracle asmadmin 240399167 Dec 14 13:06 oracle
oracle@dsp901@>$
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-2133473/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 安裝叢集軟體出現 Group Existence:oinstall
- Construct String from Binary TreeStruct
- Oracle:srvctl 簡介Oracle
- [Rust] OwnershipRust
- Construct Binary Tree from Preorder and Inorder TraversalStruct
- Construct Binary Tree from Inorder and Postorder TraversalStruct
- Oracle: srvctl 命令小結Oracle
- Oracle srvctl的小bugOracle
- Oracle GroupOracle
- oracle rac srvctl 幫助大全Oracle
- Rust所有權__OwnershipRust
- 1 刪除使用者oracle及組 oinstall ,dbaOracle
- Got fatal error 1236 from master when reading data from binary logGoErrorAST
- Oracle Hash Group ByOracle
- Oracle group by使用Oracle
- 4.5 通過SRVCTL 呼叫Oracle RestartOracleREST
- oracle11gRAC之srvctl命令:Oracle
- oracle plsql(一)_binary_float_binary_doubleOracleSQL
- Leetcode Construct Binary Tree from Inorder and Postorder TraversalLeetCodeStruct
- Leetcode Construct Binary Tree from Preorder and Inorder TraversalLeetCodeStruct
- [LeetCode] 2196. Create Binary Tree From DescriptionsLeetCode
- 職場中究竟什麼是ownership,你是一個有ownership的人嗎?
- Oracle Binary CloningOracle
- response from oracleOracle
- Oracle Column Group StatisticsOracle
- Oracle中group by用法Oracle
- Leetcode-Construct Binary Tree from inorder and postorder travesalLeetCodeStruct
- Leetcode-Construct Binary Tree from inorder and preorder travesalLeetCodeStruct
- Construct Binary Tree from Preorder and Inorder Traversal leetcode javaStructLeetCodeJava
- rust入坑指南之ownershipRust
- oracle partition by group by,詳解partition by和group by對比Oracle
- Oracle Executable Binary Mismatch DetectedOracle
- oracle-rac--srvctl add scan_listenerOracle
- oracle 10g rac srvctl 命令總結Oracle 10g
- Oracle 10g RAC中Srvctl基本用法Oracle 10g
- LeetCode之Construct String from Binary Tree(Kotlin)LeetCodeStructKotlin
- Leetcode 105 Construct Binary Tree from Preorder and Inorder TraversalLeetCodeStruct
- Construct Binary Tree from Inorder and Postorder Traversal Traversal leetcode javaStructLeetCodeJava