版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、oracle10g在rhel5.5上的安裝過(guò)程和注意的問(wèn)題1.具體系統(tǒng)需求 swap 分區(qū)不小于2g selinux disable 狀態(tài) 安裝組件包括 gnome desktop environment editors graphical internet text-based internet development libraries development tools legacy software development server configuration tools administration tools base legacy software support syste
2、m tools x window system在rhel5.5中瀏覽器用的是firefox3.6版本的.2.安裝步驟 1 解包文件 unzip 10201_database_linux32.zip 2 配置主機(jī)名和地址 the /etc/hosts file must contain a fully qualified name for theserver: vi /etc/hosts 3設(shè)置kernel參數(shù) add the following lines to the /etc/sysctl.conf file: vi /etc/sysctl.confkernel.shmall = 2097
3、152kernel.shmmax = 2147483648kernel.shmmni = 4096# semaphores: semmsl, semmns, semopm, semmnikernel.sem = 250 32000 100 128fs.file-max = 65536net.ipv4.ip_local_port_range = 1024 65000net.core.rmem_default=262144net.core.rmem_max=262144net.core.wmem_default=262144net.core.wmem_max=262144run the follo
4、wing command to change the current kernel parameters:/sbin/sysctl -padd the following lines to the /etc/security/limits.conf file: vi /etc/security/limits.conf* soft nproc 2047* hard nproc 16384* soft nofile 1024* hard nofile 65536add the following line to the /etc/pam.d/login file, if it does not a
5、lready exist: vi /etc/pam.d/loginsession required /lib/security/pam_limits.sodisable secure linux by editing the /etc/selinux/config file, making sure the selinux flag is set as follows: vi /etc/selinux/configselinux=disabledalternatively, this alteration can be done using the gui tool (system admin
6、istration security level and firewall). click on the selinux tab and disable the feature. 4 配置安裝包和用戶環(huán)境 install the following packages:# from redhat as5 disk 1cd /media/cdrom/serverrpm -uvh setarch-2*rpm -uvh make-3*rpm -uvh glibc-2*rpm -uvh libaio-0*cd /eject# from redhat as5 disk 2cd /media/cdrom/s
7、erverrpm -uvh compat-libstdc+-33-3*rpm -uvh compat-gcc-34-3*rpm -uvh compat-gcc-34-c+-3*rpm -uvh gcc-4*rpm -uvh libxp-1*cd /eject# from redhat as5 disk 3cd /media/cdrom/serverrpm -uvh openmotif-2*rpm -uvh compat-db-4*cd /eject在linux的console中新建下列用戶和群組create the new groups and users:groupadd oinstallg
8、roupadd dbauseradd -g oinstall -g dba oraclepasswd oraclecreate the directories in which the oracle software will be installed:mkdir -p /u01/app/oracle/product/10.2.0/db_1chown -r oracle.oinstall /u01 login as root and issue the following command: xhost + 修改linux版本,因?yàn)閛racle10g不支持rhel5.5的安裝,支持rhel4的安
9、裝.所以要做一下修改.edit the /etc/redhat-release file replacing the current release information (red hat enterprise linux server release 5 (tikanga) with the following: vi /etc/redhat-releaseredhat-4設(shè)置oracle環(huán)境變量 先后執(zhí)行命令su - oracle和vi .bash_profile,在.bash_profile文件的最后面添加入以下內(nèi)容。# set the ld_assume_kernel environ
10、ment variable only for red hat 9 and# for red hat enterprise linux advanced server 3 (rhel as 3) !# use the linuxthreads with floating stacks implementation instead of nptl:export ld_assume_kernel=2.4.1# oracle environmentexport oracle_base=/u01/app/oracle # 該值與第6節(jié)中創(chuàng)建的oracle base相同export oracle_home
11、=$oracle_base/product/10.2.0/db_1; # 與第6節(jié)中創(chuàng)建的oracle home相同export oracle_sid=orcl # oracle數(shù)據(jù)庫(kù)的系統(tǒng)標(biāo)識(shí)符export oracle_term=xterm# export tns_admin= set if sqlnet.ora, tnsnames.ora, etc.# are not in $oracle_home/network/adminexport nls_lang=americanexport ora_nls33=$oracle_home/ocommon/nls/admin/datald_lib
12、rary_path=$oracle_home/lib:/lib:/usr/libld_library_path=$ld_library_path:/usr/local/libexport ld_library_path# 設(shè)置oracle中相關(guān)命令的path環(huán)境變量export path=$path:$oracle_home/bin:/sbin:/tmp/opatch最后執(zhí)行命令source .bash_profile,使修改后.bash_profile文件立即生效。6.安裝 重起系統(tǒng),以oracle的身份登錄,進(jìn)行安裝。installationlog into the oracle user
13、. if you are using x emulation then set the display environmental variable:display=:0.0; export displaystart the oracle universal installer (oui) by issuing the following command in the database directory:./runinstallerduring the installation enter the appropriate oracle_home and name then continue
14、installation. for7.post installationedit the /etc/redhat-release file restoring the original release information:red hat enterprise linux server release 5 (tikanga)edit the /etc/oratab file setting the restart flag for each instance to y:orcl:/u01/app/oracle/product/10.2.0/db_1:y二、啟動(dòng)數(shù)據(jù)庫(kù)# su - oracle
15、 /以oracle的身份啟動(dòng)。1,使用em(enterprise managment)1.1啟動(dòng)em$oracle_home/bin/emctl start dbconsole如果出現(xiàn)下面相關(guān)信息,說(shuō)明服務(wù)啟動(dòng)tz set to prcoracle enterprise manager 10g database control release .0copyright (c) 1996, 2004 oracle corporation. all rights reserved.http:/localhost.localdomain:5500/em/console/aboutapp
16、licationstarting oracle enterprise manager 10g database control . started.1.2使用em在瀏覽器地址中輸入如下地址:http:/localhost.localdomain:5500/em/console/如果不出現(xiàn)登錄對(duì)話頁(yè)面,請(qǐng)確保你的數(shù)據(jù)庫(kù)服務(wù)與監(jiān)聽服務(wù)正常啟動(dòng)了注意:如果監(jiān)聽程序不啟動(dòng),可以通過(guò)sqlplus登錄,但在此頁(yè)面中不能正常顯示.現(xiàn)在你就可以正常使用em了!2,使用isqlplus2.1啟動(dòng)isqlplus$oracle_home/bin/isqlplusctl start如果出現(xiàn)如下信息,說(shuō)明正常啟動(dòng).
17、isql*plus .0copyright (c) 2004 oracle. all rights reserved.starting isql*plus .isql*plus started.2.2使用isqlplus在瀏覽器地址中輸入如下地址:http:/localhost.localdomain:5560/isqlplus/這樣就出現(xiàn)了isqlplus的登錄界面,就可使用isqlplus了下面是命令行下的啟動(dòng)/關(guān)閉oracle服務(wù)器方法1: su - oracle lsnrctl start啟動(dòng)監(jiān)聽器時(shí)使用 lsnrctl stop關(guān)閉監(jiān)聽器時(shí)使用 sqlplus /no
18、log sql connect / as sysdba sql startup啟動(dòng)oracle服務(wù)器時(shí)使用 shutdown immediate關(guān)閉oracle服務(wù)器時(shí)使用方法2: su - oracle lsnrctl start啟動(dòng)監(jiān)聽器時(shí)使用 lsnrctl stop關(guān)閉監(jiān)聽器時(shí)使用 dbstart 啟動(dòng)服務(wù)器時(shí)使用 dbshut關(guān)閉oracle服務(wù)器時(shí)使用 其實(shí)方法1是啟動(dòng)/關(guān)閉oracle服務(wù)器,方法2是啟動(dòng)/關(guān)閉系統(tǒng)中的oracle服務(wù)。10 卸載oracle/ oracle_home與第7節(jié)中oracle_home的意義相同,如/opt/oracle/product/10.1cd oracle_home/oui/binsh runinstaller執(zhí)行上述命令后又會(huì)出現(xiàn)安裝向?qū)Ы缑?,但需要選擇deinstall按鈕。再根據(jù)你的需要,指定將要被卸載的組件,或者卸載整個(gè)oracle。3.安裝中要注意一下問(wèn)題如果在root用戶下安裝,會(huì)報(bào)錯(cuò)提示不能在r
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年教育培訓(xùn)項(xiàng)目投資與合作合同
- 設(shè)立分公司技術(shù)試驗(yàn)協(xié)議
- 多元化中學(xué)門衛(wèi)招聘協(xié)議
- 留學(xué)生合同范本
- 草場(chǎng)租賃合同:戶外健身中心
- 鄉(xiāng)鎮(zhèn)公務(wù)員聘用合同
- 旅游項(xiàng)目融資抵押借款協(xié)議書
- 電力施工設(shè)備租賃合同
- 駕校訓(xùn)練場(chǎng)駕駛培訓(xùn)租賃合同
- 醫(yī)院工程板房施工協(xié)議
- 戰(zhàn)爭(zhēng)與謀略:第二次世界大戰(zhàn)經(jīng)典戰(zhàn)役評(píng)析知到智慧樹章節(jié)測(cè)試課后答案2024年秋西安交通大學(xué)
- 2023年益陽(yáng)市安化縣招聘鄉(xiāng)鎮(zhèn)衛(wèi)生院護(hù)理人員考試真題
- 2025年九年級(jí)中考數(shù)學(xué)專題復(fù)習(xí)-二次函數(shù)綜合壓軸題(與最值有關(guān)的問(wèn)題)(含簡(jiǎn)單答案)
- 中國(guó)多發(fā)性骨髓瘤診治指南(2024年修訂)解讀
- 廣西南寧市2023-2024學(xué)年高二上學(xué)期期末考試+歷史 含解析
- 2024年醫(yī)院醫(yī)保工作總結(jié)(6篇)
- 南京信息工程大學(xué)《數(shù)學(xué)分析1》2021-2022學(xué)年第一學(xué)期期末試卷
- 咨詢咨詢合同三篇
- 時(shí)尚與品牌學(xué)習(xí)通超星期末考試答案章節(jié)答案2024年
- 人教版三年級(jí)上冊(cè)數(shù)學(xué)期末試卷含答案
- 西峽課件完整版本
評(píng)論
0/150
提交評(píng)論