溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Ubuntu Oracle 10g如何安裝/配置與更新硬件信息

發(fā)布時間:2021-10-29 09:33:26 來源:億速云 閱讀:161 作者:小新 欄目:系統(tǒng)運維

這篇文章將為大家詳細(xì)講解有關(guān)Ubuntu Oracle 10g如何安裝/配置與更新硬件信息,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

下面給大家分享我的Ubuntu Oracle 10g安裝過程:
1 登錄root
2 檢查需要安裝Oracle 10g的機(jī)子配置是否符合要求

Ubuntu Oracle 10g硬件信息

To determine the physical RAM size, enter the following command:  # grep MemTotal /proc/meminfo  To determine the size of the configured swap space, enter the following command:  # grep SwapTotal /proc/meminfo  To determine the available RAM and swap space, enter the following command:  # free  To determine the amount of free disk space available in the /tmp directory, enter the following command:  # df -k /tmp  To determine the amount of free disk space available on the system, enter the following command:  # df -k  To determine whether the system architecture can run the software, enter the following command:  # grep "model name" /proc/cpuinfo

看一下自己機(jī)子的配置是否符合Ubuntu Oracle 10g要求,具體要求如下:

i Network protocol:   TCP/IP   ii RAM:       Server component: 256 megabytes minimum, 512 megabytes recommended        Client component: 256 megabytes   iii Disk space:           Server component: Total: 1.5 gigabyte minimum        Client component: 100 megabytes

檢查軟件信息確保自己所用的系統(tǒng)是一下中的一種:

Red Hat Enterprise Linux RHEL3 and RHEL4   Suse SLES-9   Fedora Core 4   Red Flag DC Server 5.0/MIRACLE LINUX V4.0/Haansoft Linux 2006 Server (Asianux 2.0 Inside)   Debian 3.1

Ubuntu Oracle 10g是基于Debian的,所以可以安裝另外系統(tǒng)中還要安裝glibc – 2.3.2 和libaio – 0.3.96 兩個軟件包,缺一不可當(dāng)你的系統(tǒng)滿足以上條件,那么恭喜你,你可以開始安裝Ubuntu Oracle 10g Database Express Edition 10g Release 2(10.2)for Lunux了3 下載安裝包,這個在ORACLE網(wǎng)站(www.oracle.com)上有,可以免費下載的,只是得先注冊一下。而且注冊后可以下載很多東西,包括企業(yè)版的Oracle(不知Oracle怎么會如此大方)。

這個連接是Oracle Database 10g Downloads :http://www.oracle.com/technology/software/products/database/oracle10g/index.html我下載的是oracle-xe-universal_10.2.0.1-1.0_i386.deb,因為包括了語言包。

Ubuntu Oracle 10g安裝/配置

Ubuntu Oracle 10g安裝其實很簡單:只要 sudo dpkg -i oracle-xe-universal_10.2.0.1-1.0_i386.deb 然后系統(tǒng)會自動進(jìn)行絕大多數(shù)的配置,需要自己動手的只有三個the HTTP port that will be used for Oracle Application Express:8080the port that will be used for the database listener:1521。

the password to be used for database accounts:**********因為只是簡單的應(yīng)用,給客戶演示完就會刪掉,我沒有對其作進(jìn)一步的優(yōu)化,所有的設(shè)置都是默認(rèn)值,沒有作任何改動。之后就沒事了,大概過了5~6分鐘,會顯示安裝成功。并提醒你可以在http://127.0.0.1:8080/apex訪問數(shù)據(jù)庫主頁。剛開始有兩個默認(rèn)可用的用戶:SYS和SYSTEM,密碼都是剛剛統(tǒng)一設(shè)的,建議改成不同的。還有其他12個用戶,可以激活。因為剛剛安裝完成,我還沒弄明白這兩個用戶有什么區(qū)別。等上手后,我會將我的使用心得放上來的。

關(guān)于“Ubuntu Oracle 10g如何安裝/配置與更新硬件信息”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI