Website Design, Website Development, Shopping Carts, Content Management Systems, Custom Programming, Custom Applications Appsdba: January 2010

Oracle Applications, Middleware, Database, DB RAC & HA

It is place where anyone grab more knowledge about Oracle Applications, middleware etc.

 
APPS R12
  • File System
  • Tech Stack
  • Admin Scripts
  • Forms Mode
  • APPS 11i
  • Know more
  • Maintenance Mode
  • Maintenance Mode(New)
  • Patching
  • APPS Scripts
  • Database Scripts
  • Protect APPS Password
  • Concurrent Manager
  • Database Refersh
  • Patchset Utility
  • Forms Data Loader
  • Web Server
  • Space Required
  • Responsibilities Of APPSDBA
  • OAS 9i/10gR2
  • Software Load Balancer
  • OAS 10gR3
  • Components
  • HTTP Server as Port 80
  • Database
  • Enable Archive
  • Clear Temp Tablespace
  • Drop DB (New in 10g)
  • Database Performance
  • Oracle Process
  • Advanced Topic
  • Database RAC

  • Do you know
  • Clusterware
  • Manage RAC Environment
  • High Availability
  • Certifications
  • EBS R12 Beta Exam
  • APPS 11i - 1z0-233
  • RAC 10gR2 - 1z0-048
  • Oracle Certifications
  • DBA Tools
  • TOAD
  • KEEP TOOL
  • ORACLE's SQL DEVELOPER
  • Spotlight on Oracle E-Business
  • DBDiff For Oracle

  • RE-CREATE WORKFLOW QUEUE !!!!! (New Year Gift)
    Friday, January 1, 2010
    ===================================
    Wish Happy New Year To ALL Readers
    ===================================

    Check the following :

    SQL> Select OWNER,OBJECT_NAME,OBJECT_TYPE,STATUS from dba_objects where OBJECT_NAME='WF_DEFERRED';

    RE-CREATE WORKFLOW QUEUE
    ========================
    => Bring down the Workflow Services of DMYFAI instance.
    => Add the Subscribers to The WF_DEFERRED queue

    =>Logon to SQLPLUS as APPLSYS schema.

    declare
    lagent sys.aq$_agent;
    begin
    lagent := sys.aq$_agent('WF_DEFERRED',null,0);
    dbms_aqadm.remove_subscriber(queue_name=>'WF_DEFERRED', subscriber=>lagent);
    end;
    /
    commit;

    declare
    lagent sys.aq$_agent;
    begin
    lagent := sys.aq$_agent('WF_DEFERRED',null,0);
    dbms_aqadm.add_subscriber(queue_name =>'WF_DEFERRED',subscriber=>lagent,rule=>'1=1');
    end;
    /
    commit;

    => Bring up the Workflow Services of DMYFAI instance.



    => Take an invalid count
    => Add the missing subscriber/rule to the queue.

    - Run $FND_TOP/patch/115/sql/wfquec2.sql

    sqlplus apps/ @wfquec2.sql


    - For other missing subscriber/rule,

    run $FND_TOP/patch/115/sql/wfmqsubc.sql

    sqlplus apps/ @$FND_TOP/patch/115/sql/wfmqsubc.sql APPLSYS

    => Check for new invalids
    posted by Jaswinder Singh @ 1:24 AM   1 comments
    About Me

    Name: Jaswinder Singh
    Home: Bangalore, Karnataka, India
    Certifications: RAC Certified Expert, OCP 9i, 10g & 11i
    About Me: I am working as APPSDBA, have hands on experience on DB RAC, HA on OAS 10g and Oracle Applications.
    See my complete profile
    Previous Post
    Archives
    Links
    Powered by

    Free Blogger Templates

    BLOGGER

    ADVERTISEMENT
    click here
    © 2006 Appsdba .