摘要:表中有id列,类型为number(38)。在sqlplus中查询的时候,查询结果的显示方式为科学计数法: 这样看起来很不直观,而之所以这样显示的原因是在SQL*Plus下,小于等于10位的精度显示的是很直观的形式,大于10位精度的则显示为科学计数的形式。 以下为测试内容: 避免使用科学计数法显示的方 阅读全文
R12.2.6 installation failed with - Unable to rename database
2016-12-23 13:09 by abce, 717 阅读, 0 推荐, 收藏,
摘要:报错信息: 日志信息:/data/ebsdb/VIS/12.1.0/appsutil/log/VIS_ebstest/12222150.log 日志信息:/data/ebsdb/VIS/12.1.0/appsutil/out/VIS_ebstest/restore-rac3.log 从上可以看出数据 阅读全文
R12.2 URL Validation failed. The error could have been caused through the use of the browser's navigation buttons
2016-12-22 16:22 by abce, 6118 阅读, 0 推荐, 收藏,
摘要:EBS升级到R12.2.4后,进入系统操作老是报以下错误: 通过谷歌发现有人遇到相同的问题,并提供了解决方案。 原文地址:http://onlineappsdbaoracle.blogspot.com/2016/05/afterebs-12.html This error is because th 阅读全文
Nodes “-1” are listed in ADOP_VALID_NODES table but not in FND_NODES table
2016-12-22 10:50 by abce, 699 阅读, 0 推荐, 收藏,
摘要:While trying to apply patches to upgrade to 12.2.4, adop failed due to the below errors. MOS had a direct hit on this (1988581.1): “Nodes “-1″ are lis 阅读全文
E-Business Suite 12.2 startCD 50 Install Fails with Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed Cannot install Web Tier Utilities
2016-12-18 20:38 by abce, 1062 阅读, 0 推荐, 收藏,
摘要:在rhel7.2上,使用startCD 50安装ebs r12.2的使用,安装到38%的时候就报错,遇到了和以下文章类似的问题: http://www.cnblogs.com/abclife/p/4994353.html 但是,这次是全新安装,相应目录下不该有老的内容。查看mos,发现了这个文章,贴 阅读全文
ebs r12 -- adadmin: error while loading shared libraries: libclntsh.so.10.1
2016-12-15 23:04 by abce, 1393 阅读, 0 推荐, 收藏,
摘要:安装EBS R12.2增加中文字符集时,运行$AU_TOP/bin/adadmin出错: 产因是没有配置应用管理用户的环境变量。 对.base_profile进行编辑,增加以下内容: 再次执行后,仍然报相同的错误。 原来在d01l目录下有两个env文件,真正应该配置的是APPSVIS_ebstest 阅读全文
ebs R12.2启动报错"failed to start a managed process after the maximum retry limit"
2016-12-15 17:12 by abce, 1685 阅读, 0 推荐, 收藏,
摘要:启动日志: 查看日志console~OHS~1.log 解决方法: 步骤: 阅读全文
重启redis报错:Waiting for Redis to shutdown
2016-12-14 15:22 by abce, 7052 阅读, 1 推荐, 收藏,
摘要:重启redis,发现一直报:Waiting for Redis to shutdown 因为配置了密码验证,而在restart的时候并没有配置密码。 解决方法:1.修改redis服务脚本,加入如下所示的信息即可: 阅读全文
Tomcat8启动报there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
2016-12-14 14:13 by abce, 14001 阅读, 0 推荐, 收藏,
摘要:修改方法: tomcat 中context.xml 配置文件加入 <Resources cachingAllowed="true" cacheMaxSize="100000" /> 阅读全文
浙公网安备 33010602011771号