Windows 7/Vista下安装Oracle Developer Suit遇到的几个问题
http://blog.csdn.net/pan_tian/article/details/8016318
Oracle Developer Suite (ODS) 10g是在Windows 7/Vista之前开发出来的,在Win7/Vista下安装的过程中一些的问题,常见的问题及解决方法如下:
问题1:Checking operating system version: must be 5.0, 5.1 or 5.2. Actual 6.1
Win7/Vista下安装Form Builder 10g,点击setup.exe安装,报错:

Checking operating system version: must be 5.0, 5.1 or 5.2. Actual 6.1
Failed <<<<
解决方法:
修改x:\ds_windows_x86_101202_disk1\install\oraparam.ini
增加6.1到Certified Versions的Windows项中
[Certified Versions]
Windows=5.0,5.1,5.2,6.1
Solaris=5.8,5.9
Linux=redhat-2.1AS
HPUX=B.11.11
---------------------------------------------------------------------------------------------------------------------------------------------------
问题2:OUI运行之后,报:程序异常终止。 发生内部错误。请将以下文件提供给Oracle技术支持部门:"未知" "未知" "未知"
解决方法:
右键setup.exe,属性,在兼容性页签中设置“以兼容模式运行这个程序”,并选择Windows XP
---------------------------------------------------------------------------------------------------------------------------------------------------
问题3: Checking swap space: 0 MB available, 500 MB required. Failed <<<<

解决方法:
需要手工设置虚拟内存,如果VM为系统自动管理,Oracle Installer无法识别
1. Open Control Panel -> System ->Advanced System Settings ->Advanced.
2. In Performance section click Settings -> Advanced.
3. In Virtual Memory section, click Change.
4. Uncheck the check box "Automatically manage paging file size for all drivers".

5. Choose "Custom Size".
6. Specify the value for : Initial Size and Maximum Size .
7. Press "Set".

参考:
How to Install Developer Suite 10.1.2.3 on Windows Vista or Windows 7 (32bit) (Doc ID 559067.1)
https://forums.oracle.com/thread/2444486
https://forums.oracle.com/forums/thread.jspa?threadID=586870
https://forums.oracle.com/forums/thread.jspa?messageID=10248999102489991024899910248999
显示注册的标准控件
|
/xig小xiaoL 16:03:35
form 显示标准东西 的 注册表名字 是啥来着
|
|
注册表增加ORACLE_APPLICATIONS 值为TRUE
|
Windows 7/Vista下安装Oracle Developer Suit遇到的几个问题的更多相关文章
- windows 7/10下安装oracle 10g
有段时间没搞oracle了,最近要给别人在win 7下装个oracle 10g,特记录备忘下. 使用http://download.oracle.com/otn/nt/oracle10g/10201/ ...
- 在windows系统下安装oracle 11g
oracle 11g 安装在windows server 2012 系统下. 最近,需要配置数据库,要求在windows操作系统下,安装oracle 11g 数据库,因为以前没有安装过,所以成功后, ...
- Windows 下安装 Oracle 12c 教程
原文 Windows 下安装 Oracle 12c 教程 申明:本文原作者:Jmq 本文给大家带来的是 Oracle 12C 的安装教程. 1.准备 1.1 下载 Oracle 12c 安装程序 ...
- 转: Windows下安装Oracle Database 12c Release 1(12.1.0.2.0) - Enterprise Edition
http://www.cnblogs.com/xqzt/p/4395053.html Windows下安装Oracle Database 12c Release 1(12.1.0.2.0) - Ent ...
- Windows下安装Oracle Database 12c Release 1(12.1.0.2.0) - Enterprise Edition
Windows下安装Oracle Database 12c Release 1(12.1.0.2.0) 最近因需要在Oracle 数据库上建立ODI的资料档案库,需要安装Oracle Database ...
- 解决Windows x64bit环境下无法使用PLSQL Developer连接到Oracle DB中的问题
本文是原创文章,转载请注明出处: http://blog.csdn.net/msdnchina/article/details/46416455 解决Windows x64bit环境下无法使用PLSQ ...
- Windows 环境下安装 Oracle JDK
本页面中描述了如何在 Window 环境下安装 Oracle JDK. 我们使用的版本是 Window 10,我们需要安装的版本是 Oracle JDK 8u191. 检查当前版本 在进行新的 JDK ...
- ubuntu下安装oracle
本来打算在 redhat 下面安装了,但是没有 redhat 的盘了,就装了个 ubuntu 桌面版,结果安装起来十分费劲,主要是之前没安装过,对 oracle 的架构和配置也不太懂. 下面记录我安装 ...
- Linux 下安装oracle数据库
原文出处 http://www.linuxidc.com/Linux/2015-02/113222.html 需要安装Oracle DataGuard,所以先要安装单台Oracle11g, ...
随机推荐
- http协议(一)一些基础知识
当我们在浏览器的地址栏中输入网址,然后点击回车,接着,浏览器就会呈现出我们需要的web界面,那么,这个界面是怎么产生的? web的界面是根据我们输入的URL(网址.地址),浏览器从服务器端获取对应的文 ...
- JSTL(JSP标准标签库)
JSP标准标签库(JavaServer Pages Tag Library, JSTL)是一个定制JSP标签库的集合,封装了JSP应用的通用核心功能.用来解决像遍历Map或集合.条件测试.XML处理, ...
- RabbitVCS - Ubuntu VCS Graphical Client
Easy version control for Linux RabbitVCS is a set of graphical tools written to provide simple and s ...
- python+selenium环境配置及浏览器调用
最近在学习python自动化,从项目角度和技术基础角度出发,我选择了python+selenium+appium的模式开始我的自动化测试之旅: 一.python安装 二.python IDE使用简介 ...
- CSS-弹性布局-动画-过渡
1.弹性布局 1.项目的属性 该组属性只能设置在某项目元素上,只控制一个项目,是不影响容器以及其他项目的效果. 1.order 作用:定义项目的排列顺序,值越小,越靠近起点,默认值是0 取值:整数数字 ...
- 数组方法indexOf & lastIndexOf
indexOf() 语法:arrayObject.indexOf(searchvalue, startIndex) 功能:从数组的开头(位置0)开始向后查找. 参数:searchvalue:必需,要查 ...
- linux中命令突然不能用
先用:echo $PATH 发现path丢失:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 于是用临时环境变量 export ...
- liunx基础命令
linux的简单介绍 linux是一款免费使用和自由传播的内似于unix的操作系统软件,是一个基于POSI和unix的多用户,多任务,支持多线程和多CPU的一种操作系统.主要用于服务器,特别是网络服务 ...
- Python10/17-re模块/hashlib模块/logging模块
import logging # 1.日志的级别# logging.debug("这是一个调试信息") # 10# logging.info("常规信息") # ...
- oracle 大量连接导致数据库不能登录
系统遇到过几次这种问题,一个系统申请的session数过大,导致数据库进程数满,无法连接的问题. pl sql develope 报的错误是:ORA-12170:TNS:链接超时 oracle用户登录 ...