摘要:
当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,常常会出现ora-00054:resource busy and acquire with nowait specified这样的错误。 主要是因为有事务正在执行(或者事务已经被锁),所有导致执行不成功。 阅读全文
posted @ 2021-05-11 23:52
Deo2021
阅读(180)
评论(0)
推荐(0)
摘要:
The following steps will enable SQL*Trace for all MSCA/WMS users. Please modify the following parameter in Mobile server configuration file mwa.cfg . 阅读全文
posted @ 2021-05-11 23:51
Deo2021
阅读(53)
评论(0)
推荐(0)
摘要:
文档 ID 1330409.1 Move Order出现问题了Move Order 3077233 共下需求209行。请求move order pick slip的output第1次输出不全。第1次请求只能输出41条,第2次输出82条,第3次123条,第4次205条,第5次246条,直到第6次才Ru 阅读全文
posted @ 2021-05-11 23:50
Deo2021
阅读(62)
评论(0)
推荐(0)
摘要:
Upload WFLOAD <apps/pwd>@<connect_string> 0 Y {UPLOAD | UPGRADE | FORCE} <file_name.wft> 把工作流文件(wft文件)上传到数据库中 Example:- WFLOAD apps/apps@instance 0 Y 阅读全文
posted @ 2021-05-11 23:49
Deo2021
阅读(45)
评论(0)
推荐(0)
摘要:
一般都是通过下面两个语句查程序包在什么地方被调用过 select * from all_dependencies t where t.REFERENCED_NAME='CUX***' select * from all_source t where t.TEXT like '%CUX***%' 阅读全文
posted @ 2021-05-11 23:48
Deo2021
阅读(75)
评论(0)
推荐(0)
摘要:
Root Cause of the Error 1. This error is due to the value setup under System Profile Option 'BNE UIX Physical Directory' at the 'Site' level. By defau 阅读全文
posted @ 2021-05-11 23:47
Deo2021
阅读(54)
评论(0)
推荐(0)
摘要:
关于EBS中OAF个性化的移植 以下简述一下在EBS环境中,如何通过移植的方式把一个环境的个性化设定移植到另外一个环境。 1、找出在开发环境有做过个性化设定的内容。 通过在有做过个性化设定的页面点击About this Page进入,查看相关信息,如下图所示: 2、检查profile的设定。Prof 阅读全文
posted @ 2021-05-11 23:43
Deo2021
阅读(143)
评论(0)
推荐(0)
摘要:
Caused by: org.xml.sax.SAXParseException: <Line 11742, Column 27>: XML-20201: (Fatal Error) Expected name instead of . 我让客户dba把output文件发出来了,发现11742行有点 阅读全文
posted @ 2021-05-11 23:40
Deo2021
阅读(433)
评论(0)
推荐(0)
摘要:
select sa.SQL_TEXT,sa.* from v$session se, v$sqlarea sa where se.PREV_HASH_VALUE = sa.HASH_VALUE and se.AUDSID = 144375585(db_session_id) 阅读全文
posted @ 2021-05-11 23:37
Deo2021
阅读(53)
评论(0)
推荐(0)
摘要:
Cd $COMMON_TOP/admin/scripts/PROD_bmcerpap ( cd $ADMIN_SCRIPTS_HOME)一般目录 adcmctl.sh stop apps/apps adcmctl.sh start apps/apps 阅读全文
posted @ 2021-05-11 23:36
Deo2021
阅读(60)
评论(0)
推荐(0)
摘要:
1. Log in Metalink and downloan patch with patch No 2. 检查patch的readme.html 3. upload patch(/erpsw) 4. telnet EBS系统 5. 解压patch (UNZIP XXXX.zip) 停应用 1)c 阅读全文
posted @ 2021-05-11 23:34
Deo2021
阅读(297)
评论(0)
推荐(0)
摘要:
查找文件 :find . -name arvtlinv.sql 查找系统变量:$ echo $PATH 可参考: http://www.cs.purdue.edu/homes/cs348/unix_path.html 查看系统状态: topas 阅读全文
posted @ 2021-05-11 23:32
Deo2021
阅读(223)
评论(0)
推荐(0)
摘要:
metlink id 1400383.1 Cd 进入$MWA_TOP/bin下 In 11i: $MWA_TOP/secure/ In R12: $INST_TOP/admin/install/ sh mwactl.sh -login sysadmin/sysadmin stop_force 102 阅读全文
posted @ 2021-05-11 23:29
Deo2021
阅读(62)
评论(0)
推荐(0)
摘要:
http://etrm.oracle.com/ http://support.oracle.com 阅读全文
posted @ 2021-05-11 23:27
Deo2021
阅读(62)
评论(0)
推荐(0)
摘要:
Select T.Language, T2.Patch_Name, T2.Last_Update_Date From Applsys.Ad_Patch_Driver_Langs t, Ad_Patch_Drivers T1, Ad_Applied_Patches T2 Where T.Patch_D 阅读全文
posted @ 2021-05-11 23:25
Deo2021
阅读(109)
评论(0)
推荐(0)
摘要:
select frv.RESPONSIBILITY_NAME, frg.request_group_name, frgu.request_unit_id from fnd_request_groups frg, fnd_request_group_units frgu, fnd_responsibi 阅读全文
posted @ 2021-05-11 23:23
Deo2021
阅读(46)
评论(0)
推荐(0)
摘要:
编译JSP cd $FND_TOP/patch/115/bin ./ojspCompile.pl --compile --flush -s "test2.jsp" 编译form cd $AU_TOP/forms/US f60gen userid=apps/apps module=$AU_TOP/fo 阅读全文
posted @ 2021-05-11 23:22
Deo2021
阅读(64)
评论(0)
推荐(0)
摘要:
1)cd $INST_TOP/admin/scripts 或者 2) cd $ADMIN_SCRIPTS_HOME ($COMMON_TOP/admin/scripts) ./adstpall.sh apps/apps ./adstrtal.sh apps/apps 检查应用是否停干净了:ps -f 阅读全文
posted @ 2021-05-11 23:20
Deo2021
阅读(77)
评论(0)
推荐(0)
摘要:
strings -a $INV_TOP/patch/115/sql/INVRCVLB.pls | grep -i '$Header' 阅读全文
posted @ 2021-05-11 23:14
Deo2021
阅读(36)
评论(0)
推荐(0)
摘要:
select value from v$parameter where name = 'user_dump_dest'; 阅读全文
posted @ 2021-05-11 23:08
Deo2021
阅读(451)
评论(0)
推荐(0)
浙公网安备 33010602011771号