Sybase和Oracle安装过程中常遇到的问题

2016-02-19 14:51 4 1 收藏

岁数大了,QQ也不闪了,微信也不响了,电话也不来了,但是图老师依旧坚持为大家推荐最精彩的内容,下面为大家精心准备的Sybase和Oracle安装过程中常遇到的问题,希望大家看完后能赶快学习起来。

【 tulaoshi.com - 编程语言 】

  目录

  一、sybase12.5 for NT版本在win2000平台安装,界面中文字符出现乱码问题

  二、sybase在网络共享或拷贝到本机硬盘后,仍不能安装的问题

  三、安装完sybase后不能启动的问题

  四、syabse创建设备时死锁, win和unix下都存在

  五、oracle8.1.X版本在P4机器上安装程序不能运行问题

(本文来源于图老师网站,更多请访问https://www.tulaoshi.com/bianchengyuyan/)

  内容

  一、sybase12.5 for NT版本在win2000平台安装,界面中文字符出现乱码问题

  问题的解决,方法如下:

  说明:该版本在NT4平台安装正常,在win2000平台安装界面中文乱码。

  step1:将光盘安装程序拷贝到硬盘;

  step2:修改.shared_1.0jre1.2.2libfont.properties.zh.NT4.0为.shared_1.0jre1.2.2libfont.properties.zh.NT5.0

  因为win2000内核实际上是NT5

  二、sybase在网络共享或拷贝到本机硬盘后,仍不能安装的问题:

  检查安装的父目录是否有中文,有中文时,安装有问题,建议:

  step1:将安装程序拷贝到本地;

  step2:放在父目录没有中文字符的文件夹下安装;

  三、安装完sybase后不能启动的问题

  仅给出原因之一,检查你的机器上是否安装了db2,如果安装了DB2,sybase和DB2共用了一个环境变量LC_ALL,db2使用的是ZH_CN,sybase使用的是ZH,如果想使用sybase,只好迁就地改为ZH了,该问题限于11.9.2

  四、syabse创建设备时死锁, win和unix下都存在

  检查一下你的master设备建的是不是太小了,重新创建master,设备在150M以上。

  五、oracle8.1.X版本在P4机器上安装程序不能运行问题

(本文来源于图老师网站,更多请访问https://www.tulaoshi.com/bianchengyuyan/)

  因为我们实验室没有P4,呵呵,在这儿没遇见过。出现在新华网。上次我去新华社搭建e5 demo环境又遇到该问题。运行oracle安装程序,就像飞腾没有检测到加密狗一样,鼠标变成漏斗又恢复成箭头,CPU和MEM不动。

  另注:该问题仅限于Oracle8.1X在P4上,Oracle 9i正常。下文是网上摘录的解决方法

  Oracle 8i在P4上的安装

  方法一:

  1、将ORACLE软件拷贝到硬盘。

  2、将 硬盘目录文件stageComponentsoracle.swd.jre1.1.7.30/1

  DataFilesExpandedjrewin32insymcjit.dll 的文件改名为 symcjit.old

  3.从installwin32 目录下运行SETUP.exe 文件进行安装。

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

  方法二:(此方法斑竹成功安装,但较麻烦,方法的核心是加 -nojit)

(本文来源于图老师网站,更多请访问https://www.tulaoshi.com/bianchengyuyan/)
.. Copy only the install directory from the CD to the hard disk ,say, e:  emp.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 arelative path. (i.e., SOURCE=f:stageproducts.jar)* Change the "JRE_LOCATION" line to use the full path to the CD instead ofa 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 arelative 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 samec. Launch setup.exe from the temporary location on your hard drive (i.e.e:  empinstallwin32setup.exe). This will use the modifiedoraparam.ini and pick up the information from the CD since the absolutelocations are specified.Choose a Custom install and choose not to create a database during theinstall. This way, the Database Configuration Assistant will not be launched during installation.The Net8 Configuration Assistant will still be launched, and there is no wayto suppress it. You will need to kill the Net8 Configuration Assistant if ithangs due to the bug. The installation still will have been successful, andyou can run the DBCA and NetCA after installation.To kill NetCA if it hangs during installation:In the "Configuration Tools" window, highlight the "Net8 ConfigurationAssistant" and click "Stop". If that does not work, look for the most recentJRE process using the Task Manager, and kill it manually. NOTE: the OUIitself will also have a jre process. Be sure to kill the one with the mostrecent date, which should be the jre process being used for Net8CA, not theone for OUI itself.After killing the configuration tools and continuing through the installationto the "End of Installation" screen, you should modify the configuration toolsto use "-nojit", then call the appropriate tools from the Start Menu.Once installation is complete, each of the following files in the ORACLE_HOMEneeds to be modified:assistantsdbcadbassist.classistantsdbmadbmig.classistantsifaifa.clbinelogin.clbinowm.clldapoidamdinoidadmin.clnetwork  oolsetasst.clnetwork  oolsetca.clowminstallinstelogin.clowminstallinstowm.clEdit 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。

来源:https://www.tulaoshi.com/n/20160219/1608123.html

延伸阅读
标签: 电脑入门
无论是那种安装方式,首先得下载Win8的系统镜像才行。网友可以直接点击下面的下载链接进入Win8下载首页。在这里,笔者推荐优先下载2.8G的Windows 8 Developer Preview English(32-bit)。 在安装Win8之前,先了解一下Windows 8 的系统要求: Windows 8 Developer Preview works great on the same hardware that powers Windows Vista and W...
(一)安装前准备 1、由于初次安装RedHat,为了避免与WIN98冲突,我特地找个闲置的640M的硬盘,并把它设置为从盘,打算把RedHalt安装到该硬盘上。进入WIN98后,系统自动识别为D盘。(如何在同一硬盘上安装LINUX与WIN98,请参阅主页上中文HOW文档) (二)开始安装Linux: 开机进入COMS设置,把引导顺序改为CD ROM...
    角色(数据库权限集)与存储过程、函数和数据包之间的交互方式是Oracle安全模型中最难以处理的一个部分。Oracle中的对象权限可以直接或通过角色间接授予用户。      假设一个HR用户向用户ABEL授予EMPLOYEES表的一些许可: GRANT select, insert, update, delete     这个语句直接...
Oracle的系统要求 企业版:CPU 最低PENTIUM 200M 推荐 PENTIUMIII 1G以上 内存 最低128M 推荐 512M 硬盘空间 系统盘140M 安装盘4.5G(FAT32)或2.75G(NTFS) 标准版:CPU 最低PENTIUM 200M 推荐 PENTIUMIII 866以上 内存 最低128M 推荐 256M 硬盘空间 系统盘140M 安装盘4.5G(FAT32...
标签: 服务器
XPSP3系统IIS安装过程   故障现象: XP SP3系统IIS安装过程 解决方案: 1. 打开控制面板添加或删除程序点击添加/删除; 图1 2. 选择Internet 信息服务(IIS)点击下一步; 图2 3. 浏览IIS文件包点击确定; 图3 图4 图5 提示:安...

经验教程

190

收藏

91
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部