发布时间:2013-12-24 15:26:33
一个经常碰到的bug,访问DBA_JOBS_RUNNING视图长时间得不到结果。在10.2以前的版本,查询DBA_JOBS_RUNNING视图经常会发生等待:SQL> SET TIMING ONSQL> SELECT * FROM DBA_JOBS_RUNNING;no rows selectedElapsed: 00:00:28.57上面这个查询中虽然一条记录都没有查询到,但是仍然用了将近30秒,而如果采用RBO的方式.........【阅读全文】
发布时间:2013-12-23 15:58:44
ORACLE有一种定时调度机制,用dbms_job包来管理。 设置的JOB就是不运行,搞得的郁闷, 最好执行了这个才搞定 exec dbms_ijob.set_enabled(true); 下面提供一个checklist用于检查job异常的原因: 1) Instance in RESTRICTED SESSIONS mode? Check if the instance is in restricted sessions mode:.........【阅读全文】
发布时间:2013-12-10 11:17:25
1. find out sun_plugin_version from $FND_TOP/resource/appsweb_${HOST}.cfg from your applications NODE Version was 1.4.2._04sun_plugin_version=1.4.2_042. Download and install j2sdk version 1.4.2_04 from www.javasoft.com on Linux Desktop. The JDK install direc.........【阅读全文】
发布时间:2013-12-10 11:16:23
fact: Oracle Applications 11.5Please follow the procedures below to create a trace file of all form leveldetails, built in programs, triggers, and procedures used in a form or process:1 ensure operati.........【阅读全文】
发布时间:2013-12-09 10:44:23
http://mirror.symnds.com/distributions/CentOS-vault/......【阅读全文】
chinaunix网友2007-12-20 14:17
兄弟,请问你的cacti监控oracle搞定了吗?我目前想加上oracle监控,我加了你gmail ,不知道你是否有MSN?我想向你请教一下