VMware中l(wèi)inux環(huán)境下oracle安裝圖文教程(二)ORACLE 10.2.05版本的升級(jí)補(bǔ)丁安裝
首先我們解壓
$ unzip p8202632_10205_LINUX.zip
解壓后我們會(huì)發(fā)現(xiàn)多出了個(gè)文件夾,他是:Disk1,進(jìn)入Disk1。然后執(zhí)行安裝:
$ ./runInstaller
執(zhí)行腳本
# /u01/app/oracle/10.2.0/db_1/root.sh
Running Oracle 10g root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/10.2.0/db_1
Enter the full pathname of the local bin directory: [/usr/local/bin]:
The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n)
[n]:
The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
[n]:
The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
[n]:
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
執(zhí)行完腳本后進(jìn)行創(chuàng)建數(shù)據(jù)庫。
$ dbca
這里之前還報(bào)了一個(gè)錯(cuò)誤,說的是企業(yè)管理器 安裝失敗。企業(yè)管理器是我們DBA日常生活必不可少的工具,所以我們必須要給它安裝起來。
[oracle@oracle Disk1]$ sqlplus / as sysdba;
SQL*Plus: Release 10.2.0.5.0 - Production on Fri Aug 15 22:23:05 2014
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select status from v$instance;
STATUS
------------
OPEN
顯示數(shù)據(jù)庫打開正常
相關(guān)文章
Oracle監(jiān)聽啟動(dòng)時(shí)由“監(jiān)聽程序不支持服務(wù)”遇到的一系列問題
這篇文章主要介紹了Oracle監(jiān)聽啟動(dòng)時(shí)由“監(jiān)聽程序不支持服務(wù)”遇到的一系列問題,具有很好的參考價(jià)值,希望對(duì)大家有所幫助,如有錯(cuò)誤或未考慮完全的地方,望不吝賜教2023-11-11Oracle結(jié)合Mybatis實(shí)現(xiàn)取表TOP 10條數(shù)據(jù)
這篇文章主要介紹了Oracle結(jié)合Mybatis實(shí)現(xiàn)取表TOP 10條數(shù)據(jù)的相關(guān)資料,需要的朋友可以參考下2017-11-11裝Oracle用PLSQL連接登錄時(shí)不顯示數(shù)據(jù)庫的解決
這篇文章主要介紹了裝Oracle用PLSQL連接登錄時(shí)不顯示數(shù)據(jù)庫的解決方案,具有很好的參考價(jià)值,希望對(duì)大家有所幫助。如有錯(cuò)誤或未考慮完全的地方,望不吝賜教2022-11-11Oracle In和exists not in和not exists的比較分析
一個(gè)是問in exist的區(qū)別,一個(gè)是not in和not exists的區(qū)別2009-08-08oracle 11g 數(shù)據(jù)庫常用操作實(shí)例總結(jié)
這篇文章主要介紹了oracle 11g 數(shù)據(jù)庫常用操作,結(jié)合實(shí)例形式總結(jié)分析了oracle 11g數(shù)據(jù)庫進(jìn)入、創(chuàng)建、權(quán)限、用戶等相關(guān)操作技巧與注意事項(xiàng),需要的朋友可以參考下2023-05-05在Oracle網(wǎng)絡(luò)結(jié)構(gòu)解決連接問題
在Oracle網(wǎng)絡(luò)結(jié)構(gòu)解決連接問題...2007-03-03