zoukankan      html  css  js  c++  java
  • win7下安装oracle10g的方法

    win7下安装oracle10g的方法 (Forward)2010-01-27 15:43win7下安装oracle10g的方法 查找安装文件夹中的refhost.xml文件.
    (Oracle 10g客户端\stage\prereq\client\refhost.xml;oracle10g服务端\stage\prereq\db\refhost.xml)在此文件中 添加如下内容
    <!--Microsoft Windows 7-->
    <OPERATING_SYSTEM>
    <VERSION VALUE="6.1"/>
    </OPERATING_SYSTEM>
    再到install目录中找到oraparam.ini(Oracle 10g客户端\install\oraparam.ini;oracle10g服务端\install\oraparam.ini);在其中添加如下内容
    [Windows-6.1-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300

    [Windows-6.1-optional]



  • 相关阅读:
    945.使数组唯一的最小增量
    用两个栈实现队列
    MySQL的约束
    数据库的设计
    约束
    DQL查询
    数据库的基本概念
    SQL基础语法
    MySQL基础
    java的注解和反射
  • 原文地址:https://www.cnblogs.com/mrtom/p/1959548.html
Copyright © 2011-2022 走看看