ERROR CODE in CREATING JOB SCHEDULER

Please,
I'm having an issue with the below code, does someone can figure out what is not going on?
BEGIN
DBMS_SCHEDULER.CREATE_JOB
JOB_NAME => 'GATHER_DEV_TABLES_STATISTICS',
JOB_TYPE => 'STORED_PROCEDURE',
JOB_ACTION => 'DBMS_STATS.GATHER_SCHEMA_STATS("DEV");',
NUMBER_OF_ARGUMENTS => 0,
START_DATE => '06-JUN-2007 05:00:00 AM',
REPEAT_INTERVAL => 'FREQ=DAILY; BYHOUR=5',
ENABLED => 'TRUE',
AUTO_DROP => 'FALSE',
COMMENTS => 'GATHERING_DEV_TABLE_DAILY_AT_5AM'
* END;
when try to create the job schrdule I got the followin error, any idea will be helpful
DBMS_SCHEDULER.CREATE_JOB
ERROR at line 2:
ORA-06550: line 2, column 1:
PLS-00306: wrong number or types of arguments in call to 'CREATE_JOB'
ORA-06550: line 2, column 1:
PL/SQL: Statement ignored

...or the source:
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sched.htm
Other than the start date, it could be the semi colon shouldn't be there for stored procedure (not like pl block), or missing begin end or that a call to set_job_argument is required. I don't have a server to test on now, so there's a certain lack of precision, sorry... :)

Similar Messages

  • Internal error occurs in background job scheduling

    Hi Experts,
    We are facing an error message "Internal error occurs in background job scheduling" while trying to execute a custom report(Z report) in background in SA38.
    Please find the following observation on our side on this message.
    1) This message is not coming for only one report not for others.
    2) SU53 screen shot shows that SE38 check is failed, but the weird thing is not happening for other report.
    3) Persons having SE38 auhtorization are able to run this report.
    Please advise.
    Thanks in advance,
    Viven

    What is the message ID and number? Have you tried OSS search and debugging?
    What does this program do, in a nutshell?

  • Create Job scheduler

    Hi,
    Apps - 12.1.3
    DB - 11.1.0.7.0
    i want to run a job ( say sql quesry) at every hour ..
    how i can schedule it using scheduler ?
    I planned:
    --create schedule
    begin
    dbms_scheduler.create_schedule
    ( schedule_name => 'weekday_execution',
    start_date=> trunc(sysdate)+8/24,
    repeat_interval=> 'FREQ=DAILY; BYHOUR=01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17',
    comments => 'Weekday schedule based on MON-FRI 8 to 5');
    end;
    --create program
    BEGIN
    DBMS_SCHEDULER.CREATE_PROGRAM (
    program_name => 'oe.my_saved_program1',
    program_action => '/usr/local/bin/date',
    program_type => 'EXECUTABLE',
    comments => 'My comments here');
    END;
    Create Job:
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
    job_name => 'my_job',
    job_type => 'SQL',
    job_action => 'select * from dual',
    start_date => '01-SEP-11 1.00.00AM US/Pacific',
    repeat_interval => 'FREQ=DAILY',
    enabled => TRUE,
    comments => 'Select query');
    END;
    Am i correct?
    Thanks
    Vishwa
    Edited by: Vishwa on Sep 1, 2011 5:42 AM

    Hello Vishwa;
    What I is create them in this order
    Schedule -
    Program Name-
    Create Job-
    You need to create the Job last if its using a Schedule or a Program. If you query can be run in a stored procedure the Program example below will work.
    Schedule Example
    begin
      dbms_scheduler.create_schedule 
      (schedule_name => 'DAILY_AT_8AM', 
       start_date=> trunc(sysdate)+18/24, 
       repeat_interval=> 'freq=daily;byhour=8;byminute=0;bysecond=0',
       comments=>' Run at 8am every day'); 
    end;
    Program Example
    begin
    -- Call a procedure of a database package
    dbms_scheduler.create_program
    (program_name=> 'PROG_REPROCESS_EMP_COMM',
    program_type=> 'STORED_PROCEDURE',
    program_action=> 'REPROCESS_EMP_COMM',
    enabled=>true,
    comments=>'Procedure to set comm to NULL'
    end;
    Job Example
    begin
    dbms_scheduler.create_job
    (job_name => 'JOB_REPROCESS_EMP_COMM',
    program_name=> 'PROG_REPROCESS_EMP_COMM',
    schedule_name=>'DAILY_AT_405PM',
    enabled=>true,
    auto_drop=>false,
    comments=>'Job to update comm to null');
    end;You can check for failed jobs by running this query
    SELECT
      LOG_DATE,
      JOB_NAME,
      STATUS,
      REQ_START_DATE,
      ACTUAL_START_DATE,
      RUN_DURATION
    FROM  
      DBA_SCHEDULER_JOB_RUN_DETAILS
    WHERE
      STATUS <> 'SUCCEEDED'Things that will help :
    Grant 'create job' or 'create any job' privilege directly to the user (not through a role!).
    Avoid naming the job as an already existing procedure/package name.
    Consider starting your jobs with JOB_ and your programs with PROGRAM_.
    Your Schedule need to be this :
    BEGIN
      DBMS_SCHEDULER.create_schedule (
        schedule_name   => 'HOURLY_SCHEDULE',
        start_date      => SYSTIMESTAMP,
        repeat_interval => 'freq=hourly; byminute=0',
        end_date        => NULL,
        comments        => 'Repeats hourly, on the hour, for ever.');
    END;
    /If you need a code block change you program type to this :
    program_type   => 'PLSQL_BLOCK'Best Regards
    mseberg

  • Transaction code to create job and position in LSMW

    Hi,
    I am looking for transaction codes that can be used in LSMW to Create Job and Position. I have used PPSC, but instead of creating Job and Position, It creates org unit although I pass in the parameter for ObjectType.
    I would appreciate if anyone can help me with this problem.
    Thank you in advance,
    Sunny

    Hi,
    Check this link
    http://help.sap.com/saphelp_46c/helpdata/en/0c/e785d8f8af11d2a61f0060087832f8/frameset.htm
    Thanks & Regards,
    Judith.

  • Blu-ray error device error code "3" create sequence fail to write m25 file

    Continue to get this error message when outputting to blu-ray, can burn to dvd just fine. It seems I have experienced this issue in the past but don't recall how I resolved.
    tried re-saving to new file name.

    I found 3 other discussions... one of them may help
    Re: Blue ray Error -  "Device not ready", Code:"3", Notes -   Any ideas what this means?
    Blu-ray error: "device error", Code "3", Note: "AS_StorageError = -97064
    Blu-ray Error: "divide error", Code: "3", Note: "AS_StorageError = -97060

  • Error message while Creating Work Schedule

    Hi,
    While Hiring an Employee, and creating a work schedule, using the work schedule rule NORM, the error message "No work schedule rule for key 2 00NORM 20100501 ##"
    How do I rectify this issue?
    Regards,
    Arvind
    Please Type the Error in the search forum ............ feild you will find lot of threads related to this issue

    check your PSA grouping in V_001P_ALL

  • Error in Back ground job schedule for call transaction

    Hi Experts ,
    I have a Program which as Three BDC in it . 1 - to create contact person , 2- customer 3-sales order
    Using call transaction if i run with all screens and no screens it's running fine..
    if i schedule it background job
    conact and customer works fine but sales order not works ..
    can anyone give me the solution ?

    Hi Phani and Pavan ,
    It works Fine for Back ground anf fore ground i.e ( N and A )  sales order is created here .
    but Sales order not created when i schedule it in back ground  as
    Program - execute in back ground  .
    sales not created when i schedule it in background job  only using SM36 or Program - execute in back ground  ?
    Edited by: Pradeep Annaiah on Jan 13, 2009 5:29 AM

  • Build error when using custom error codes

    When I try to build my application using custom error codes I receive the following error:
    Error 1 occurred at Copy in AB_Engine_Copy_Error_Files.vi->AB_Application.lvclass:Copy_Error_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488:  Command requires GPIB Controller to be Controller-In-Charge.
    C:\Program Files\National Instruments\LabVIEW 8.5\user.lib\errors\BPMS-errors.txt
    This only occurs the first time I attempt to build my application. If I build again immediately after receiving the error, everything works fine. My custom error codes were created using the provided editor, and I have included the file in my project. I have also checked the "Copy error codes" box in the advanced build specification settings.

    Hi Donovan,
    The attached project is giving me the error previously discussed. Thanks for your help.
    Attachments:
    BuildError.zip ‏10 KB

  • Problem Getting Error Code and Description in Alerts

    We are having trouble getting the Error code and Error description in the Alerts and we're having trouble getting a alert for message mapping exceptions.  I have read through the BLOGs and the help on SAP.  I'm not sure it is something to do with the configuration or SP14.  We did not have these problems with SP12 at our other customer XI implementations.
    Background -
    We have setup an "XI Alert" classification with three Alert categories -"XI_Mapping_Error", "XI_Adapter_Error", "XI_Runtime_Error". 
    For the "XI_Mapping_Error" alert category, we have setup a rule so that any Integration Engine Application Mapping.* Error code will create an alert.  However, when we have a mapping error in XI which we can see in MONI, we do not get an alert.  The checkbox for "Suppress Multiple Alerts of this Rule" is not selected.  I am not sure why we're not getting the alert.
    For the "XI_Adapter_Error" alert category, we have setup a rule so that any Adapter Engine * adapter type will create an alert.  The alert gets created - however, some of the container variables do not get poulated in the email.  We have defined Container variables pointing to the corresponding ABAP data dictionary elements - i have double checked these definitions.
    Here is an alert email - the Error Code (SXMS_ERROR_CODE -  SXMSERRTX) and Error Category (SXMS_ERROR_CAT - SXMSERRCAT) are not being extracted:
    Alert ID: ##23896##
    Error Code =
    Error Category =
    Message ID = 1506eab0-6125-11da-9ba2-00505685 Time = 14:26:12 Date = 29.11.2005
    Sender Party =
    Sender Service = BS_CPI
    Sender Interface = MI_CPI_INV_RFC_REQ_ABS
    Receiver Party =
    Receiver Service = BS_CPI
    Receiver Interface =
    We are not able to figure out why the Alert framework is not working correctly.  We are running XI 3.0 SP 14 on Win2K, SQL 2000.
    Anyone encounter these problems?  Any help would be appreciated.
    Regards,
    Jay Malla

    >> There are some problems with SP 14 and the alert framework.
    Very true! Join the team!
    >> We applied Note 876546 which triggered certain alerts that were not getting triggered. However, we're not getting the Error code and Error Description in some of the alerts.
    Jay, This note is specifically for a situation where the 'where did the error occur' set to No Restriction. I don't think anything else is included in this fix .01 to patch 0.9 of SPS 12 of XI 3.0!!!
    My problem is that even the messageID variable is not getting replaced!!! In SP12 everything was perfect. After SP14, the errors are coming almost instantaneously to the inbox, but without any variable replacement.
    Best of luck,
    Kannan

  • How to deactivate Filter and Job in Job scheduling?

    Hi,
    My scenario is:
    XI will poll the file from 3rd party system and wil send to R/3 via IDOC adapter.
    On every sunday , R/3 will be down for 3-4 hrs for maintenance purpose.
    I need to create job scheduling in such a way that XI sould collect all the message coming on sunday during that period
    of time and after endtime has reached , it should process those message and should send the message to R/3 system.
    I have created Sender/Receiver ID ..also create Filter and a JOBID.
    while creating Job ID i specified the following
    1: Start Date    = 18.08.2009
    2:Start Time     = 11.00.00
    3:End Date      = 18.08.2009
    4:End Time      = 15.00.00
    5:Period          =  7
    6:Period Unit   = D (Days)
    Job should be scheduled at 11.00.00 and end at 15.00.00 ,filter and Job both should deactivate and after 15.00.00 it should process those messages.
    But the problem is it doesnt deactivate the filter.
    I tried using SXMS_JOB_DEACTIVATE and SXMS_START_JOB_AT_ONCE
    Both deacitvtes the JOB but not filter.
    Can any body tell me , how to go with it.
    Also if I have to write a report, what all things are required.
    regards,
    Mayank

    Hi Volker,
    Down time for R/3 is more ..so i am not sure whether XI will trying till that time or not.
    And XI is not able to than all the incoming messages in XI during that period of time will be Red Flag.
    can we write a report in XI such a way that .. all the queued messages should be processed ..thorugh Job scheduling.

  • Creation of Error Codes in AIA

    Hi,
    Can you please throw some light on how to create Error Codes and how those are crucial in AIA Error Handling Framework? What happens if an Error Code is not created? Will it effect the Error Handling Mechanism in AIA by any way? (I have gone thru FP guides but couldn't get clarity on this)
    Thanks & Best Regards,
    Chaitanya Chandu

    Hi Rohith, Thanks a lot for the useful information.
    I have created a simple flow with one requestor ABCS, an EBS and a Provider ABCS. the requestor accepts ABM from a custom developed schema, transforms it into EBM and invokes EBS. EBS will route this EBM to the provider ABCS which transforms this EBM into ABM and invokes CreditRatingService to see if the rating is good or not. Now to understand the working of AIA Error Handling Framework, I thought of enabling some error handling on Provider ABCS. At this point I got some doubts looking at Notifications Page in AIA Console:
    1. How and what error code is created in this case?
    2. What is the system code in this case? and
    3. Do we need to pick Role and FYI Role only from the list of roles available in system-jazn-data.xml? What if I want to create some other role and associate it with a particular error, User and group?
    4.Is AIAConfigurationProperties.xml playing any role in this case? And what is the extent to which BSR helps in this case?
    Thanks a lot for giving your valuable time ...
    Best Regards,
    Chandu

  • Adobe_com error code #16820

    my operating system i am using is Windows Vista....My browser i am using is IE9....tried to update Adobe_com update from current version of  2.0.0.0 to 2.3.0.0...instead i rec'd an error message....16820.  please advise thank you.

    o.k....what  free version of adobe acrobat is compatable with window vista basic and IE9?
    Date: Sat, 23 Mar 2013 15:44:04 -0700
    From: [email protected]
    To: [email protected]
    Subject: Adobe_com error code #16820
        Re: Adobe_com error code #16820
        created by Test Screen Name in Acrobat Installation & Update Issues - View the full discussion
    Did you read Reply#2 in the message linked above? It said ...  I'd recommend uninstalling that application from your system.  To access Acrobat.com moving forward, visit http://acrobat.com/signin.html
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5173372#5173372
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5173372#5173372
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5173372#5173372. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Acrobat Installation & Update Issues by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Please help for job schedule

    i need create job schedule to be run daily at 1 AM the goal of this job to run the following query
    Delete
    From EJARIN.TEMP_CONTRACT_PROPERTIES TCP
    Where TCP.ENTRY_DATE<=to_date(sysdate-1);
    Commit;
    please help

    If you are in 9.2 or older release, you have just the Package DBMS_JOB to manage the Job.
    If you are in 10.1 or later release, DBMS_JOB or DBMS_SCHEDULER. But, it's recommended to use DBMS_SCHEDULER as it's a much more powerful tool.
    By using DBMS_JOB, you can create a Job like that:
    Just create a stored procedure which do your requirment then you can create job like below based on version..
    Example 1
    begin
      dbms_job.submit(:jobno,
                      '<PL/SQL stored procedure>;',
                       to_date('<date>','dd-mm-yyyy HH24:MI:SS'),
                      'SYSDATE + 1');
      commit;
    end;
    print jobno;By using DBMS_SCHEDULER, you can do like that for a STORED PROCEDURE:
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(
    job_name => '<job_name>',
    job_type => 'STORED_PRODECURE',
    job_action => '<schema>.<stored procedure>',
    repeat_interval => 'FREQ=DAYLY;BYHOUR=<hh>;BYMINUTE=<mm>;BYSECOND=<ss>',
    enabled => TRUE)
    END;best regards
    asp

  • Error Code  37303

    Leider kann ich aus Encore CS 6 wie viele andere Leute keine DVD brennen. Wer kennt einen Trick??

    I tried to download "Imgburn". Unfortunately I only have found a Windows version. Otherwise, on the web site of "aimersoft" you can dowload a OSx verison of "DVD Creator for Mac". Is not for free and works to much.
    Another solution:
    1 Create an ISO file in Encore
    2 Burn with "ISOBurn" from the AppStore the ISO file in 4 clicks on the DVD
    3 finish and works
    It is incredible that Adobe After 20 years still not easily can burn a DVD!
    Am 31.01.2014 um 17:24 schrieb Stan Jones <[email protected]>:
    Re: Error Code 37303
    created by Stan Jones in Encore CS6 & CC - View the full discussion
    Build to a DVD image in Encore; then use ImgBurn to burn the disk.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6074510#6074510
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6074510#6074510
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6074510#6074510. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Encore CS6 & CC at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.
    Bis bald wieder und herzliche Grüsse
    Mark und Anita
    on Tour
    WEB:     www.bcprod.ch     
    eMail:     [email protected]
    skype:     negikater

  • Error while creating a Scheduled job in OIM 11g

    While creating a scheduled job, if i click on the Task and search to select the value, i get the following error.
    <Nov 14, 2011 5:10:24 PM IST> <Error> <oracle.adfinternal.view.faces.config.rich
    .RegistrationConfigurator> <BEA-000000> <ADF_FACES-60096:Server Exception during
    PPR, #1
    javax.servlet.ServletException: java.lang.AssertionError
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:341)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.j
    ava:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter
    (RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterL
    istChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter
    .java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterL
    istChain.doFilter(TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilt
    erImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilte
    r(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFi
    lter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmt
    NavigationFilter.java:122)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthCon
    textFilter.java:108)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:1
    76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.jav
    a:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:1
    61)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:13
    6)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsF
    ilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.AssertionError
    at org.apache.myfaces.trinidad.component.ChildArrayList.__removeFromPare
    nt(ChildArrayList.java:191)
    at org.apache.myfaces.trinidad.component.ChildArrayList.add(ChildArrayLi
    st.java:53)
    at org.apache.myfaces.trinidad.component.ChildArrayList.add(ChildArrayLi
    st.java:69)
    at org.apache.myfaces.trinidad.component.ChildArrayList.add(ChildArrayLi
    st.java:33)
    at oracle.iam.consoles.faces.render.canonic.UIValue$UIEntitySelector.sea
    rch(UIValue.java:1670)
    at oracle.iam.consoles.faces.render.canonic.UIValue$UIEntitySelector.acc
    ess$2400(UIValue.java:1467)
    at oracle.iam.consoles.faces.render.canonic.UIValue$EntitySelectorQueryL
    istener.processQuery(UIValue.java:1787)
    at oracle.adf.view.rich.event.QueryEvent.processListener(QueryEvent.java
    :67)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXC
    omponentBase.java:675)
    at oracle.adf.view.rich.component.UIXQuery.broadcast(UIXQuery.java:108)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.r
    un(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._pr
    ocessPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.bro
    adcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclu
    de.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.r
    un(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._pr
    ocessPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.bro
    adcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclu
    de.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents
    (LifecycleImpl.java:902)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(L
    ifecycleImpl.java:313)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(Lifecyc
    leImpl.java:186)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.j
    ava:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter
    (RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterL
    istChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter
    .java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterL
    istChain.doFilter(TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilt
    erImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilte
    r(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFi
    lter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmt
    NavigationFilter.java:122)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthCon
    textFilter.java:108)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:1
    76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.jav
    a:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:1
    61)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:13
    6)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsF
    ilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    This behavior is seen in most of the lookups when we try to search for value.
    Please let me know for any configuration steps for the same issue.

    Have you tried restarting the db and the server? I have seen this on user search and a db restart along with server restart solved it for me. Also note that this error in my case was due to wrong mds file. so for you also check ur tasks and any custom xml which might have some errors into it.
    HTH,
    BB

Maybe you are looking for