What differences if we kill SMON or we kill  PMON Back ground processes ??

Hello
i am little bit confused.Please help me out...
If we kill PMON---->Instance crashed---->Alert log content
LGWR (ospid: 9764960): terminating the instance due to error 472
Instance terminated by LGWR, pid = 9764960
If we kill SMON---->Instance crashed---->Alert log content
PMON (ospid: 13041666): terminating the instance due to error 474
Instance terminated by PMON, pid = 13041666
2010-12-27 07:31:04.187000 +01:00
Then ,what is the difference in mechnism in killing either to SMON or PMON???

Oh..wait...I just asked this question due to curiosity about what happen INTERNALLY when we kill any BG process(specially mandatory).
For testing..I kill all the process in each attempt and found some similar and some different lines in alert log.
Kill PMON:
LGWR (ospid: 9764960): terminating the instance due to error 472
Instance terminated by LGWR, pid = 9764960
Kill CKPT:
PMON (ospid: 6553606): terminating the instance due to error 469
2010-12-27 12:08:51.650000 +01:00
Instance terminated by PMON, pid = 6553606
Kill SMON:
PMON (ospid: 13041666): terminating the instance due to error 474
Instance terminated by PMON, pid = 13041666
Now,is any knowledge about these error nos(472/469/474) ???
What happen internally when we kill PMON or SMON ??

Similar Messages

  • What happens if we kill SMON and PMON Back ground processes

    Dear All,
    It is an interview question to me.
    What happens to the database if we kill SMON and PMON background processes?
    I was unable to answer this, please let me know.
    Thanks
    Mahi

    It's simple, If you kill them your instance crashes.
    For further references on Basic Background Processes, and the reason why they must be always running as long as the instance is started, I suggest you to read Oracle Background Processes;
    ~ Madrid

  • What is back ground processing

    what is difference between background and fore ground processing of a report. what are the various methods to execute a report in back ground.  and when we need schedule a report in back ground how shall we handle selection screen parameters.
    thanx in advance.

    Hi,
    <u><i>Background Processing</i></u>
    There are two ways for you to handle,
    one manually setting up the job through SM36 which is better and convinient,
    secondly through program using FM's JOB_OPEN, SUBMIT, JOB_CLOSE.
      Find below steps in doing both:
    Procedure 1:
      1. Goto Trans -> SM36
      2. Define a job with the program and variant if any
      3. Click on start condition in application tool bar
      4. In the pop-up window, click on Date/Time
      5. Below you can see a check box "Periodic Job"
      6. Next click on Period Values
      7. Select "Other Period"
      8. Now give '15' for Minutes
      9. Save the job
    In SM37 u can check the status of the jobs that u have assigned to background...
    Here u mention the job name or the report name to check the status of the job...
    After mentioning the job name or program name u just execute it.. ( without any name also u can execute then it gives u all the jobs set by your user name..
    the status colud be released,active,finished etc..
    Procedure 2 via Program:
    Below is a sample code for the same. Note the ZTEMP2 is the program i am scheduling with 15mins frequency.
    DATA: P_JOBCNT LIKE TBTCJOB-JOBCOUNT,
          L_RELEASE(1) TYPE c.
       CALL FUNCTION 'JOB_OPEN'
         EXPORTING
           JOBNAME                = 'ZTEMP2'
        IMPORTING
          JOBCOUNT               = P_JOBCNT
        EXCEPTIONS
          CANT_CREATE_JOB        = 1
          INVALID_JOB_DATA       = 2
          JOBNAME_MISSING        = 3
          OTHERS                 = 4.
       IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
       SUBMIT ZTEMP2 VIA JOB 'ZTEMP2' NUMBER P_JOBCNT
              TO SAP-SPOOL WITHOUT SPOOL DYNPRO
              WITH DESTINATION = 'HPMISPRT'
              WITH IMMEDIATELY = SPACE
              WITH KEEP_IN_SPOOL = 'X' AND RETURN.
       CALL FUNCTION 'JOB_CLOSE'
         EXPORTING
           JOBCOUNT                          = P_JOBCNT
           JOBNAME                           = 'ZTEMP2'
           STRTIMMED                         = 'X'
           PRDMINS                          = 15
        IMPORTING
          JOB_WAS_RELEASED                  = L_RELEASE
        EXCEPTIONS
          CANT_START_IMMEDIATE              = 1
          INVALID_STARTDATE                 = 2
          JOBNAME_MISSING                   = 3
          JOB_CLOSE_FAILED                  = 4
          JOB_NOSTEPS                       = 5
          JOB_NOTEX                         = 6
          LOCK_FAILED                       = 7
          INVALID_TARGET                    = 8
          OTHERS                            = 9.
       IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
    Hope the above helps you.
    Regards
    Reshma

  • How to kill back ground processes?

    I had installed Amonitor app and it shows there are these 3 processes, poc-bbot, bash, cp running. It was never there. can anyone tell me how to kill it?

    Hi, thanks.
    Actually these 3 processes has never shows up. And yes, i was kill all the apps once i dont use them. my recently open bar is always empty.
    The reason why i has concern is my bat life is shorter when these 3 processes are running. It used to has this, so i restore to factory mode. then after awhile, these came back.

  • What Happens when u kill a backgroud process

    What Happens when u kill a backgroud process?
    such as kill- 9 ora_smon
    Will the oracle automatically perform recovery???
    will the database startup?

    If you want to face what actually will happen, just make it on test environment (test db).
    Then check your db status, instance will be abort.
    Do you know what SMON`s purpose ?
    If you_dont_know then
    make it; (ps -ef | grep smon take PID, then kill -9 PID);
    end if;
    SMON - System Monitor process recovers after instance failure and monitors temporary segments and extents. SMON in a non-failed instance can also perform failed instance recovery for other failed RAC instance.
    Here you can read about Oracle background processes:
    http://www.dba-oracle.com/t_background_processes.htm
    and
    http://download.oracle.com/docs/cd/B10500_01/server.920/a96524/c09procs.htm

  • What difference between Oracle 9i AS and orion application server?

    Hi:
    Today I visited some website and read an information that Oracle 9i AS and orion application server are two differece application server.But When I start Oracle 9i AS ,I must use command of "java -jar orion.jar".Are they the same application server? If not ,can you tell me what difference?
    Thanks
    Best regards,
    hyson

    Hi Liu,
    I'm sure other people will coreect any errors I am about to make
    (if I make any :-), but some time ago, Oracle mad a licensing
    agreement with a company called IronFlare, regarding IronFlare's
    application server product called OrionServer. After that, Oracle
    came out with a new product -- Oracle Containers for Java (OC4J)
    -- which is based on OrionServer. In the first version (that had
    the version number 1.0.2.2), the application server basically came
    bundled in the "orion.jar" file, so in order to start up the application
    server, you used a command like:
    java -jar orion.jar
    However, the next version of OC4J (with version number 9.0.2.0.0
    [go figure ;-]), contained the "oc4j.jar" file (which replaced
    the "orion.jar" file).
    So I would say that the first version of OC4J was almost identical
    to OrionServer. But I think subsequent versions are becoming more
    and more different. Remember that at the same time, OrionServer
    is also still being developed. I think the first version of OC4J
    was based on version 1.5.2 of OrionServer. The next version of
    OrionServer (that should be released soon) is version 1.6.0.
    I have no idea how similar the latest version of OrionServer is
    to the latest version of OC4J. But if Oracle's history is any
    guide, then I would say that, eventually, OC4J and OrionServer
    will have very little similarity between them. Just look at the
    paths that Oracle's JDeveloper has taken in comparison with Borland's
    JBuilder. Originally, JDeveloper was based on JBuilder. Today,
    they are two completely different products.
    Hope this has helped you.
    Good Luck,
    Avi.

  • Why do I have to convert t2i files to pro res in fcp x? What difference does it make ?

    Hey Guys,
    Just wondering why do I have to convert canon t2i files to prores in fcp x? What difference does it make ? I'm able to edit in fcpx the files that have just been imported diectly in. Does it cause any problems in export?
    Thanks so much,
    Jamie

    I am not familiar with Canon files.
    I assume that they are like AVCHD which are really designed only as a delivery format and not for editing.
    Though they can be edited it is concidered better to convert them to ProRes 422 for editing.
    Though nothing terrible will probably happen if you don't convert them, you are likely to get improved results and faster rendering of complex effects with the converted media.
    The best thing is to do 2 very short (sub - 5 minute) identical test projects adding lots of effects etc. with both methods and then you will be able to determine which technique suits you.

  • DDP 2.0 and DDP 2.1... what difference?

    I use DLT to create master. I usually use 2.0 but not understand why I need to use 2.0 instead of 2.1. Can you explain what difference? I wonder if I can use DVD-R with ddp as master. Is that good idea instead of using DLT due to high costly on DLT?

    Check with you replicator as to which version of DDP they would like for you to submit and whether they will accept DVD-R DKTs were the old reliable for a long time, but more and more plants have started using DVD-R
    Take a look at this thread and links in there for some more discussions
    http://discussions.apple.com/thread.jspa?messageID=3907567&#3907567
    And some of the links mentioned
    http://www.dvdverification.com/public/92.cfm
    http://discussions.apple.com/thread.jspa?messageID=3001637&#3001637
    http://discussions.apple.com/thread.jspa?messageID=2211031&#2211031

  • What difference between weblogic 9.x,10.x and 11.x?

    can any body tell me
    what difference between weblogic 9.x,10.x and 11.x?
    Regards,
    Anil Kumar

    for 11g, here is the list of new features
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13852/toc.htm
    for the old versions, there must be a similar doc page somewhere...I am just too lazy to search for it :o)

  • What difference will upgrading boot drive make?

    What differences will I notice if I upgrade my boot drive from the 320 GB drive which came installed on my Mac Pro (2008 8-core 2.8 GHz)? I keep reading about people replacing their Mac Pro boot drives but can't find an explanation why.
    tx in advance
    J

    Thanks for that. No I'm not unhappy with my 320 GB boot drive but was just wondering why so many seemed to be switching boot drives. I have a new 750 GB Samsung F1 (32 MB cache) which I have installed in my Mac Pro. If I made that my boot drive would I notice a difference in speed over my 320 GB drive? It would be a waste to ignore a possible speed gain if it could be easily achieved.
    This often mentioned barefeats boot drive comparison http://www.barefeats.com/harper9.html makes no reference to the standard 320 GB drive which comes in the standard Mac Pro.

  • What difference betwene models of S10-2

    I just bought a new Lenovo ideapad S10-2-1AWWi for a home use ... but i whanna buy another one for a work ...
    But i can't understand differense betwene models ... i need 3 cell netbook ...
    What difference betwene:
    S10-2-1KABWi-B
    S10-2-1KABWi-A
    S10-2-1KBWi
    S10-2-1KAWi
    S10-2-1KBWi-A
    S10-2-1KBWi-B
    Can't find it on lenovo site.... hlp plz ...

    Hi,
    BlaZe you came from russia...hmm..
    this site could be helpful...
    http://lenovo-spb.ru/catalog/131.html
    sincerely KalvinKlein
    Thinkies 2x X200s/X301 8GB 256GB SSD @ Win 7 64
    Ideas Centre A520 ,Yoga 2 256GB SSD,Yoga 2 tablet @ Win 8.1

  • I cannot send emails; looks like my smpt parameters are wrong; what difference is there between my incoming and outgoing servers and should they have different parameters (ID and password)?

    I cannot send emails; looks like my smpt parameters are wrong?? What difference between the incoming and out coming servers? Do I have different user names and passwords?
    I would appreciate some assistance
    Thanks

    I cannot send emails; looks like my smpt parameters are wrong?? What difference between the incoming and out coming servers? Do I have different user names and passwords?
    I would appreciate some assistance
    Thanks

  • Film look and Pal,what difference should I see?

    Forum,
    The Sony HC9E PAL has the option to use "film".
    Sony tell me this would record at 24 fps.
    What difference would I see between 24 fps and PAL?
    Would the difference be apparent when viewing in the canvas?
    Thank you
    Michael Craven
    PS I have FCP6.3

    I'm not sure of the standards for pal but I know NTSC DV records at 30i (more specifically 29.97 interlaced frames per second). 24p (p being progressive) means that it will shoot 24 non interlaced frames per second which is the 'look' of 35mm film that you see in the movies.
    The difference between progressive and interlaced flows very deep, but the most noticeable is the quality. When shooting interlaced you have every frame divided in half, one half is the odd lines drawn across the frame and the other is the even lines - this is why you get that flicker sometimes, the lines dont transfer or werent interpolated correctly. In progressive mode the frame is recorded and stored as one complete frame and therefore exhibits much better quality. So 24p will give you a high quality film like look while PAL (assuming its similar to the standards of NTSC) will give you a lesser quality home movie look.
    Hope that helped.

  • Whats difference between native vlan and pvid

                       whats difference between native vlan and pvid ?

    Hi,
    a port VLAN ID is the assigned VLAN of an access-port.
    The native VLAN is used in a trunk. A trunk is used to connect another switch or a device which belongs to more than 1 VLAN. Since a standard ethernet frame doesn't provide a field to distinguish VLANs, a special field is inserted, this is called "tagging". Nevertheless, frames belonging to the native VLAN  are transmitted without such a tag (in other words: the ethernet frames are not modified). In this way, traffic forwaring is possible in the native VLAN even when the trunk is not working  correctly.
    In theory, when you would connect a trunkport from one switch to an accessport of another, communication for the native VLAN would be possible. In such a scenario, the native VLAN-ID doesn't have to match the PVID. Hope, this isn't to confusing.
    You can find more details in discussion https://learningnetwork.cisco.com/thread/8721#39225
    Regards,
    Rolf

  • What is the difference between Commitment, assigned, actual and available in the shopping cart process

    What is the difference between Commitment, assigned, actual and available in the shopping cart process? Also what are the different commitment stages?

    Hi Tejas,
    Is these terms related to WBS Budget ?
    If yes, then they are just general terms FI use in WBS.
    Actual : Actual budget assigned to WBS
    Assigned : Budget consumed after SC is approved and PO is created
    Committed : Budgete assigned to a SC or PR (PO not created)
    Available : Available budget (Actual - Assigned - Committed)
    Best Regards,
    Anil

Maybe you are looking for

  • How to connect my macbook pro to a computer-to-computer network?

    how to connect my macbook pro to a computer-to-computer network?  My home computer is a Window 8 OS.  Thx.

  • How to give dynamic name for csv export files?

    Hi, how we can give dynamic file name for each csv export file? ex(&item_name.csv) I am using apex 4.1 and IE 6, thanks in advance regards Chandran

  • Flat file with fixed lengths to XI 3.0 using a Central File Adapter---Error

    Hi According to the following link /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter In Adapter Monitor I got the following error, In sender Adapter, Last message processing star

  • Keyframes won't select in CS5

    hello, basically, I'm trying to create a continuous walk loop and the tutorial is telling me to copy and paste the beginning keyframe, but After Effects won't let me select it to copy and paste it. Any one know why it won't let me select it to copy a

  • Mouse not interacting with panels.

    I have CS6 wich I just DL a few weeks ago for school, I use no plug-ins or other add on software. The problem is my mouse will not interact with the panels, (ie layers, swatches, and the such) in InDesign. So far Photoshop Illustrator, and Bridge all