05 2021 档案

摘要:CREATE OR REPLACE PACKAGE BODY CUX_XML_TEMPLATE_RPKG AS Gv_Package_Name CONSTANT VARCHAR2(30) := 'CUX_XML_TEMPLATE_RPKG'; Gv_Debug VARCHAR2(1) := Nvl( 阅读全文
posted @ 2021-05-13 23:37 Deo2021 阅读(232) 评论(0) 推荐(0)
摘要:1、Form连接数据库apps/apps@TEST 2、plsql模拟界面环境(初始化)8008初始化begin fnd_global.APPS_INITIALIZE(user_id => 1671,resp_id =>50716 ,resp_appl_id => 401); mo_global.i 阅读全文
posted @ 2021-05-12 23:58 Deo2021 阅读(117) 评论(0) 推荐(0)
摘要:个性化里先执行dbms_trace.set_plsql_trace(1) 跟踪后关闭dbms_trace.clear_plsql_trace; 跟踪结果查看:SELECT * FROM sys.plsql_trace_events event WHERE event.runid = (SELECT 阅读全文
posted @ 2021-05-12 22:16 Deo2021 阅读(109) 评论(0) 推荐(0)
摘要:表简要描述: bne_layouts_b:存贮集成器的布局 bne_layout_cols:布局对应的列信息,其中包括了列的样式设置信息 bne_style_properties:存贮了在WebADI中可以使用的样式属性 bne_integrators_b:存贮WebADI集成器 bne_inter 阅读全文
posted @ 2021-05-12 22:13 Deo2021 阅读(106) 评论(0) 推荐(0)
摘要:1. Enable the INV and WIP profiles for debugging. INV: Debug Trace = Yes INV: Debug Level = 11 INV: Debug File = "valid directory from v$parameter" FN 阅读全文
posted @ 2021-05-12 22:10 Deo2021 阅读(92) 评论(0) 推荐(0)
摘要:当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,常常会出现ora-00054:resource busy and acquire with nowait specified这样的错误。 主要是因为有事务正在执行(或者事务已经被锁),所有导致执行不成功。 阅读全文
posted @ 2021-05-11 23:52 Deo2021 阅读(191) 评论(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 阅读(64) 评论(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 阅读(65) 评论(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 阅读(55) 评论(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 阅读(83) 评论(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 阅读(60) 评论(0) 推荐(0)
摘要:关于EBS中OAF个性化的移植 以下简述一下在EBS环境中,如何通过移植的方式把一个环境的个性化设定移植到另外一个环境。 1、找出在开发环境有做过个性化设定的内容。 通过在有做过个性化设定的页面点击About this Page进入,查看相关信息,如下图所示: 2、检查profile的设定。Prof 阅读全文
posted @ 2021-05-11 23:43 Deo2021 阅读(158) 评论(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 阅读(444) 评论(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 阅读(61) 评论(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 阅读(67) 评论(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 阅读(323) 评论(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 阅读(226) 评论(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 阅读(79) 评论(0) 推荐(0)
摘要:http://etrm.oracle.com/ http://support.oracle.com 阅读全文
posted @ 2021-05-11 23:27 Deo2021 阅读(65) 评论(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 阅读(119) 评论(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 阅读(54) 评论(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 阅读(76) 评论(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 阅读(79) 评论(0) 推荐(0)
摘要:strings -a $INV_TOP/patch/115/sql/INVRCVLB.pls | grep -i '$Header' 阅读全文
posted @ 2021-05-11 23:14 Deo2021 阅读(40) 评论(0) 推荐(0)
摘要:select value from v$parameter where name = 'user_dump_dest'; 阅读全文
posted @ 2021-05-11 23:08 Deo2021 阅读(465) 评论(0) 推荐(0)
摘要:Note 167635.1 Tracing in 11.5.10 1. Make the user value for profile option 'ICX: Forms Launcher' the same as the site value. e.g. copy value of ICX: F 阅读全文
posted @ 2021-05-11 23:06 Deo2021 阅读(108) 评论(0) 推荐(0)
摘要:用以下SQL找到相应的trc文件: Select 'Request id: ' || Request_Id, 'Trace id: ' || Oracle_Process_Id, 'Trace Flag: ' || Req.Enable_Trace, 'Trace Name: ' || Dest.V 阅读全文
posted @ 2021-05-11 23:04 Deo2021 阅读(50) 评论(0) 推荐(0)
摘要:Declare v_sql varchar2(100); begin v_sql := 'alter session set nls_language =' || '''american'''; execute immediate v_sql; exception when others then 阅读全文
posted @ 2021-05-10 23:47 Deo2021 阅读(116) 评论(0) 推荐(0)
摘要:ops$tkyte@8i> GRANT JAVAUSERPRIV to ops$tkyte 2 / Grant succeeded. That grant must be given to the owner of the procedure.. Allows them to read direct 阅读全文
posted @ 2021-05-10 23:46 Deo2021 阅读(73) 评论(0) 推荐(0)
摘要:用sql*loader 倒数据时报sql*loader_522:ifiopn faild for file info.bad文件。如何解决? 另: sql*loader的错误有没有类似oerr ora 的命令可以查看的? 应该是环境变量没设好. 或者执行的路径不对,改用全路径: $ORACLE_HO 阅读全文
posted @ 2021-05-10 23:45 Deo2021 阅读(125) 评论(0) 推荐(0)
摘要:如果临时表空间没有设置为自动扩展,则临时表空间不够时事务执行将会报ora-01652 无法扩展临时段的错误。 解决方法比较简单: 1、设置临时数据文件自动扩展。 2、增大临时表空间。 查询临时表空间状态: SQL> select tablespace_name,file_name,bytes/102 阅读全文
posted @ 2021-05-10 23:41 Deo2021 阅读(2765) 评论(0) 推荐(0)
摘要:上周将该数据库从10204升级到10205,之后就有一条sql一直报告ora-01719 该sql结构如下 select a.xx ... b.xx from a, b where a.class ='D' and a.cd in ('A','E') and ((a.cust_id = b.cust 阅读全文
posted @ 2021-05-10 23:40 Deo2021 阅读(145) 评论(0) 推荐(0)
摘要:今天项目上提了一个support,一个存储过程报“ORA-29280: 目录路径无效”错误 改存储过程中用到了UTL_FILE.fopen函数v_dat := UTL_FILE.fopen(v_datpath,v_datfile,'w'); UTL_FILE.fopen的作用是打开主机上某一目下的一 阅读全文
posted @ 2021-05-10 23:38 Deo2021 阅读(1610) 评论(0) 推荐(0)
摘要:exp: SQL> select * from T_TEMP_LZY_QYDJ_1 ; ORA-29913: 执行 ODCIEXTTABLEFETCH 调出时出错 ORA-30653: 已达到拒绝限制值 ORA-06512: 在"SYS.ORACLE_LOADER", line 14 ORA-065 阅读全文
posted @ 2021-05-10 23:37 Deo2021 阅读(724) 评论(0) 推荐(0)
摘要:1) 当我们在一个中文环境的客户端使用如下sql语句 INSERT INTO "temptable" ( DELIVER_DATE ) VALUES (TO_DATE('27-Jun-2007 15:57:30', 'DD-MON-YYYY HH24:MI:SS') ) Runtime error 阅读全文
posted @ 2021-05-10 23:36 Deo2021 阅读(2374) 评论(0) 推荐(0)
摘要:Cause The issue was caused by trying to analyze table for which statistics are locked on source system. Solution If locked, ETL analyze step will fail 阅读全文
posted @ 2021-05-10 23:35 Deo2021 阅读(522) 评论(0) 推荐(0)
摘要:一些ORACLE中的进程被杀掉后,状态被置为"killed",但是锁定的资源很长时间不释放,有时实在没办法,只好重启数据库。现在提供一种方法解决这种问题,那就是在ORACLE中杀不掉的,在OS一级再杀。 1.下面的语句用来查询哪些对象被锁: select object_name,machine,s. 阅读全文
posted @ 2021-05-10 23:34 Deo2021 阅读(574) 评论(0) 推荐(0)