Trying to find a job that is failing

Hi,
I'm getting the following error in an alert log for one of our databases:
ORA-12012: error on auto execute of job 139498
ORA-27370: job slave failed to launch a job of type EXECUTABLE
ORA-27300: OS system dependent operation:accessing execution agent failed with status: 2
ORA-27301: OS failure message: The system cannot find the file specified.
ORA-27302: failure occurred at: sjsec 6a
ORA-27303: additional information: The system cannot find the file specified.
Doing some research it appears it's trying to use the DBMS_SCHEDULER but the Windows service is not enabled or configured. I'm trying to find job 139498 but it doesn't seem to exist - can someone please tell me how I can find this job?
Thanks
Adam

The query I need to use was this:
SELECT o.name object_name, u.name object_owner FROM
obj$ o, user$ u WHERE
o.obj# = 139498 and o.owner# = u.user#;
Thanks
Adam

Similar Messages

  • Finding a job that compresses a cube each day

    Hello All,
    A cube gets compressed each day - all packets. I am trying to find the job that runs daily that does this so I can change it. Please advise on where I should go to find the job, and how do I tell if I have found the right job?
    Many thanks and kind regards,
    Keith Kibuuka

    hi Keith,
    you can find the job name in infocube manage->collapse->
    job name is BI_COMP*
    if you are using process chain, you have to identify which process chain bi_process*.
    hope this helps.

  • I am trying to find an app that will track the usage on my iphone with times and dates to see what was accessed on my phone when I was away from it and what if anything was done eg deleted messages viewed facebook etc?

    Hi! I am trying to find an app that with track everything that is done on my phone with times and dates? im not really woried about call usage and texts sent I need it to view what has been done - for example:
    Messages received
    Messages deleted
    Facebook viewed
    Messages viewed
    Internet viewed and what?
    I just have an issue with someone using my phone - I used to track this through double clicking the home button and roughly knowing in what order I had been on things but they have sussed this one!
    Thank you!!

    No way to do that on a non-jailbroken iPhone. Why don't you just passcode protect your phone? That way no one but you can use it...unless they know your passcode.

  • I'm trying to find an addon that I used to have. It had blue and pink stickman people fighting each other's colored teams on the screen.

    I'm trying to find an addon that I used to have. It had blue and pink stickman people fighting each other's colored teams on the screen.

    This didn't help!

  • Trying to find a camcorder that records in 60 frames per second and will upload onto  ipad2 through camera connector

    Trying to find a camcorder that records in 60 frames per second and will upload onto  ipad2 through camera connector

    Old forum discussion, message now gone, but here's the summary
    Matt with Grass Valley Canopus in their tech support department stated that the model 110 will suffice for most hobbyist. If a person has a lot of tapes that were played often the tape stretches and the magnetic coding diminishes. If your goal is to encode tapes in good shape buy the 110, if you will be encoding old tapes of poor quality buy the model 300
    Both the 110 and 300 are two way devices so you may output back to tape... if you don't need that, look at the model 55
    http://www.grassvalley.com/products/advc55 One Way Only to Computer
    http://www.grassvalley.com/products/advc110 for good tapes, or
    http://www.grassvalley.com/products/advc300 better with OLD tapes
    Or
    ADS Pyro http://www.adstechnologies.com

  • I am trying to find a tool that gives coupling for each class

    Hi,
    I am trying to find a tool that gives coupling for each class and not each package. I already generated the coupling at package level with tools like pmd, classycle, jdepend and metrics. Please let me know of any other tool that would do coupling at class level.
    Thank you

    without the space!
    http://forum.java.sun.com/thread.jspa?threadID=633089&messageID=3666280#3666280

  • Script to find concurrent job that ran long within a time range

    Oracle Apps:12.1.1
    DB:11.1.0.7
    OS:Linux RedHat 86x64
    All,
    Could anyone please share the Script to find concurrent job that ran long in a particular day say between 3pm - 4pm in an hour's time range specifically.
    Thanks for your time!
    Regards,

    try
    SELECT request_id,     
           to_char(actual_start_date, 'dd-MON-yy hh24:mi:ss') begin_dt,
           to_char(actual_completion_date, 'dd-MON-yy hh24:mi:ss') end_dt,
           substr(to_number(((actual_completion_date - actual_start_date) * 24) * 60),
                  1,
                  5) time_in_min,
           program      
      FROM fnd_conc_req_summary_v a
    WHERE (
           actual_start_date >  to_date('30-11-2011 08:00', 'dd-mm-yyyy hh24:mi')
              and
           actual_start_date <  to_date('30-11-2011 08:00', 'dd-mm-yyyy hh24:mi'))
           )

  • Trying to find a file that is not showing up on Computer!!!

    I am trying to delete a file that i found on cleanmymac. I am trying to find the file on my computer, but it doesnt work!!! On CleanMyMac it even says the location of where the file is, But i cant find it!!!!

    If the file is in your user Library, it's hidden by default in Mountain Lion.  You can reach it on the Finder's menubar, Finder > Go > Hold the Option key down > Select Library.
    Make sure you know what the file is before you delete it.

  • Trying to find SCA file that contains pagetoolbar and masthead par

    I am trying to find which SCA file ultimately contains the par files:
    com.sap.portal.navigation.masthead,par and
    comp.sap.portal.navigation.pagetoolbar.par
    I have found apintergtaor in EPPSERV par, but cannot locate correct SCA for these.
    ( Iwas thinking maybe EPBC ot EPBC2, but not sure if this is correct)

    Hi Brad,
    In EP-PSERV - com.sapportals.nav.defaultheaderiviews.sda contains the masthead.
    Best Regards,
    Assaf Klieger

  • Trying to find action class that acts behind the search button in a jsp

    Hi all,
    I am trying to change the Search Functionality of Standard B2B Web Shop. In B2B Web shop , if we click on Products tab on left hand side, we get a search box and if we search for a product, in standard system the search will return duplicates. If a product is assigned to more than one area in the catalog, it will show up on the results of the search more than one time.
    But my requirement is that I have to filter out the duplicates and display the link for the first instance found. For that I figured out the jsp and it is  b2b/organizer-content-product-search1.jsp and now I want to find out which action class it is calling.  Does anyone know which action class is it calling?
    Regards,
    Jessica Sam

    Hi Jessica,
    File b2b/organizer-content-product-search1.jsp call action="<isa:webappsURL name="b2b/nextquicksearch.do" />" you can find which class is calling in config.xml file. Below is the entry from config.xml file.
    <action path="/b2b/nextquicksearch" input="/b2b/organizer-content-product-search1.jsp" type="com.sap.isa.isacore.action.QuickSearchAction" name="quickSearchForm" validate="true">
                   <forward name="success" path="/b2b/organizer-content-product-search1.jsp"/>
                   <forward name="failed" path="/b2b/organizer-content-product-search.jsp"/>
              </action>
    It is calling com.sap.isa.isacore.action.QuickSearchAction Action class.  To get more idea and clear picture about how search is working in ISA please refer [Dev and Ext guide|https://websmp206.sap-ag.de/%7Esapdownload/011000358700000469462006E/SAP_ISA50_DevAndExtGuide.pdf]
    Please Goto Page 101-Generic Search It will give you more detail about how search is working in ISA.
    I hope this inofrmation will help you.
    eCommerce Developer

  • I am trying to find an image that was on the Photoshop 3 samples from the mid '90s.  It was islands reflected in a still lake with stars making the islands look like they were floating.

    How do I go about finding this image?  I have the original PS 3 disk but it is to old to load the program now.  It was an image of a lake with islands that appeared to be floating in the night sky as the stars were reflected in the still water. 

    Not at all familiar with Photoshop 3. Have you tried a Google search?
    Benjamin

  • Frustrated, trying to find an itunes that will work with my OS!!!!

    Does anyone know where I can get an itunes that is compatible with Tiger 10.4.2? I had itunes 7.?? working just fine and I upgraded to a point where it would not work anymore. I've tried finding older downloads, ie 6.0.5 and 7.7 but none of them worked. Does apple not expect users of 10.4.2 to ever use itunes?? Any pointer in the right direction would be much appreciated!!! Thanks in advance!

    I'm running iTunes 7.7 on OS 10.3.9. You should be able to run that version on your current OS, but is there any reason that you can't update your Tiger to the most recent version of 10.4.11? With 10.4.11, you could run iTunes 8, the most recent version.
    If you want version 7.7, you can download it here: http://support.apple.com/downloads/iTunes77

  • Trying to find ALL objects that point to one column...

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE     11.2.0.3.0     Production
    TNS for Solaris: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    I have multiple schemas, all which have tons of objects that point to one column of one table.
    I tried to look at v$sqltext, and v$sqlarea, but it doesn't seem to show as expected.
    Is there a view that I can look at that will show me all the objects that relate to one column?
    my situation. Had to change the data structure of this one column. Changed the default value from a Y to an L. I have packages, functions, triggers...etc... that deal with this one column. I need to ensure that I go through EACH one and edit them to reflect the change to the table column. And again, this spans multiple schemas that point back to it.
    I can't overlook any objects. Is there any one place to find this?
    Thanks.

    Use view - DBA_DEPENDENCIES
    select * from dba_dependencies
    where type= 'TABLE'
    and name = '<TABLE_NAME>';Another crude way...
    select * from all_source
    where lower(text) like lower('%<TABLE_COLUMN_NAME>%')
    group by owner,name,type;But, this 'll not search in Views & MView queries.
    HTH
    Ranit B.
    Edited by: ranit B on Oct 15, 2012 11:09 PM
    -- added                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

  • Trying to find a Program that locates and updates your songs and albums??

    Does any1 know of a program that Finds and Updates Information about Your songs and Albums. These are the Songs and albums that have already been on my PC and not have been purchased on Itunes

    In the detailed help for the event structure there is a link to caveats and recommendations for using event structures.  It is a good starting point.
    It is courteous to let the Forum know when your questions are related to a school assignment or homework.  We are glad to help you learn LabVIEW, but do not do your homework for you.
    You have learned the major disadvantage of the sequence structure: It must run to completion before anything else can happen.
    If you are building a state machine (typically a while loop with shift registers enclosing a case structure with one case per state) and having trouble with timing, then think about your requirements. Apparently you have some time delays, but under certain conditions you must terminate a delay/wait and do something else.  One way of doing this is to have a Wait state.  The wait state has a short delay, determined by the minimum time you can delay responding to a changed condition, and a check to see if the required elapsed time has occurred.  If the time has not elapsed, the next state is the Wait state again.  The state machine can repeat any state as often as necessary.  So a 15 second delay could be implemented by going to a Wait state with a one second wait 15 times. Any error or new command will see a response in no more than one second.
    Lynn

  • Trying to find pl/sql that will show you what script is running

    I'm looking for a way, inside sql, to find the name of an executing/running script from inside the script itself.
    For example, I have a master script called run.sql with these contents:
    @@a.sql
    @@b.sql
    exit
    A.sql has these contents:
    spool a.log
    select ora_database_name from dual;
    spool off;
    B.sql has these contents:
    spool b.log
    select sys_context('userenv','current_schema') from dual;
    spool off;
    Is there a way in A.sql and B.sql to (dynamically) find out the name of the script? E.g.
    A.sql:
    select script_name into script from dual;
    spool script.log
    Where "script_name" is the actual code or variable or whatever to find out what the script is called.
    Some variables such as database_name, current_schema, etc can be found dynamically (on-the-fly), but is there a way to do this with the script that's running (short of hunting from v$session and trimming the sql_text, or hard-coding the name in the spool command)?
    Also, if you're in sqlplus and you "get a.sql" (into the buffer) then you can save or list, or whatever, and it implicitly knows what script you're referring to. Is this value stored in some sort of variable anywhere?
    This sort of thing is easy to do in unix shell commands, but is there a way to do this in Oracle?

    The only way to do that is to write better SQL. For example:
    echo off
    INSERT /* script name = myinserts.sql */ INTO t1 SELECT * FROM t2;
    SELECT /* script executing is myscript.sql */ col1, col2, col3
    FROM mytable;with labelled statements.
    Then you can find the answer by looking in numerous places in the dynamic performance views such as V$SQL.
    Another technique is to use calls to DBMS_APPLICATION_INFO.SET_MODULE, SET_ACTION, and SET_CLIENTINFO to poke the information into V$SESSION
    http://www.morganslibrary.org/reference/dbms_applic_info.html

Maybe you are looking for