日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

shell連接oracle執(zhí)行sql腳本 linux連接oracle數(shù)據(jù)庫命令( 二 )

四、開始靜默安裝切換oracle用戶 , 執(zhí)行安裝程序# su - oracle$ /home/soft/database/./runInstaller -silent -responseFile /home/soft/database/response/db_install.rsp查看安裝日志$ tail -f /u01/app/oraInventory/logs/installActions2021-08-30_06-56-29PM.log另外以下錯(cuò)誤內(nèi)容都可以忽略:
#未檢測到 , 可以忽略Error Message:PRVF-7543 : 操作系統(tǒng)內(nèi)核參數(shù) "semmni" 在節(jié)點(diǎn) "192" 上沒有適當(dāng)?shù)闹?[應(yīng)為 = "128"; 找到 = "0"] 。#誤報(bào) , 這2個(gè)包是RHEL4上要求的包 , 可以忽略Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "pdksh-5.2.14"Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "elfutils-libelf-devel-0.97"#因版本高未檢測到 , 可以忽略Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "libaio-0.3.105 (i386)"Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "compat-libstdc++-33-3.2.3 (i386)"Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "libaio-devel-0.3.105 (i386)"Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "libgcc-3.4.6 (i386)"Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "libstdc++-3.4.6 (i386)"#ODBC驅(qū)動包 , 也可以忽略Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "unixODBC-2.2.11 (i386)"Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "unixODBC-2.2.11 (x86_64)"Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "unixODBC-devel-2.2.11 (i386)"Error Message:PRVF-7532 : 節(jié)點(diǎn) "192" 上缺少程序包 "unixODBC-devel-2.2.11 (x86_64)"忽略錯(cuò)誤安裝時(shí)需要增加參數(shù)-ignorePrereq/home/soft/database/./runInstaller -silent -ignorePrereq -responseFile /home/soft/database/response/db_install.rsp

注意:安裝完成后會提示使用root用戶執(zhí)行初始化腳本orainstRoot.sh 和root.sh , 按照要求執(zhí)行即可 。
提示內(nèi)容:使用root用戶執(zhí)行/u01/app/oraInventory/orainstRoot.sh 和/u01/app/oracle/product/11.2.0/dbhome_1/root.sh我們在另一個(gè)窗口使用root用戶執(zhí)行
# ./orainstRoot.sh# ./root.sh最后回車(Enter) , 完成安裝 。
#說明:這里選擇安裝和配置數(shù)據(jù)庫INSTALL_DB_AND_CONFIG , 連實(shí)例和監(jiān)聽一并創(chuàng)建了 。
五、查看監(jiān)聽查看監(jiān)聽狀態(tài)
$ lsnrctl status
shell連接oracle執(zhí)行sql腳本 linux連接oracle數(shù)據(jù)庫命令


推薦閱讀