教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 法律文档 >

10. adpatch 补丁应用指南(常见问题处理)(9)

来源:网络收集 时间:2026-05-29
导读: 手册 1.15.6 如果有错误The index cannot be created as the table has duplicate keys. 可以使用下面的sql查找重复的key SELECT ... FROM ... GROUP BY ... HAVING count(*)>1 AD Worker error: Unable to compare

手册

1.15.6 如果有错误The index cannot be created as the

table has duplicate keys.

可以使用下面的sql查找重复的key

SELECT ... FROM ... GROUP BY ... HAVING count(*)>1 AD Worker error: Unable to compare or correct tables or indexes or keys because of the error above

这个错误可能是数据原因引起的。如果要创建key索引的字段有重复值,就会出现这个问题。此问题可能有不同的解决方法,列举几个: - delete the duplicate rows

- run a concurrent request to delete the duplicate rows - rename the unique key value 例如: Note 987878.1 Create Index CSF_PHONETIC_VALUES_U3 Fails As The Table Has Duplicate Keys Note 430673.1 icxwtab.odf is unable to create index ICX_TRANSACTIONS_U1

1.15.7 如果有错误AD Worker - aduobbrt2: INFO:

ORA-03211: The segment does not exist or is not in a valid state

原因可能是DBMS_SPACE_ADMIN要操作的segment不存在或者segment的当前状态不能进

行此操作。这种情况经常发生在还没有分配segment的临时表上。执行DBMS_ADMIN_SPACE的时候,需要segment存在。

这种情况下,通常需要先将临时表drop掉。 参考例子: Note 372945.1 Applying 3480000 csdcsd1.odf Aduobbrt2: Info: ORA-03211: The Segment Does Not Exist Note 818044.1 During Patch Application, hxctab.odf Errors With: \Worker - aduobbrt2: INFO: ORA-03211: The Segment Does Not Exist Or Is Not In A Valid State\ Note 1546496.1 ORA-03211 During 12.1 Driver In Cstcbom.odf 手册

Note 457866.1 Ad Worker Fails For Wiphdr.Odf In Patch.6116755 The segment does not exist or is not in a valid state Note 1286823.1 Worker GMDCOA.odf Fails When Upgrading To R12.1 from Rel 11i

1.15.8 如果有错误ORA-00054: resource busy and

acquire with NOWAIT specified

如果出现错误:

ORA-00054: resource busy and acquire with NOWAIT specified The object is locked by another process.

可以尝试下面步骤:

? 使用adctrl重启失败的worker

? 确认安装补丁过程中应用是关闭状态 ? 查找并释放锁 ? 重启数据库

1.15.9 如果运行poxcom.odf报错ORA-00911: invalid

character

原因可能是:odf文件中的视图po_lines_xml定义中不能包含\符号

可以通过安装包含120.18.12000000.33或更高版本poxcom.odf文件的补丁解决问题。 可能的补丁有:

Patch 16369996:R12.PO.A

Patch 16214305:R12.PO.A Patch 16061415:R12.PO.A Patch 15893161:R12.PO.A Patch 15843328:R12.PO.A

1.15.10 手工加载.odf文件

参考Note 551325.1 How to verify or create a Database Object using a odf (adodfcmp) or xdf (FndXdfCmp) file ?

命令实例:

手册

adodfcmp odffile= mode= changedb=yes userid=/ touser=/ priv_schema=SYSTEM/ where mode can be : baseonly, tables, indexes, noindexes, sequences, views, grants For exemple: adodfcmp userid=as/ars mode=views odffile=$AS_TOP/patch/115/odf/asdss.odf changedb=yes touser=apps/apps_password priv_schema=apps/apps_password adodfcmp userid=ar/ar mode=tables odffile=$AR_TOP/patch/115/odf/arhz.odf changedb=yes touser=apps/apps_password priv_schema=apps/apps_password

1.16 如何解决.xdf文件运行失败

补丁日志中可能会看到下面错误:

ATTENTION: All workers either have failed or are waiting: FAILED: file .xdf on worker #.

1.16.1 确保已经安装补丁所有的前置条件

可以使用下面的查询查找系统中是否已经安装补丁的前置条件

SQL> select bug_number from ad_bugs where bug_number in ('&patch_number1','&patch_number2',...);

1.16.2 查看adwork日志

在adpatch的日志中可以看到执行出错的job是分配在哪个worker上运行的,在adwork的

日志中查看错误的详细信息。 可能会看到类似下面的错误: Invoking Utility FndXdfCmp ... Class: oracle.apps.fnd.odf2.FndXdfCmp Method: applyXDF Arguments: &un_gl &pw_gl &un_apps &pw_apps &jdbc_protocol &jdbc_db_addr table &fullpath__patch/115/xdf_.xdf &fullpath_fnd_patch/115/xdf_xsl index_category=large parallel_index_threshold=20000 手册

========================================================== XDF file application started. ================================================================================ Applying XDF file : /$APPL_TOP//12.0.0/patch/115/xdf/.xdf ================================================================================ => there comes the error.

1.16.3 在MOS中使用下面条件搜索

? .xdf

? adworker日志中的错误信息

1.16.4 查看数据库alert日志

检查数据库alert日志,看是否有跟错误有关的信息。

如果出现错误No AOL metadata present in the XDF file

可以参考Note 373842.1 Patch 348000 fails: ORA-1658 \AOL metadata present in the XDF file\ 中的步骤

1.16.5 如果有错误Error message is ORA-01430

可能是下面错误:

Invoking Utility FndXdfCmp ... Class: oracle.apps.fnd.odf2.FndXdfCmp Method: applyXDF ... ALTER TABLE table_name ADD ( column_name column_type ) Start time for statement above is date End time for statement above is date Error in executing statement ALTER TABLE table_name ADD ( column_name type ) 手册

Error message is ORA-01430: la colonna che si sta aggiungendo esiste gi? nella tabella 需要在应用层和数据库层unset local环境变量,然后重启数据库,并从头开始重新安装补丁。 查看: Note 1504251.1 Patch Is Failing Running FndXdfCmp With ORA-01430 Note 297777.1 Failures for many XDF files in upgrading 11i Release to 11i10 Using MP 3140000

1.16.6 如果出现错误ORA-12514, TNS:listener does not

currently know of service requested in connect descriptor

Exception in thread \java.sql.SQLException: Listener refused the connection with the

following error:

ORA-12514, TNS:listener does not currently know of service requested in connect descriptor The Connection descriptor used by the client was:

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=t106pldbms02.nehr.dev)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=HTBSITB2)))

…… 此处隐藏:3743字,全部文档内容请下载后查看。喜欢就下载吧 ……
10. adpatch 补丁应用指南(常见问题处理)(9).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/435420.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)