Please advise on when to use enqueue

Hiii
i know for sure that when we are updating an entry in a database table, it's better to use the ENQUEUE and DEQUEUE process.
But when we will be inserting data in a ZXX database table should we also use the enqueue and dequeue concept??

>
newbie82 c wrote:
> Even when we use insert new entries in the database table.  Coz how come the enqueue will lock entries that does not exist in the Zxxx database table?
Hello,
The SAP Lock Objects are not Database Locks. They don't lock the DB entries, but create a lock argument in the Lock Table ( which resides in the Enqueue  Server ).
What you are talking about is DB Locks. How do you handle the scenario when 2 users are trying to insert records with the same key field values in the same DB table ?
Please read this SAP documentation on the [Lock Mechanism|http://help.sap.com/saphelp_nw04/Helpdata/EN/c2/2d7037ecc92a7ee10000009b38f8cf/frameset.htm] which will clear you doubts.
BR,
Suhas

Similar Messages

  • HT4059 See no free books on iBooks except old fiction. Why is this so. A matter of all kinds to be free. Please advise on how to use correctly.

    See no free iBooks except old fiction. Why is this so. Please advise on how to find and use correctly.

    What country are you in ? (This page shows what content types are available where.) Some countries currently only have free books, to be able to sell recent/current books in a particular country the publisher's need to grant Apple a license to do so. Have you got access to other ebook apps/stores in your country ?

  • Another New User, Please Advise, Can I Permanently Use Zen Stone From Power Adap

    Can I permanently run my new Zen Stone directly from the Zen USB Power Adapter. Like I have my Zen Stone connected to small speakers and would like it to run off the Zen Power Adapter (wall charger) not the battery, permanently. In other words I would like to keep it plugged into the Power Adapter all the time and run it that way so I don't have to run it off the battery and keep charging it. Is this OK to do Please advise this senior citizen trying to keep up with all this great stuff.

    Cookies are stored in a cookie jar and thus are shared among all open tabs and windows.
    Only all Private Browsing mode tabs/windows use a separate cookie jar that is used for all PB mode tabs.
    Note that session restore stores cookies of open tabs in the sessionstore.js file as part of stored session data.
    * http://kb.mozillazine.org/browser.sessionstore.privacy_level

  • Currently using OSX Mountain Lion 10.7.5  want to synch facebook contacts to mac address book. Is there some way to achieve this? If software upgrade is required please advise what software to use

    Currently using OSX Mountain Lion 10.7.5  want to synch facebook contacts to mac address book. Is there some way to achieve this? If software upgrade is required please advise what software to use

    Facebook contact sync with Mac native contacts app is part of Mac OS X 10.8 (mountain lion). 

  • HT4759 Please advise.  When I initially got friend to set me up on my iPad he set me up iCloud with apple id password, which I've forgotten.  I never use this email as I have a hotmail id for apple How rid of this.

    Every time I turn on iPad box comes up to say SIGN IN TO ICloud Enter the Apple ID password for *********.   My apple id password doesn't work as I have hotmail.com password and have forgotten password and reason why the above me.com was set up.  I am a pensioner and a bit confused.  Would appreciate how to get rid of this unwanted email address.
    <E-mail Edited by Host>

    Try to reset the password you forgot here:
    how to reset password:
    https://iforgot.apple.com/password/verify/appleid

  • Please give me the information when to use inner classes in applications

    HI,
    please give me when to use the innerclasses

    > HI,
    please give me when to use the innerclasses
    Use them when you want to create a class within another class.
    Now gimme all 'er Dukes!!!

  • Whenever I turn my MacBook pro on, all the other stuff is loaded (MS word/excel/powerpoint), Spotify, iCal, etc are automatically loaded, so in order for me to go to my desired website, I have to close (x) out all applications loaded. Please advise.

    Whenever I turn my MacBook pro on, all the other stuff is loaded (MS word/excel/powerpoint), Spotify, iCal, etc are automatically loaded, so in order for me to go to my desired website, I have to close (x) out all applications loaded. Please advise.

    If you are using Lion:
    Dealing With The Resume Feature of Lion
    Managing Mac OS X Lion's application resume feature.
    If you shutdown your computer you should get a dialog asking if you want applications to resume on the next startup. Simply uncheck the box to prevent that from occurring. Open General preferences and uncheck the option to Restore windows when quitting and re-opening apps. You can also install a third-party utility to control resume features on individual applications: RestoreMeNot or Application State Cleaner.
    It is possible to completely stop the Resume feature although I'm unconvinced that it is that annoying. Nevertheless see the following:
    If you have not yet done so you must first make your /Home/Library/ folder visible. Open the Terminal application in the Utilities folder. At the prompt paste the following command line:
    chflags nohidden ~/Library
    Press RETURN. Quit the Terminal application.
    In the Finder navigate to the /Home/Library/Saved Application State/ folder. Delete the contents of the folder. Back up to the /Home/Library/ folder. Select the Saved Application State folder. Press COMMAND-I to open the Get Info window. In the Sharing and Permissions panel at the bottom click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window.
    Quit all open programs except the Finder (this is very important.) Next, navigate to the /Home/Library/Preferences/ByHost/ folder. Look for a .plist file with "com.apple.loginwindow." in the file name followed by some numbers in hexadecimal. Select the file. Press COMMAND-I to open the Get Info window and in the Sharing and Permissions panel click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window. If you also find a file with the same filename but with a last extension of ".lockfile," then you should delete it.
    The above should eliminate the Resume feature system-wide. Note that any future system updates or upgrades will likely undo these changes. You will then need to repeat this procedure assuming there are no major changes in OS X related to it.

  • Please advise regarding implementing pub/sub in a BPEL process.

    Hi guys,
    Requirement
    The customer information comes as HTTP/SOAP message and is sent to the BPEL process as input. BPEL uses ESB and database adapters to create the customer in Oracle apps. Now, we need to send the same customer information with the Oracle apps customer number to some other systems. The number of systems is not know at this time, so we need a pub/sub mechanism where we can publish the customer creation event with the required parameters (customer name, number, etc.). Then we just create subscriptions to that event as an when required. This gives us the flexibility to add subscriptions withougt changing the initial BPEL process.
    My questions
    I can think of three ways to do this, please advise.
    1. Use Oracle workflow business events and subscriptions. At the end of the BPEL process, raise the wf event and the subscriptions to that will be processed by workflow engine. My doubt here is that most of the times the subscriptions is another BPEL process, so does it make sense to go from BPEL to WF and then WF to PL/SQL to invoke a new BPEL?
    2. Use Advanced Queues (Oracle AQ). This is similar to using Oracle WF and to me the issues are also the same.
    3. Use routing rules in ESB -- I am not really sure if this can be done to replicate a pub/sub scenario, please advise and elaborate.
    As a summary, we want the ability to have pub/sub within BPEL and/or ESB. Any other suggestions are also welcome.
    Thanks!

    I have the same question , but could not find the releveant post in ESB forum.. is the response posted ? pls post the link to that thread...

  • I just upgraded to GB'11, running OSX 10.6.8.  Have an eKeys 49.  OSX confirms keyboard as midi input, volume slider registers in GB but no key strikes show, thus no functionality of program for me.  Please advise.

    Volume slider is recognized by GB and nothing else.  I have software instrument selected, not muted nor any other track solo.  Midi input is recognised, but no keystrokes are heard as notes, nor are they noted as being played while recording.  The keyboard and garageband used to work just fine.  Please advise.

    Also when I run garage band it thinks my USB wifi device is midi AND everytime I plug in my iPhone, it kills the USB internet connection.

  • When to use abstract class compared to interface

    hi
    can some one plase advise me when to use abstract class compared to interface?
    Example will be appreciated...

    So an abstract class can carry implementation. This can be used to formulate a rule of thumb as to when to use it over an interface.
    If you have a so called type specialization relationship between the subtypes and the supertype then they're likely to benefit from shared implementation provided by the supertype, so use class (abstract or concrete) extension in this case. Type specialization is when the supertype represents a general concept like Fruit and the subtypes are specialized forms of that like Apple and Banana.
    Another common kind of relationship is called type expansion. In this case the subtypes are unlikely to have any use of implementation provided by the supertype, so use interface implementation. Type expansion is when the supertype represents a specific character the subtypes take on. For example Apple and Bicycle ure unrelated in the type specialization sense but still can share a common character like Comparable. The subtypes have been expanded to include the supertype character, namely the ability to be compared.

  • When / why use XML to store data instead of database table ?

    Hi All,
    I still not use XML much in applications and don't know much about its utilization.
    I read here and there about storing data as XML instead of into database tables.
    - could any body please tell me when / why use XML to store data instead of database table ?
    e.g : store inventory per warehouse in XML format. ?
    - What is the other cases or reasons of extracting database records into XML or vice versa ?
    - is there any good pdf on this ?
    Thank you for your help,
    xtanto

    It depends entirely what you want to accomplish with the 'XML in the database'. There are basically 3 independent methods: As CLOB, as XMLType views or as native XMLType 'columns'
    Each method has advantages and disadvantages, especially in the performance vs purpose tradeoff.
    The Oracled Press book "Oracle Database 10g XML & SQL Design, Build, & Manage XML Applications in Java, C, C++, & PL/SQL" is highly recommended for anyone interested in Oracle and XML. http://books.mcgraw-hill.com/getbook.php?isbn=0072229527&template=oraclepress

  • When we use E Tendering instead of RFQ & Quotation Process

    Hi Expert,
    Please explain that When we use E Tendering process instead of RFQ & Quotation Process

    Hi,
    please go through the following links.
    http://help.sap.com/saphelp_srm701/helpdata/en/73/8b1c3b68b242b7807e199806e289a5/frameset.htm
    http://help.sap.com/saphelp_srm701/helpdata/en/ba/c06541a40c031de10000000a155106/frameset.htm
    BR,
    Praveen

  • HT201415 I want to purchase a month of cellular service for my IPAD2.  When I use my ITunes password,  it states that I have the wrong password but does not offer a way to reset my password.  Please advise.

    I want to purchase a month of cellular service for my IPAD2.  When I use my ITunes password,  it states that I have the wrong password but does not offer a way to reset my password.  Please advise.

    Read through this link and maybe you'll see something that will help you:
    http://www.tech-recipes.com/rx/5827/ipad-3g-activating-purchasing-att-cellular-d ata-for-the-ipad-3gwifi/

  • Hi, I'm unable to use my speaker when I'm using Mac OS. However, I'm able to do so for Windows 7 OS on Bootcamp. Can anyone please advise on how to rectify this problem? I would greatly appreciate your help, thank you.

    Hi, I'm unable to use my speaker when I'm using Mac OS, which means I'm unable to unmute, decrease or increase the volume. However, I'm able to do so for Windows 7 OS on Bootcamp. Can anyone please advise on how to rectify this problem? I would greatly appreciate your help, thank you.

    Hi Zac, sorry to hear about your troubles, but that's why us other users are here to try to help in these instances.
    Open Console in Utilities & see if there are any clues or repeating messages when this connection drop happens.

  • New iPad 5 pixels getting stuck (Rewind, Play, Fast Forward) when using apple tv. Leave ghost buttons on screen. Do I return? Please advise.

    New iPad 5 pixels getting stuck (Rewind, Play, Fast Forward) when using apple tv. Leave ghost buttons on screen. Do I return? Please advise.

    edit: iPad 4

Maybe you are looking for

  • Creating metadata for AWs created programatically (11.2)

    Hi guys The aim is to create Analytic Workspace within certain tablespace and with certain number of physical partitions. I tried following ways to create the AW: 1st way: begin dbms_aw.aw_create(name => 'MIS_LT', tbspace => 'AW_MIS_LT_DI', partnum =

  • Multiple person working on same planning area

    Hello, Can anyone please suggest how multiple people can work on same planning area at the same time. We are working on implementation project and our team has to work on different planning levels in the same planning area. But locking prevents us to

  • Finder Invisible Files

    Hi, I've noticed that sometimes after I expand a zip or rar archive that I can't see the extracted files in the Finder. The fies are visible under the command line but finder doesn't seem to register them. Can anyone suggest what is causing this? The

  • Safari keeps crashing on start-up. should I uninstall?

    It opens for a few seconds and tries to load, or even manages to load a page and then crashes. If it helps the error message reads: Process:         Safari [2761] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.ap

  • Need help w/ file uploading!

    hi! i'm writing a JSP where the client has the possibility to upload image-files to the server.. anyone have a good way to it? and if so how? if you are referring me to some java-classes i would like to get proper information on how to append them in