真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

InstallOracle11gonRedHatEnterprise6.5

Before installation

檢查硬件要求

創(chuàng)新互聯(lián)主要為客戶提供服務(wù)項目涵蓋了網(wǎng)頁視覺設(shè)計、VI標(biāo)志設(shè)計、營銷推廣、網(wǎng)站程序開發(fā)、HTML5響應(yīng)式成都網(wǎng)站建設(shè)、成都做手機(jī)網(wǎng)站、微商城、網(wǎng)站托管及網(wǎng)站維護(hù)、WEB系統(tǒng)開發(fā)、域名注冊、國內(nèi)外服務(wù)器租用、視頻、平面設(shè)計、SEO優(yōu)化排名。設(shè)計、前端、后端三個建站步驟的完善服務(wù)體系。一人跟蹤測試的建站服務(wù)標(biāo)準(zhǔn)。已經(jīng)為砂巖浮雕行業(yè)客戶提供了網(wǎng)站維護(hù)服務(wù)。

check hardware requirements

內(nèi)存最低1G,推薦2G或更高 用free查看

Memory at least 1G, recommend 2G and above (use command  free  to check)

/tmp至少1G

/tmp at least 1G

    <u id="jva2g"></u>

    操作系統(tǒng)要求(OS requirement):

    # cat /proc/version

     

    Asianux Server 3 SP2

    Oracle Linux 4 Update 7

    Oracle Linux 5 Update 2 (with Red Hat Compatible Kernel)

    Oracle Linux 5 Update 5

    Oracle Linux 6

    Oracle Linux 6 (with Red Hat Compatible Kernel)

    Red Hat Enterprise Linux 4 Update 7

    Red Hat Enterprise Linux 5 Update 2

    Red Hat Enterprise Linux 5 Update 5 (with the Oracle Unbreakable Enterprise Kernel for Linux)

    Red Hat Enterprise Linux 6

    Red Hat Enterprise Linux 6 (with the Oracle Unbreakable Enterprise Kernel for Linux)

    SUSE Linux Enterprise Server 10 SP2

    SUSE Linux Enterprise Server 11

           內(nèi)核需求(kernel requirements):

           # uname -r

    On Oracle Linux 4 and Red Hat Enterprise Linux 4

    2.6.9 or later

    On Oracle Linux 5 Update 5

    2.6.32-100.0.19 or later

    On Oracle Linux 5 Update 2

    2.6.18 or later (with Red Hat Compatible Kernel)

    On Oracle Linux 6

    2.6.32-100.28.5.el6.x86_64 or later

    On Oracle Linux 6

    2.6.32-71.el6.x86_64 or later (with Red Hat Compatible Kernel)

    On Red Hat Enterprise Linux 5 Update 5 with the Oracle Unbreakable Enterprise Kernel for Linux

    2.6.32 or later

    On Red Hat Enterprise Linux 6 with the Oracle Unbreakable Enterprise Kernel for Linux

    2.6.32-100.28.5.el6.x86_64 or later

    On Red Hat Enterprise Linux 6

    2.6.32-71.el6.x86_64 or later

    On Asianux Server 3, Oracle Linux 5 Update 2, and Red Hat Enterprise Linux 5 Update 2

    2.6.18 or later

    On SUSE Linux Enterprise Server 10

    2.6.16.21 or later

    On SUSE Linux Enterprise Server 11

    2.6.27.19 or later

     

    Installation:

    1.      修改sysctl.conf文件,在文件末尾插入

         Edit sysctl.conf file,at the end of file add in

    <blockquote id="jva2g"></blockquote><abbr id="jva2g"><optgroup id="jva2g"></optgroup></abbr>

    vi /etc/sysctl.conf

    fs.aio-max-nr =   1048576

    fs.file-max =   6815744

    kernel.shmmni =   4096

    kernel.sem = 250   32000 100 128

    net.ipv4.ip_local_port_range   = 9000 65500

    net.core.rmem_default   = 262144

    net.core.rmem_max   = 4194304

    net.core.wmem_default   = 262144

    2.      執(zhí)行sysctl –p,確保輸出結(jié)果與第一步的數(shù)據(jù)相同

         Enter sysctl –p, make sure the output is the same as step 1

    1. <wbr id="jva2g"><sup id="jva2g"></sup></wbr>

        3.      修改limits.conf,在文件末尾插入

             Edit limits.conf file,at the end of file add in

        vi   /etc/security/limits.conf

        oracle              soft    nproc     2047

        oracle              hard    nproc     16384

        oracle              soft    nofile    1024

        oracle              hard    nofile    65536

        oracle              hard    stack    10241

         

        4.      關(guān)閉selinux,把enforcing 改為disabled

             Turn off selinux, change enforcing to disabled

        vi /etc/sysconfig/selinux

             selinux=disabled

         

        5.      關(guān)閉linux防火墻

        Turn off iptables

        service iptables stop

        chkconfig iptables off

         

        6.      查看防火墻啟動狀態(tài)

             Check iptables status

         

        7.      配置yum

             Yum configuration

        mkdir /iso

        umount   /dev/sr0

        mount   /dev/sr0 /iso

         

        vi /etc/yum.repos.d/local.repo

        [server]

        name=server

        baseurl=file:///iso

        enabled=1

        gpgcheck=0

         

        8.      Yum install 

             Create users and groups

        groupadd dba 

        groupadd oinstall

        groupadd oper

        useradd oracle   創(chuàng)建oracle用戶

        /usr/sbin/useradd   -g oinstall -G dba,oper oracle

        usermod -g dba   oracle   把oracle用戶加到dba組里

        passwd oracle   給oracle用戶建密碼

              

        10.      給oracle建安裝目錄

               Create install dirctory for oracle

        mkdir -p   /u01/app/oracle

        chown -R   oracle:dba /u01/app/oracle  把文件屬主改為oracle

        chmod -R   777 /u01/app/oracle  把文件權(quán)限改為777

        11.  配置oracle用戶環(huán)境變量(home、base、sid、path、umask)

               Configure oracle  user's environment variable

        su - oracle

        vi /home/oracle/.bash_profile

        ORACLE_BASE=/u01/app/oracle

        ORACLE_SID=sales

        ORACLE_HOME=$ORACLE_BASE/11.2.4/dbhome_1

        export ORACLE_BASE ORACLE_SID ORACLE_HOME

        export PATH=$ORACLE_HOME/bin:$PATH

        (ORACLE_HOME路徑跟安裝路徑一定要一致)

        (ORACLE_HOME must be the same with install path)

        12.      使新環(huán)境變量生效

               Make new environment variables effective

         

        13.      添加/etc/hosts

               Edit /etc/hosts

        su

        vi /etc/hosts

        (寫本機(jī)ip和主機(jī)名)

        (write your ip and username)

        14.      Reboot

             15.  上傳oracle文件到/u01并解壓

                    Upload oracle files to /u01 and unzip

             16.  切換到oracle用戶

                    Switch to oracle user

        • dbca

        • NEXT

          Install Oracle 11g on Red Hat Enterprise 6.5

        • NEXT

          Install Oracle 11g on Red Hat Enterprise 6.5

        • NEXT

          Install Oracle 11g on Red Hat Enterprise 6.5

        • SID與環(huán)境變量中的SID一致

          SID here must be the same as SID in .bash_profile

          Install Oracle 11g on Red Hat Enterprise 6.5

        • 不勾選

          Do not tick

          Install Oracle 11g on Red Hat Enterprise 6.5

        • 輸入密碼

          Enter password

          Install Oracle 11g on Red Hat Enterprise 6.5

        • NEXT

          Install Oracle 11g on Red Hat Enterprise 6.5

        • NEXT

          Install Oracle 11g on Red Hat Enterprise 6.5

        • 勾選 這個就會裝練習(xí)用的表,不選就是空白數(shù)據(jù)庫

          Tick this will have sample schemas, otherwise is empty database

          Install Oracle 11g on Red Hat Enterprise 6.5

        • 第 一個是內(nèi)存分配,第二個是進(jìn)程分配,第三個是字符集,第四個是pga運(yùn)行方式

          Install Oracle 11g on Red Hat Enterprise 6.5

        • NEXT

          Install Oracle 11g on Red Hat Enterprise 6.5

        • NEXT

          Install Oracle 11g on Red Hat Enterprise 6.5

        • 建監(jiān)聽(Listener configuration)

          1. netca

          2. NEXT

            Install Oracle 11g on Red Hat Enterprise 6.5

          3. NEXT

            Install Oracle 11g on Red Hat Enterprise 6.5

          4. NEXT

            Install Oracle 11g on Red Hat Enterprise 6.5

          5. NEXT

            Install Oracle 11g on Red Hat Enterprise 6.5

          6. NEXT

            Install Oracle 11g on Red Hat Enterprise 6.5

          7. NEXT

            Install Oracle 11g on Red Hat Enterprise 6.5


          網(wǎng)站題目:InstallOracle11gonRedHatEnterprise6.5
          URL標(biāo)題:http://weahome.cn/article/ggdpde.html

          在線咨詢

          微信咨詢

          電話咨詢

          028-86922220(工作日)

          18980820575(7×24)

          提交需求

          返回頂部

          <u id="jva2g"></u>