在 Linux x86 上安装 Oracle 数据库 10g
作者:John Smiley

学习在 RHEL 2.1、RHEL 3 或 SLES 8 上从头安装 Oracle 数据库 10g 的基础知识(仅用于评估)

http://www.oracle.com/technology/global/cn/pub/articles/smiley_10gdb_install.html#config

windows下的oracle 10g的安装详解:

http://www.8xif.com/doc/oracle-10g-installed-under-windows-operating-diagram.html

Red Hat Enterprise Linux 5下安装Oracle全程图解

http://www.linuxidc.com/Linux/2009-06/20390.htm

redhat linux enterprise 5 安装Oracle10G

http://blog.csdn.net/ling_iori/archive/2009/04/13/4068186.aspx

问题1.

正在检查网络配置需求...检查完成。此次检查的总体结果为: 失败 <<<<
问题: 安装检测到系统的主 IP 地址是 DHCP 分配的地址。
建议案: Oracle 支持在具有 DHCP 分配的 IP 地址的系统上进行安装。但在安装之前, 必须将

Microsoft LoopBack Adapter 配置为系统的主网络适配器。 有关在配置有 DHCP 的系统上安装软件的详

细信息, 请参阅 Installation Guide。

如果在此跳过此问题,则在后期配置数据库时会出现这个错误:Invalid value null for parameter PORT

解决方法:

http://support.microsoft.com/?kbid=236869

How To Install Microsoft Loopback Adapter in Windows 2000
View products that this article applies to.
Article ID : 236869
Last Review : July 14, 2004
Revision : 3.1
This article was previously published under Q236869
On This Page
SUMMARY
   Manual Installation
   Unattended Installation
APPLIES TO

SUMMARY
The Microsoft Loopback adapter is a tool for testing in a virtual network environment where access to a network is not feasible. Also, the Loopback adapter is essential if there are conflicts with a network adapter or a network adapter driver. Network clients, protocols, and so on, can be bound to the Loopback adapter, and the network adapter driver or network adapter can be installed at a later time while retaining the network configuration information. The Loopback adapter can also be installed during the unattended installation process.

Back to the top

Manual Installation
1. Click Start, point to Settings, click Control Panel, and then double-click Add/Remove Hardware.
2. Click Add/Troubleshoot a device, and then click Next.
3. Click Add a new device, and then click Next.
4. Click No, I want to select the hardware from a list, and then click Next.
5. Click Network adapters, and then click Next.
6. In the Manufacturers box, click Microsoft.
7. In the Network Adapter box, click Microsoft Loopback Adapter, and then click Next.
8. Click Finish.
After the adapter is installed successfully, you can configure its options manually, as with any other adapter. Note that if the TCP/IP properties are configured to use DHCP (the default), the adapter will eventually use an autonet address (169.254.x.x/16) because it is not actually connected to any physical media.

Back to the top

Unattended Installation
Modify the Unattend.txt file using the following example as a guide to install the Microsoft Loopback adapter: [NetAdapters]
Adapter01=Params.Adapter01

[Params.Adapter01]
InfID="*msloop" ; Microsoft Loopback Adapter
ConnectionName = "MS Loopback Adapter"

[NetProtocols]
MS_TCPIP=Params.MS_TCPIP

; TCP/IP parameters
; Use parameter values specific to your network
[Params.MS_TCPIP]
AdapterSections=params.TCPIP.Adapter01
DNS=yes
DNSSuffixSearchOrder=mycorp.com
EnableLMHosts=No

; Adapter Specific TCP/IP parameters
; Use parameter values specific to your network
[params.TCPIP.Adapter01]
SpecificTo=Adapter01
DNSDomain=mycorp.com
DNSServerSearchOrder=192.168.5.251
WINS=no
DHCP=no
IPAddress=192.168.5.10
SubnetMask=255.255.255.0
DefaultGateway=192.168.5.254
                               
Back to the top

--------------------------------------------------------------------------------

APPLIES TO
• Microsoft Windows 2000 Server
• Microsoft Windows 2000 Advanced Server
• Microsoft Windows 2000 Professional Edition
• Microsoft Windows 2000 Datacenter Server

Back to the top

Keywords:  kbhowto kbhowtomaster kbnetwork KB236869

到控制面板/添加硬件,在向导中选择“是,已经连接了此硬件”→“网络适配器”→“Microsoft Loopback Adapter”,添加完成,你会发现新建了个“本地连接”,用的就是这个假的“Microsoft Loopback Adapter”(因为根本就没有连接这个硬件,只是骗下Oracle而已)。把这个本地连接的IP设置一下(例如192.168.0.8)。好了,现在 回去重新让Oracle检测一遍吧,应该通过了吧。

问题2,

在linux如果出现类似问题(Invalid value null for parameter PORT )

解决:

是/etc/hosts中IP或主机名设置错误引导致的,该问题在安装前的检查中就应该已经有过JAVA的报错了

问题3:

oracle10g 端口号的问题

我在安装oracle10g的样本数据库时出现了下面的错误,导致EM控制台不能启动,以前我在机器上装过oracle10g而且成功了!有谁知道解决吗?
 
无法在指定的范围内为以下进程分配端口: JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM Agent [3938] | [1830-1849]
有关详细资料, 请参阅 F:/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/oraTest/emConfig.log 中的日志文件。
2006-6-12 21:42:23 oracle.sysman.emcp.EMConfig perform
配置: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: 无法在指定的范围内为以下进程分配端口: JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM Agent [3938] | [1830-1849]
        at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2266)
        at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:670)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:233)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:160)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:141)
        at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
        at java.lang.Thread.run(Thread.java:534)

解决:

emca -reconfig dbcontrol
重新配置一下就可以了   或者 通过 database configuration assistant 重新配置一下该数据库。

oracle 10g安装过程遇到的问题相关推荐

  1. oracle 10g安装

    ############################################################## #Linux 2.6.9-42.ELsmp                 ...

  2. (转载)oracle 10g 安装完成后,无法登陆EM的解决办法

    (来自:oracle 10g 安装完成后,无法登陆EM的解决办法 ) 状况: 打开http://localhost-:5500/em,系统显示如下信息: 数据库状态当前不可用.可能是因为数据库的状态为 ...

  3. linux下Oracle 10g安装(超级详细图解教程)

    linux下Oracle 10g安装(超级详细图解教程) 一,基本配置: 1.以root登录,挂载linux iso文件 [root@oracle ~]# hostnameoracle.junjie. ...

  4. oracle 10g安装企业版,企业版Oracle10g的安装-过程

    1. 安装方法返回顶部 1.1, 1.2, 1.3, 1.4, 1.5, 检查警告 正在检查操作系统要求...要求的结果: 5.0,5.1,5.2,6.0,6.1之一 实际结果:6.1检查完成.此次检 ...

  5. ubuntu oracle 10g 安装,Ubuntu 12.04 安装Oracle 10g 全过程(完美)及问题解决办法

    PS:Ubuntu 12.04 安装Oracle 10g 全过程(完美)及问题解决办法正常情况下,完美无错..如果遇到问题,也有解决办法 1.安装前准备工作 1.1 到oracle官网下载适合自己电脑 ...

  6. oracle 10g 安装介质,如何从Oracle 10g的安装介质中提取BBED必须的sbbdpt.o和ssbbded.o库文件...

    BBED编译的时候需要使用到sbbdpt.o和ssbbded.o两个库文件,但是从11g开始,Oracle不再提供这两个库文件,但是可以使用10g版本中的这两个库文件在11g中编译生成BBED工具. ...

  7. oracle 10g安装需注意细节

    一.oracel 10g 服务端安装注意过程 如果启动setup安装程序,出现一闪而过的现象,需要以管理员的身份运行或者右键属性选择如下运行 二.oracle 10g客户端安装注意过程 安装过程中,如 ...

  8. Windows下ORACLE 10g安装与操作图解

    2007年10月21日 星期日 上午 06:16 刚刚接触ORACLE的人来说,从那里学,如何学,有那些工具可以使用,应该执行什么操作,一定回感到无助.所以在学习使用ORACLE之前,首先来安装一下O ...

  9. Redhat linux5.5下Oracle 10g 安装配置手册一

    2019独角兽企业重金招聘Python工程师标准>>> 第一步:检查oracle安装所需要的套件 [root@oracle ~]# rpm -qa|grep binutils bin ...

最新文章

  1. 服务器文件数量监控,服务器监控指标有哪些?好文章一定要收藏
  2. Java扑克牌(斗地主发牌)
  3. i5 11300h和R5 5600H 参数对比哪个好
  4. java动态sql执行数据
  5. 什么是python自动化测试_python已经自动化了,大家一般用什么测试框架?
  6. python数据库操作——Oracle超详细安装过程
  7. 轴承故障诊断和分类的系统 matlab GUI
  8. 三维建模的基础知识:SolidWorks /CATIA 简介
  9. 51单片机波特率计算c语言,8051单片机波特率计算公式(配套C语言例程
  10. cesium拾取pick系列(拾取坐标和对象)
  11. 【gflags】【gflags实践】【gflags的学习使用记录】
  12. 怎么读取cf卡id_CF卡传输程序的步骤解析
  13. pandas删除最后一列_Python中pandas dataframe删除一行或一列:drop函数详解
  14. 关于 Unbalanced calls to begin/end appearance transitions
  15. Gym101194F-Mr. Panda and Fantastic Beasts
  16. learn language Part-One
  17. magento mysql4-install_MAGENTO与表,数据字段的对应关系
  18. Android计步模块(类似微信运动)
  19. 判断字符串不超过20个字符_如何阻止超过140个字符的推文(如果确实需要)
  20. 2440开发板,210开发板,imx6开发板和4412开发板选择哪个更好呢?

热门文章

  1. python读取大文件-使用Python读取大文件的方法
  2. python编写爬虫的步骤-python网络爬虫(二)编写第一个爬虫
  3. python3视频教程-python3入门视频教程
  4. 为什么黑客用python-为什么如此多的黑客都用python?
  5. python爬虫完整实例-python爬虫实例项目大全
  6. python菜鸟教程函数-Python 函数装饰器
  7. python要学多久-python需要学多久?自学两年也很难达到企业标准!
  8. react-redux中的connect
  9. LeetCode 456 132 Pattern
  10. qt用ODBC连接excel