欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費電子書(shū)等14項超值服

開(kāi)通VIP
在Solaris 10上安裝Oracle 11g

安裝過(guò)程分以下四個(gè)步驟

一,安裝準備
二,下載安裝
三,相關(guān)設置
四,常見(jiàn)錯誤

一,安裝準備
1,創(chuàng )建oracle用戶(hù)

以root用戶(hù)登錄,創(chuàng )建oracle用戶(hù)以及其所屬的dba組

123456
su -# groupadd dba# groupadd oinstall# groupadd asmdba# groupadd asmadmin# useradd -g oinstall -G dba,asmdba,asmadmin -m -d /export/home/oracle -s /usr/bin/bash oracle

2,設置系統參數

編輯 /etc/system 文件添加下行

1
set noexec_user_stack=1

執行下面命令

1234
# projadd -U oracle -K "project.max-shm-memory=(priv,4g,deny)" user.oracle# projmod -sK "project.max-sem-nsems=(priv,512,deny)" user.oracle# projmod -sK "project.max-sem-ids=(priv,128,deny)" user.oracle# projmod -sK "project.max-shm-ids=(priv,128,deny)" user.oracle

可以通過(guò)”prctl -i project user.oracle” 命令對配置進(jìn)行檢查

3,創(chuàng )建oracle目錄

123
# mkdir /opt/oracle# mkdir /opt/oracle/112# chown -R oracle:dba /opt/oracle

4,設置oracle環(huán)境變量

編輯 /home/oracle/.bash_profile 并添加下列行:

12345678
ORACLE_BASE=/opt/oracleORACLE_HOME=$ORACLE_BASE/112ORACLE_SID=ORA11GR2CRS_HOME=$ORACLE_BASE/112_crsLD_LIBRARY_PATH=$ORACLE_HOME/lib:$CRS_HOME/libPATH=$PATH:/usr/local/bin:/usr/ccs/bin:$ORACLE_HOME/bin:$CRS_HOME/bin export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH PATH

保存后通過(guò)下面命令是配置生效

123
su - oraclecd /export/home/oracle. .bash_profile

二,下載安裝

1,下載并安裝需要的rpm軟件包

檢查軟件包安裝情況:

1
pkginfo -i SUNWarc SUNWlibms SUNWtoo SUNWi1cs SUNWi15cs SUNWxwfnt SUNWxwplt SUNWmfrun SUNWxwplr SUNWxwdv SUNWgcc SUNWbtool SUNWi1of SUNWhea SUNWlibm SUNWsprot SUNWuiu8 SUNWpool SUNWpoolr

安裝軟件包:

12
# pkgadd -d . SUNWarc SUNWlibms SUNWtoo SUNWi1cs SUNWi15cs SUNWxwfnt SUNWxwplt SUNWmfrun SUNWxwplr SUNWxwdv SUNWgcc SUNWbtool \SUNWi1of SUNWhea SUNWlibm SUNWsprot SUNWuiu8 SUNWpool SUNWpoolr

2,下載Oracle 11g
下載地址:http://www.oracle.com/technology/software/products/database/oracle11g/112010_sparc_x64soft.html

對于Grid (CRS)

1
unzip solaris.x64_11gR2_grid.zip

對于database

12
unzip solaris.x64_11gR2_database_1of2.zipunzip solaris.x64_11gR2_database_2of2.zip

3,進(jìn)行安裝

對于Grid (CRS)

12
cd grid./runInstaller

對于database

12
cd database./runInstaller

三,相關(guān)配置

1,以root用戶(hù)執行下面腳本

12
# /opt/oracle/oraInventory/orainstRoot.sh# /opt/oracle/102/root.sh

四,常見(jiàn)錯誤

1,錯誤:Unable to convert from “UTF-8″ to “646″ for NLS!

安裝軟件包 SUNWuiu8

2,錯誤:Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<< Some requirement checks failed. You must fulfill these requirements before continuing with the installation,at which time they will be rechecked.

安裝SUNWxwplt 軟件包,并設置DISPLAY參數,并以root用戶(hù)執行”xhost +“命令

3,錯誤:Exception in thread “main” java.lang.UnsatisfiedLinkError:
… libmawt.so: ld.so.1: java: fatal: libXm.so.4: open failed: No such file or directory

安裝SUNWmfrun軟件包

4,錯誤:Can’t load ‘/usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Sun/Solaris/Project/Project.so’ for module Sun::Solaris::Project: ld.so.1: perl: fatal: libpool.so.1: open failed: No such file or directory at /usr/perl5/5.8.4/lib/i86pc-solaris-64int/DynaLoader.pm line 230. at /usr/sbin/projadd line 19 Compilation failed in require at /usr/sbin/projadd line 19. BEGIN failed–compilation aborted at /usr/sbin/projadd line 19.

安裝 SUNWpool SUNWpoolr 軟件包

5,錯誤:root.sh: /usr/xpg4/bin/grep: not found

執行命令:ln -s /usr/bin/grep /usr/xpg4/bin/grep

本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請點(diǎn)擊舉報。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
史上最詳細Solaris 10上Oracle 10g安裝步驟圖解新手教程
安裝Oracle11.2 RAC for Solaris10 sparc64(三)
Oracle RAC 常用維護工具和命令
在SOLARIS x86下成功編譯安裝ERLANG
[Cockcroft98] Chapter 7. Applications
Oracle RAC 11g 環(huán)境 啟動(dòng)和關(guān)閉順序 .
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導長(cháng)圖 關(guān)注 下載文章
綁定賬號成功
后續可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服

欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久