#臨時空間指定
export TMP=/tmp
export TMPDIR=/tmp
#圖形化顯示框不全
java問題,使用系統自帶的jre
./runInstaller -jreLoc/usr/local/jdk1.7.0_80/
#ins30131 Failed to access the temporary location
給/tmp/CVU*加x權限
#linux桌面太小
xrandr -s 1440x900_60
#win上30131錯誤
net share c$=c:/ /grant:everyone,full
針對客戶端安裝,在cmd中執行命令;
setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
針對服務端安裝,在cmd中執行命令:
setup.exe -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"
?