1.安裝報錯prvg-1561 : setting ora_crs_home variable is not supported
解決方法:輸入命令:unset ora_crs_home
2.缺少依賴包compat-libcap1-1.10-1.x86_64.rpm
3.在 /etc/security/limits.conf中新增如下內容:
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft stack 10240
oracle hard stack 10240
後還是提示stack設定不滿足系統要求
解決方法:登出使用者並重新登入之後生效
4.[fatal] [dbt-06103] the port (5,500) is already in use.action: specify a free port.
解決方法:hosts解析問題,例如:192.168.1.12 test test.com
linux 安裝 oracle 記錄
需要給硬碟分割槽。使用fdisk 命令,然後mkfs 做檔案系統,最後使用mount進行掛載。修改 etc fstab自動掛載 win上安裝xming,linux export display winip 0.0 如果顯示出來的字型是方框,把linux 的lang設定為en us.utf 8 xmi...
Linux安裝oracle記錄
最近在忙著在linux部署程式,對於乙個很少使用命令列的菜菜來說,真的是一種挑戰。環境 linux version 2.6.32 431.11.2.el6.x86 64 red hat 4.4.7 4 oracle版本 11g r2 x86 64.首先安裝資料庫,具體過程檢視網上教程,有很多。在這裡...
CentOS 7 6編譯安裝LNMP
一 前期準備 1.伺服器以最小化方式安裝centos 7.6 2.配置本地源及安裝epel源 cd etc yum.repos.d vi centos base.repo 增加enable 1 yum install wget wget o etc yum.repos.d centos base.r...