Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2583690
  • 博文数量: 323
  • 博客积分: 10211
  • 博客等级: 上将
  • 技术积分: 4934
  • 用 户 组: 普通用户
  • 注册时间: 2006-08-27 14:56
文章分类

全部博文(323)

文章存档

2012年(5)

2011年(3)

2010年(6)

2009年(140)

2008年(169)

分类: Oracle

2009-03-09 11:22:16

在工作流邮件的发送过程中,有的邮件需要一天甚至更多的时间才能发送到。针对这个问题可以用如下方案来解决:
Applies to:
Oracle Workflow Cartridge - Version: 11.5.10
This problem can occur on any platform.
 
Symptoms
The Workflow Notification Mailer performance is too slow. Notification e-mails not sent to the recipient_role in time, even the test mail is having this problem. Some e-mail notifications are sent on the next day and some are sent out some hours later. In table wf_notifications the column mail_status remains 'MAIL', while status is 'OPEN' and with end_date and due_date null. wf_notification_out queue contains invalid data.

Solution
Please proceed as follows:
1. Stop the Workflow mailer
2. Recreate the wf_notification_out queue and recreat it out of the wf_notifications table by executing:
cd $FND_TOP/patch/115/sql
sqlplus APPS/ @wfntfqup.sql APPS APPLSYS
3. Start the mailer and test again.
 
阅读(1850) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~