Thursday, January 21, 2010

Previous post issue.

Please confirm that Workflow Deferred Agent Listener and Workflow Java Deferred Agent Listener are now up and running


Once Ready messages are almost 0 execute the concurrent request once again.

SQL> select decode(wfe.state,0,'0 = Ready',1,'1 = Delayed',2,'2 = Retained',3,'3 = Exception',to_char(substr(wfe.state,1,12))) State, count(*) COUNT from applsys.wf_deferred wfe group by wfe.state;

If still an issue please login as SYSADMIN and in System Administrator responsibility Define Users function --> Query an affected user --> End Date the user --> Save --> remove the end date --> save and retest

No comments:

Post a Comment

Command to do active duplicate for Oracle Database

1. First login to target server 2. Validate tns connectivity between Source DB and Target DB 3. Prepare and validate space availability 4. S...