What job

Hello
HR91, 8.52 tools, database ORACLE 11 g R2, I have this error in oracle alertlog:

[ORA-07445: stated exception: dump core [evaopn3 () + 1779] [ACCESS_VIOLATION] [ADDR:0 x 4] [PC:0x1428547A9] [UNABLE_TO_READ]]

And the execution of the query:
SELECT FILL.HRS_PERSON_ID,FILL.HRS_RCMNT_ID,FILL.OPRID,TO_CHAR(CAST((FILL.HRS_SUBMITTED_DTTM) AS TIMESTAMP),'YYYY-MM-DD-HH24.MI.SS.FF'),FILL.LAST_NAME_SRCH,FILL.FIRST_NAME_SRCH,FILL.NAME_DISPLAY,FILL.APP_PER_STATUS,FILL.HRS_PROFILE_SEQ,FILL.HRS_JOB_OPENING_ID,FILL.STATUS_CODE,FILL.HRS_STATUS_CODE,FILL.DESCR,FILL.STATUS_REASON,TO_CHAR(FILL.HRS_STATUS_DT,'YYYY-MM-DD'),FILL.ENTRY_SOURCE,TO_CHAR(FILL.ENTRY_DATE,'YYYY-MM-DD'),FILL.PREV_EMPL_BY_COMPY,TO_CHAR(CAST((FILL.HRS_ROW_ADD_DTTM) AS TIMESTAMP),'YYYY-MM-DD-HH24.MI.SS.FF'),FILL.HRS_ROW_ADD_OPRID,TO_CHAR(CAST((FILL.HRS_ROW_UPD_DTTM) AS TIMESTAMP),'YYYY-MM-DD-HH24.MI.SS.FF'),FILL.HRS_ROW_UPD_OPRID,FILL.HIGHEST_EDUC_LVL,FILL.DEPTID,FILL.JPM_CAT_ITEM_QUAL2 FROM PS_HRS_FIND_RSLT_I FILL  where HRS_RCMNT_ID = :1 AND HRS_PERSON_ID = :2
How do I know what peoplesoft job executes this query?

Thank you

I would start by opening the record HRS_FIND_RSLT_I definition in AppDesigner, check its object references.

In a 8.52.09 environment this would be:
Search for references to record HRS_FIND_RSLT_I...
Used by the HRS_FIND_APP_R_SBP (Page) (field)
Used by DESCR HRS_FIND_APP_R_SBP (Page) (field)
Used by HRS_JOB_OPENING_ID HRS_FIND_APP_R_SBP (Page) (field)
Used by HRS_PERSON_ID HRS_FIND_APP_R_SBP (Page) (field)
Used by HRS_PROFILE_SEQ HRS_FIND_APP_R_SBP (Page) (field)
Used by HRS_RCMNT_ID HRS_FIND_APP_R_SBP (Page) (field)
Used by NAME_DISPLAY HRS_FIND_APP_R_SBP (Page) (field)
Used by PREV_EMPL_BY_COMPY HRS_FIND_APP_R_SBP (Page) (field)
Used by STATUS_CODE HRS_FIND_APP_R_SBP (Page) (field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_APP360_DTA_PB (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_PERSON_ID (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_APP360_DTA_PB (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_PROFILE_SEQ (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_RCMNT_S_ACTION (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_JOB_OPENING_ID (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_RCMNT_S_ACTION (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_PERSON_ID (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_RCMNT_S_ACTION (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_PROFILE_SEQ (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_RCMNT_S_ACTION (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_RCMNT_ID (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_RCMNT_S_ACTION (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). STATUS_CODE (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_RESUME_BTN (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_PERSON_ID (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_RCM_WRK (RECORD). HRS_RESUME_BTN (FIELD). FieldChange (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_PROFILE_SEQ (Field)
Used in PeopleCode: HRS_APPLICANT_TRACKING (APPLICATION_PACKAGE). HRS_FIND_APP (APPLICATION_PACKAGE1). BUS (APPLICATION_PACKAGE2). Controller (APPLICATION_CLASS). OnExecute (METHOD) as HRS_FIND_RSLT_I (RecName). DESCR (Field)
Used in PeopleCode: HRS_APPLICANT_TRACKING (APPLICATION_PACKAGE). HRS_FIND_APP (APPLICATION_PACKAGE1). BUS (APPLICATION_PACKAGE2). Controller (APPLICATION_CLASS). OnExecute (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_JOB_OPENING_ID (Field)
Used in PeopleCode: HRS_APPLICANT_TRACKING (APPLICATION_PACKAGE). HRS_FIND_APP (APPLICATION_PACKAGE1). BUS (APPLICATION_PACKAGE2). Controller (APPLICATION_CLASS). OnExecute (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_PERSON_ID (Field)
Used in PeopleCode: HRS_APPLICANT_TRACKING (APPLICATION_PACKAGE). HRS_FIND_APP (APPLICATION_PACKAGE1). BUS (APPLICATION_PACKAGE2). Controller (APPLICATION_CLASS). OnExecute (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_PROFILE_SEQ (Field)
Used in PeopleCode: HRS_APPLICANT_TRACKING (APPLICATION_PACKAGE). HRS_FIND_APP (APPLICATION_PACKAGE1). BUS (APPLICATION_PACKAGE2). Controller (APPLICATION_CLASS). OnExecute (METHOD) as HRS_FIND_RSLT_I (RecName). HRS_RCMNT_ID (Field)
Used in PeopleCode: HRS_APPLICANT_TRACKING (APPLICATION_PACKAGE). HRS_FIND_APP (APPLICATION_PACKAGE1). BUS (APPLICATION_PACKAGE2). Controller (APPLICATION_CLASS). OnExecute (METHOD) as HRS_FIND_RSLT_I (RecName). NAME_DISPLAY (Field)
Used in PeopleCode: HRS_APPLICANT_TRACKING (APPLICATION_PACKAGE). HRS_FIND_APP (APPLICATION_PACKAGE1). BUS (APPLICATION_PACKAGE2). Controller (APPLICATION_CLASS). OnExecute (METHOD) as HRS_FIND_RSLT_I (RecName). STATUS_CODE (Field)
Used in PeopleCode: HRS_APPLICANT_TRACKING (APPLICATION_PACKAGE). HRS_FIND_APP (APPLICATION_PACKAGE1). BUS (APPLICATION_PACKAGE2). Controller (APPLICATION_CLASS). OnExecute (METHOD) as RECORD (RecName). HRS_FIND_RSLT_I (Field)
Used in PeopleCode: HRS_COMMON (APPLICATION_PACKAGE). CMP_HRS_REC_SCHAPP (APPLICATION_PACKAGE1). UI (APPLICATION_PACKAGE2). RecSchAppPage (APPLICATION_CLASS). OnExecute (METHOD) as RECORD (RecName). HRS_FIND_RSLT_I (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_ACT_WRK (RECORD). HRS_APP_ACT_BTN (FIELD). FieldChange (METHOD) as RECORD (RecName). HRS_FIND_RSLT_I (Field)
Used in PeopleCode: HRS_REC_SCHAPP (COMPONENT). GBL (MARKET). HRS_APP_ACT_WRK (RECORD). HRS_APP_ACT_BTN (FIELD). FieldEdit (METHOD) as RECORD (RecName). HRS_FIND_RSLT_I (Field)
Finished searching - found 29 definition (s)

Looking at the list of application folders are more interesting when you talk about jobs, unless some AppEngine uses a CI for example. But I think most great would be AppPackage HRS_APPLICANT_TRACKING.

Tags: Oracle Applications

Similar Questions

  • Am new to oracle ADF, what JOBS prospect within 3 years?

    Am new to oracle ADF, what jobs prospect within 3 years in ADF, actually am a form oracle developer and I would like to know if oracle will be good learning and good in terms of career...

    You do not you ask this in the wrong place?

    The people here are biased for JDeveloper and ADF. From my point of view, the chances are great!

    Oracle has announced to do more or less everything with ADF. However, this will not mean that you as a developer of forms are without a chance.

    Timo

  • Standby Database - No. Enterprise Manager - 11g so what jobs?

    Hello

    So I implemented data guard for our production of 11g database.  I used the SQL method.   No control of the broker, no cloud or the grid.

    The data is synchronized with our production database.   But - if I have to failover to the standby database, there is no enterprise manager to manage it.  I have several scheduled tasks in our production database. (These jobs involve the execution of stored procedures, SQL, etc.).  Of course these jobs wouldn't if we were using the database pending because there is no EM for it.

    Add to this the fact that the company where we license Oracle since (we're a college) does not yet support 12 c.  If I ran 12 c, we are on our own until they do, if there are problems.

    So, if I ever use our database of Eve, what jobs that are not running? I know that I could perform them manually, or I might get them to run with SQL Scripts using Windows batch files, etc..  Essentially reproducing jobs EM with Windows bat files.  (I'm already back up the database ensures that).

    What is the right way to go about this? Install control cloud 12 c on a server and then to administer my database sleep with her? I guess the 12 c cloud control can administer an 11g database?   For those who have done this, have you installed the control server to cloud 12 c on its own server?

    We manage our server under Windows 2008 R2.

    Any contribution is appreciated.

    Thank you

    Fix. They will work in Main Mode. Manages the "SET_ATTRIBUTE" 'DBMS_SCHEDULER' if value "PRIMARY".

    So if you make a hole or failover mode of the database changes and your work are managed.

    EM jobs are not the same thing as that.  DBMS_SCHEDULER is stored in each database.

    There is a forum here also DBMS_SCHEDULER with tons of information.

    Best regards

    mseberg

  • Cannot remove the print out what job.

    I try to cancel (delete) a print of that on the computer, but deletion not even if its status is "delete." How can I get rid of this print job? Using a PC (Vista) and Officejet Pro 8500 has

    Hello

    In Control Panel, open administrative tools and select abuse.  Scroll down to the print spooler service, right click and select Properties, then click the Stop button.  Now search for C:\Windows\System32\Spool\PRINTERS, then delete the work inside this folder - you may need to click a command prompt to get the authority to open the PRINTERS folder.

    Restart the computer and you should find that the documents have been deleted.

    Kind regards

    DP - K

  • Job say computer cannot run due to destination not valid-how can I find this work that is not finished?

    I continue to meet a pop box - up with the notification that "work may not run because of invalid destination" I have not any idea of what job does not or why they attempt to run anyway - I do not remember to initiate a process or downloads. How can I determine what the computer trying to run I can hoefully solve the problem?

    If it's something real windows then it should appear in the event log. Click Start, and then type in the event log. Begin if and look under system or application right after that the error or write at once. Once you have the found event poster here. He should tell us what ID applications.

  • Job EXP

    How to identify this export work going in another session?

    We can identify datapump export what jobs?

    If your operating system UNIX, so you can find in the command below

    ps - ef | export of grep

    or query the database

    Select * from session $ v where status = 'ACTIVE' and program like exp %;

  • What are the extension of reports that are stored

    Oracle reports 9i

    Hai all gurus


    When we created a report that we store the reports in the what job reports are stored

    For example in forms

    binaries are stored with .fmb

    executable file is stored with .fmx

    text is stored with the .fmt file

    Like wise with the extension, the reports are stored

    give some good answer for example

    Thanks and greetings

    Srikkanth.M

    Hello

    Oracle stored reports this type of extensions.

    REP-> (binary report run single file)
    RDF--> (file binary report)
    TDF--> (binary file of report model)
    REX--> (ASCII report file)

  • Display fonts in stairs instead of smooth.

    I have tried many tips in the FAQ (uninstall/reinstall, load in safe mode, adjust the parameters of options etc.), what job. Suggestions?

    Solved! Fonts ClearType has not been activated. I activated and the problem disappeared. Thanks for your help.

  • HP Envy 4500

    How can I remove COMPLETED the Google print reader queue print jobs. Have deleted Google jobs, but always display in the application of HPePrint. Because the print request are not added in a particular order, it's very confusing know what job you want to print.

    Hi, if you have added to your account Google Drive to the ePrint application then what you see when you press the icon of the app ePrint cloud is the structure of the folders for your account Google Drive. There is no possibility to change the content of the account of Drive in the ePrint application, it will present you only a view of your player account, allowing you to select the files for printing. Just to clarify, this list isn't a list of print jobs that have completed.

    Best.

  • Satellite A200 (PSAF6A) resets randomly

    Hello

    I have a problem with my Satellite A200 (PSAF6A) randomly resetting itself. It does not matter what job I do, or how long I let the laptop, it will be just black screen on me and reboot. Sometimes he'll do Mid-when the form starts, other times I can use it for a while before he'll do. It seems to be a problem which intensified during some time, occurring initially quite rarely, which is now so frequently that it makes the phone unusable.

    This issue seems to happen mostly when running off the AC power. When you use the battery I have minimal problems, until the battery runs out. Although stability is much higher when you use the battery, I can't confirm that AC is actually the cause of the problem, because it is a random problem and I will sometimes use alternating current for a long time without error.

    I can say that the problem is not caused by overheating or drivers/software/OS. The laptop has been maintained to be free of all dust blocking the radiator as well as for a new application of thermal grease for NB and CPU chips. Everything is running at the level of the standard factory.
    I tried Linux, XP, Vista, Win7 and can tell it seems to be a problem specific to an operating system or driver (he got the problem when no OS has been loaded yet).

    If anyone has had similar problems or knows what could be my problem, your help would be greatly appreciated.

    Zedski

    Hello!

    Did you try it with the factory settings? I mean the version preinstalled Windows that you can restore it with the Toshiba recovery disc. This disc contains all of the drivers and tools and with these settings, everything should work fine.

    Good bye

  • Compaq cq58-301ew - drivers for windows 7 - where are they?

    Hello
    I bought a laptop compaq cq58-301ew pre-installed with Windows 8, I have no intention to use this system without hope and installed windows 7, but nowhere has the drivers for this system!

    Where can I download the drivers for the bluetooth device? I've tried probably 50 different drivers and none of them work... Maybe someone had a similar problem and indicate what job pilot? Please help because this trash Windows 8 will not work normally...

    Hello:

    Try this bluetooth driver.

    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5405424&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dob_127978_1%257CswEnvOID%253D4059%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

    You should be able to use the rest of the W7 x 64 drivers and software for this model on the link below.

    DO NOT USE ALL DOWNLOADS OF BIOS OR FIRMWARE FROM THIS LINK

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?OS=4063&LC=en&cc=us&DLC=en&sw_lang=&product=5275370

  • I need color is out of Gamut in my files have...

    Hey,.

    I work for a company that uses #EF6C00 as their primary color. We use it in print and web... whenever I go into the color picker and use this specific value, a warning appears telling me that it is out of gamut. Color changes are small but still noticeable. They usually change to one of 3 different oranges. I don't think that the company has had this problem before so I think that my document set up is defective? I have the color of the document to CMYK mode because I'm working on a print ad. Don't know what else I can do to help solve this problem. Any help is appreciated!

    Thank you.

    It is not that you're doing something wrong. It depends on what profiles you work with. You can find the color you want in CMYK mode and use these values if you are systematically managing the conversion of your HEX value. Which currently shows off standard gamut SWOP CMYK, but it may not for the printer/output target that you are handling.

    At the point of Monika. If you can find what your print provider works with you can set your color to their output target profiles and make sure that you are, or not, in the range for the target output device.

    It is especially on the understanding that the measure is based on the source/target profile. So here's a screenshot of your value in three separate documents. But the source range is ProPhoto RGB, sRGB and Adobe RGB. You can see the change of the off values of the range (the cloud) and note also that vary the CMYK values for this spell. This is because what you convert source being another range/space for RGB definition. So out of the gamut is only compared to the RGB space is the measure of.

    Yes, under Edit > parameters of color in Illustrator, you can see what jobs you measure with and work with. This will show you what RGB space, it uses to set the value of your color and CMYK engine (or other) that he uses to show how far out of gamut, it is, because CMYK is a smaller than RGB gamut. See below, mine is sRGB and SWOP v2.

    In your case, you have a HEXADECIMAL value. But it's always RGB/CMYK. If it was me, I would find none of the other projects you have made and which were considered 'success' for the output color, open the file and find out what the CMYK equivalent and which target for your release in the future. Any project output CMYK uses this value and any output RGB (on screen) use your hex value. This will ensure better consistency in these two types of separate output for projects.

    If they are supposed to be using a value of as a book of Pantone spot color, then you can use that as an aspect of the target to discuss with your printer.

    You can synchronize all your applications through Adobe Bridge to make changes of the uniformity of the profile.
    Creative Suite * keeping colors consistent

    Hope that helps,

    lifebypixels

  • Photoshop cs6 selection installation language is in Japanese

    Photoshop cs6 DVD has been closed and labelled for distribution only in North America. After choice of installation and putting in the serial number that has received a green check mark, asked me to make a selection of the language. All three choices are Japanese characters and the button FOLLOWING is "grayed out".  All screens before that were in English.

    What job around here?

    you need a serial number for an English version.  Contact the vendor.

    [moved from the installation, update, & members of Acrobat download, installation, commissioning]

  • Problems with Dell r.620 updated

    Today, I tried to make 3 x updates 3 Dell r.620 as follows:

    • BIOS 2.4.3 to 2.5.2
    • 16.0.24 to 16.5.20 Intel NETWORK card firmware
    • iDRAC Firmware Version to 2.10.10 (iDRAC settings rest 1.65.65.04 Version)

    All 3 of r.620 had identical firmware for starters.

    I applied updates for 3 r.620 systems at the same time through iDRAC Express Web GUI update mechanism.

    On the first 2 systems, the updates worked fine.

    On the last system, I'm in trouble.  When I came back to this system, he has been "priming" and say "entering the lifecycle controller...". "but after half an hour, it does not!  I noticed that whenever I would it boot, he'd do the same thing... "Entering Lifecycle Controller"... then when it is arrived until the moment where Intel Boot Agent initialize, there are two points, then a blank line... then the machine would just stand there.

    Through racadm, I managed to reset the State of the life cycle of the inverter and remove the queue of work hoping I could reflash just updates and everything would be fine.  Now, the system does exactly the same thing, except that it does not seek to enter the controller of life cycle more.  Now, when he's sitting there, he is not "completely" hooked - in other words, if I hit F2 it will say that it is entering the system setup, press F10 he'll say he'll perform a PXE boot... etc... in fact, you can hit all the F keys and he'll say he'll enter system configuration , PXE boot, enter BIOS Boot Menu, etc...

    I am suspicious it is necessary with a failed NETWORK upgrade card... Here's what I see in the racadm for BIOS swinventory:

    -------------------------------------------------------------------

    ComponentType = BIOS
    ElementName = BIOS
    FQDD = BIOS. Setup.1 - 1
    InstallationDate = NA
    Version Rollback = 2.4.3
    -------------------------------------------------------------------

    ComponentType = BIOS
    ElementName = BIOS
    FQDD = BIOS. Setup.1 - 1
    InstallationDate = NA
    Available version = 2.5.2
    -------------------------------------------------------------------

    ComponentType = BIOS
    ElementName = BIOS
    FQDD = BIOS. Setup.1 - 1
    InstallationDate = 2015-03-12 T 12: 49:29Z
    Current version = 2.4.3
    -------------------------------------------------------------------

    Hmmm... Current version seems to be 2.4.3 with AVAILABLE version 2.5.2.  (which is strange as when starting the machine, it reports the 2.5.2 BIOS)

    and for the NETWORK card:

    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Ethernet Intel(r) 10 P 4 X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 62
    FQDD = NIC. Integrated.1 - 2-1
    InstallationDate = NA
    Rollback Version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Ethernet Intel(r) 10 P 4 X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 62
    FQDD = NIC. Integrated.1 - 2-1
    InstallationDate = NA
    Available version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Ethernet Intel(r) 10 P 4 X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 62
    FQDD = NIC. Integrated.1 - 2-1
    InstallationDate = 2015-03-13 T 10: 50:01Z
    Current version = 16.0.24
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Gigabit Intel (r) 4 p X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 64
    FQDD = NIC. Integrated.1 - 3-1
    InstallationDate = NA
    Rollback Version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Gigabit Intel (r) 4 p X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 64
    FQDD = NIC. Integrated.1 - 3-1
    InstallationDate = NA
    Available version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Gigabit Intel (r) 4 p X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 64
    FQDD = NIC. Integrated.1 - 3-1
    InstallationDate = 2015-03-13 T 10: 50:07Z
    Current version = 16.0.24
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Gigabit Intel (r) 4 p X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 65
    FQDD = NIC. Integrated.1 - 4-1
    InstallationDate = NA
    Rollback Version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Gigabit Intel (r) 4 p X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 65
    FQDD = NIC. Integrated.1 - 4-1
    InstallationDate = NA
    Available version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Gigabit Intel (r) 4 p X 540/I350 rNDC - B8:CA:3 A: 69:3 A: 65
    FQDD = NIC. Integrated.1 - 4-1
    InstallationDate = 2015-03-13 T 10: 50:08Z
    Current version = 16.0.24
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Intel Gigabit 2 p I350-t adapt - A0:36:9F:2E:F8:30
    FQDD = NIC. Slot.3 - 1-1
    InstallationDate = NA
    Rollback Version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Intel Gigabit 2 p I350-t adapt - A0:36:9F:2E:F8:30
    FQDD = NIC. Slot.3 - 1-1
    InstallationDate = NA
    Available version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Intel Gigabit 2 p I350-t adapt - A0:36:9F:2E:F8:30
    FQDD = NIC. Slot.3 - 1-1
    InstallationDate = 2015-03-13 T 10: 50:03Z
    Current version = 16.0.24
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Intel Gigabit 2 p I350-t adapt - A0:36:9F:2E:F8:31
    FQDD = NIC. Slot.3 - 2-1
    InstallationDate = NA
    Rollback Version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Intel Gigabit 2 p I350-t adapt - A0:36:9F:2E:F8:31
    FQDD = NIC. Slot.3 - 2-1
    InstallationDate = NA
    Available version = 16.5.20
    -------------------------------------------------------------------

    ComponentType = FIRMWARE
    ElementName = Intel Gigabit 2 p I350-t adapt - A0:36:9F:2E:F8:31
    FQDD = NIC. Slot.3 - 2-1
    InstallationDate = 2015-03-13 T 10: 50:05Z
    Current version = 16.0.24
    -------------------------------------------------------------------

    If the versions downloaded, but the current version is not the new version.

    I checked in other systems, and it is.

    Now, I tried to go back in idrac7 web GUI and rollback, but it says that it cannot do.
    At the same time, the BIOS boot screen shows the BIOS as being 2.5.2!

    I had a conversation with Dell.  The conclusion was that the motherboard and possibly the network card girl needs to be replaced... somebody's going to come out on Friday to do...  That being said, I'm 99% sure that there is a way to solve this problem by replacing the entire Board.  I 99% sure because I think to solve the problem requires the system to enter the lifecycle controller, which does not now... and no matter what job I can queue through the UI web or racadm won't do much if it cannot access the lifecycle controller.

    I can still access the idrac via web and ssh.  I tried to work on the jobqueue change LegacyBootProto None of PXE, thinking that this MIGHT get rid of the "Intel Boot Manager" prompt, but when the system boots, it does not it:

    racadm view jobqueue
    -------------------------JOB QUEUE------------------------
    [Job ID = JID_285566585779]
    Job Name = configure: NIC. Integrated.1 - 1-1
    Status = on demand
    Start time = [now]
    Timeout = [not Applicable]
    Message = [JCP001: task successfully on demand.]
    ----------------------------------------------------------

    I don't even know whether or not the problem is, really, the Boot Manager.

    I thought about another possibility... If it's Boot Manager... If I disable the NIC daughter through racadm card, then I would immediately lose access to idrac and not be able to return to the previous state, but if the deactivation of the card would let me go further so that I could get back in the lifecycle controller and fix things then maybe it's worth? Don't know.

    Any thoughts?

    Jason.

    Yes. I tried this option.  It's the same thing.  (hang after Intel Boot Agent).

    The motherboard of the server has been replaced, and I am currently re - install the updates... Already updated the BIOS which is come with this (2.2.2) server could not update 2.5.2.  I'm now trying an update of the idrac.  All these problems with the updates are frustrated to no end.

    Jason.

  • Need help - dbms_stats

    Hello world

    I am currently working on to find regular employment in my production server which collects the statistics at the table level.

    In my Production database, today we have tried to create cron job to gather statistics for only 2 tables before we have checked that there is any job is already taking the stats for the same and we found the table statistics is running on the basis of every day we do not know what job is this task as we tried to have level schema statistics, but we do not have in this scheme some stats tables are gathered on a daily basis all vehicle to find employment. We currently have 358 work planned in my production database. Want that I'm getting, it's to find out what scheduled job does these tasks.

    Any idea to find employment based on specific tables and diagrams and my environment is Oracle 10 g R2 on Solaris 9 Sparc 64-bit.

    Thank you

    Shan

    ...
    ...

    DBMS_STATS.gather_schema_stats (ownname-online schema_name,
    options of-online "LIST AUTO."
    OBJLIST-online objlist
    );
    ...
    ...

    Source: http://www.fadalti.com/oracle/database/how_to_statistics.htm

Maybe you are looking for