首页 > 代码库 > 全世界最详细的图形化VMware中linux环境下oracle安装(二)【weber出品必属精品】
全世界最详细的图形化VMware中linux环境下oracle安装(二)【weber出品必属精品】
- 《ORACLE 10.2.05版本的升级补丁安装》
- 首先我们解压
$ unzip p8202632_10205_LINUX.zip
- 解压后我们会发现多出了个文件夹,他是:Disk1,进入Disk1。然后执行安装:
$ ./runInstaller
- 执行脚本
# /u01/app/oracle/10.2.0/db_1/root.shRunning Oracle 10g root.sh script...The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/oracle/10.2.0/db_1Enter 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 byDatabase Configuration Assistant when a database is createdFinished running generic part of root.sh script.Now product-specific root actions will be performed.
- 执行完脚本后进行创建数据库。
$ dbca
- 这里之前还报了一个错误,说的是企业管理器 安装失败。企业管理器是我们DBA日常生活必不可少的工具,所以我们必须要给它安装起来。
[oracle@oracle Disk1]$ sqlplus / as sysdba;SQL*Plus: Release 10.2.0.5.0 - Production on Fri Aug 15 22:23:05 2014Copyright (c) 1982, 2010, Oracle. All Rights Reserved.Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL> select status from v$instance;STATUS------------OPEN显示数据库打开正常
- 现在接下来我们需要《安装企业管理器》
- 请看《全世界最详细的图形化VMware中linux环境下oracle安装(三)【weber出品必属精品】》
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。