• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • MsSql
  • Mysql
  • oracle
  • MariaDB
  • DB2
  • SQLite
  • PostgreSQL
  • MongoDB
  • Redis
  • Access
  • 数据库其它
  • sybase
  • HBase
您的位置:首页 > 数据库 >oracle > Oracle 8i在P4上的安装

Oracle 8i在P4上的安装

作者: 字体:[增加 减小] 来源:互联网 时间:2017-05-11

通过本文主要向大家介绍了oracle 8i,oracle 8i下载,oracle 8i初学者指南,oracle 8i卸载,as 8i胆机等相关知识,希望本文的分享对您有所帮助
正在看的ORACLE教程是:Oracle 8i在P4上的安装。方法一:

1、将ORACLE软件拷贝到硬盘。
2、将 硬盘目录文件stageComponentsoracle.swd.jre1.1.7.30/1
DataFilesExpandedjrewin32binsymcjit.dll 的文件改名为
symcjit.old
3.从installwin32 目录下运行SETUP.exe 文件进行安装。

前提是:机器上没有装过Oracle产品。如有的话请先卸载,再将注册表中Oracle项删除。


方法二、(此方法斑竹成功安装,但较麻烦,方法的核心是加 -nojit)
.. Copy only the install directory from the CD to the hard disk ,say, e:temp.

b. Open oraparam.ini and make the following modifications (Assuming CD
drive is f:)

* Change the "SOURCE=" line to use the full path to the CD instead of a
relative path. (i.e., SOURCE=f:stageproducts.jar)

* Change the "JRE_LOCATION" line to use the full path to the CD instead of a
relative path. (i.e.,
JRE_LOCATION=f:stageComponentsoracleswdjre1.1.71DataFilesExpanded)

* Change the "OUI_LOCATION" line to use the full path to the CD instead of a
relative path. (i.e.,
OUI_LOCATION=f:stageComponentsoracleswdoui1.6.0.9.01DataFilesExpanded

* Change the "JRE_MEMORY_OPTIONS" line to add "-nojit" as the first argument.
(i.e., JRE_MEMORY_OPTIONS=-nojit -ms16m -mx32m)
^^^^^^
* Other entries should remain the same

c. Launch setup.exe from the temporary location on your hard drive (i.e.
e:tempinstallwin32setup.exe). This will use the modified
oraparam.ini and pick up the information from the CD since the absolute
locations are specified.

Choose a Custom install and choose not to create a database during the
install. This way, the Database Configuration Assistant will not be launched
during installation.

The Net8 Configuration Assistant will still be launched, and there is no way
to suppress it. You will need to kill the Net8 Configuration Assistant if it
hangs due to the bug. The installation still will have been successful, and
you can run the DBCA and NetCA after installation.

To kill NetCA if it hangs during installation:
In the "Configuration Tools" window, highlight the "Net8 Configuration
Assistant" and click "Stop". If that does not work, look for the most recent
JRE process using the Task Manager, and kill it manually. NOTE: the OUI
itself will also have a jre process. Be sure to kill the one with the most
recent date, which should be the jre process being used for Net8CA, not the
one for OUI itself.

After killing the configuration tools and continuing through the installation
to the "End of Installation" screen, you should modify the configuration tools
to use "-nojit", then call the appropriate tools from the Start Menu.

Once installation is complete, each of the following files in the ORACLE_HOME
needs to be modified:

assistantsdbcadbassist.cl
assistantsdbmadbmig.cl
assistantsifaifa.cl
binelogin.cl
binowm.cl
ldapoidamdinoidadmin.cl
networktoolsnetasst.cl
networktoolsnetca.cl
owminstallinstelogin.cl
owminstallinstowm.cl

Edit the contents of the above files to add "-nojit" as shown below:
Command=("C:Program FilesOraclejre1.1.7BINJREW" -nojit -classpath ....
this is the only thing you need to add --> ^^^^^^

方法三:
升级oracle带的jre。
<

</div>
分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • 对学Oracle数据库初学者的开场篇
  • 理解和使用Oracle 8i分析工具LogMiner
  • 解析Oracle 8i/9i的计划稳定性
  • Oracle 8i字符集乱码问题析及其解决办法
  • Oracle 8i在P4上的安装
  • Oracle 8i在P4上的安装
  • Oracle 8i在P4上的安装

相关文章

  • 2017-05-11oracle常用函数汇总(分享)
  • 2017-05-11Oracle中插入特殊字符:&和'的解决方法汇总
  • 2017-05-11oracle更新xml节点问题的一些细节
  • 2017-05-11Oracle 正则表达式实例详解
  • 2017-05-11Oracle客户端版本及位数(Windows系统)查看方法
  • 2017-05-11Oracle中创建和管理表详解
  • 2017-05-11在Oracle中导入dmp文件的方法
  • 2017-05-11Oracle中的INSTR,NVL和SUBSTR函数的用法详解
  • 2017-05-11使用Oracle的Decode函数进行多值判断
  • 2017-05-11解析jdbc处理oracle的clob字段的详解

文章分类

  • MsSql
  • Mysql
  • oracle
  • MariaDB
  • DB2
  • SQLite
  • PostgreSQL
  • MongoDB
  • Redis
  • Access
  • 数据库其它
  • sybase
  • HBase

最近更新的内容

    • Oracle11g数据库win8.1系统安装配置图文教程
    • ORACLE 12C PDB 维护基础知识介绍
    • Oracle对两个数据表交集的查询
    • oracle 索引的相关介绍(创建、简介、技巧、怎样查看) .
    • Oracle存储过程之数据库中获取数据实例
    • oracle 11g导出数据时报ORA 1455错误的处理方法
    • Oracle把Blob内容导出到TXT中
    • 一些实用的sql语句
    • Oracle 创建主键自增表示例代码
    • Oracle导出excel数据

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有