Which is fast IN or EXIST and how?

Could any one clarify me?
which will select data fast
In or Exist, How it works
Thanks

Well read this thread completely to get teh answer.
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:953229842074
Aman....

Similar Messages

  • How many types of Queues exists and how to identify them.

    Hello
    can anyone say How many types of Queues exists and how to identify them.
    What does R3R* and CSA* stands for.
    Regards,
    divya

    Hi Divya,
        The queues R3* and CSA* that you have specified are qRFC queues. qRFC queues are data queues which transport data to and fro different systems.
    There are also the tRFC queues which are triggered whenever you make RFC calls to connect to another system.
    Queues with prefix R3AD* - for delta download from R3->CRM
    Queues with prefix R3AU* - for data upload from CRM->R3
    Queues with prefix R3AR* - used to transfer data during request load from R3->CRM
    Queues with prefix R3AI* - for initial load from R3->CRM
    Queues with prefix CSA* - these are validation object specific queues used for processing/persisting data in CRM tables in a serialized manner. E.g. CSABUPA* for business partner,CSA_ORDER* for sales order etc.
    You can administer and monitor the queues in trax. SMQR,SMQS.
    Hope this helps you! Pls. do not forget to reward me some points.
    Regards,
    Sudipta.

  • Which file type should I use and how I use it?

    Hello!
    I need to create a file with some data that has been inserted manually.
    In this file, for example, there are:
    ProjectName1: string1, string7… string10, date1
    ProjectName2: string11, string15… string20, date2
    ProjectNamek: string 100, string 116 … string 140, date1
    I know only one thing: one of the strings.
    What I need to find in the file:
    I need to find the string at one of these rows and get its ProjectName and date.
    For example: if I have string15,
    I should find string15 in the file, and get its ProjectName and date:
    ProjectName2, date2
    Which file type should I use and how I use it? What is the best solution?
    Thanks!

    800512 wrote:
    I need to create a file with some data that has been inserted manually.
    In this file, for example, there are:
    ProjectName1: string1, string7… string10, date1In addition to Pandiya's advice, if the string is always in exactly the above format
    (ie:
    1. ProjectName always starts the line and ends with a ':'.
    2. The rest of the strings on the line are separated by ", " and will never contain ", "
    you might also want to have a look at String.split().
    Winston

  • I have mac book OS X 10.4.11 (processor 2 GHZ Intel Core 2 Duo and memory 2 GB 667 MHz DDR2 SDRAM). To which newer version can I update and how?

    I have mac book OS X 10.4.11 model No.A1181 (processor 2 GHZ Intel Core 2 Duo and memory 2 GB 667 MHz DDR2 SDRAM). To which newer version can I update and how?

    Welcome to the Apple Support Communities
    You can upgrade to Mac OS X Snow Leopard, and then, you should be able to use OS X Lion.
    First, buy Snow Leopard > http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard Then, make a backup of your data, insert the Snow Leopard disc and upgrade to Snow Leopard.
    The disc will install Mac OS X 10.6.3, so open  > Software Update to install 10.6.8, the most recent Snow Leopard version.
    See if your Mac is supported > http://support.apple.com/kb/HT4949 If you see that it's compatible, call Apple to buy OS X Lion > http://support.apple.com/kb/HE57 Also, check if your apps are compatible > http://www.roaringapps.com

  • How to check if an object exists and how to discard it?

    Greetings,
    I have a main GUI panel in a JFrame that creates a smaller JFrame with a progress bar and text area whenever a process is initiated. I've set the default close operation to DISPOSE_ON_CLOSE as when I set it to EXIT_ON_CLOSE the main GUI panel closes as well (!). But whenever I'm closing the smaller JFrame and initiate a new thread, then the same operation is perform in parallel 2, 3 ,4 times, etc. It seems that the object of the class ProgressGUI which carries all the components of the small panel is not disposed properly. So my question is how can I check if an object exists and if yes how can I discard it? Or in other words how can I discard the JFrame of the small panel without closing the main GUI panel as well?
    thanks,
    Thomas

    I've set the default close operation to DISPOSE_ON_CLOSE thats right.
    So my question is how can I check if an object exists Whenever you create an object, save its refrence somewhere, then just check
    if(reference==null){
             //object does not exist
    }else {
            //object exists
    and if yes how can I discard it? Ensure that no references of the object to be discarded are remaining with any of the objects and then believe in 'Garbage Collector' to do the job! e.g. if there is only one reference to the frame (in your case) somewhere, you can just make an assignment like:
    reference=null;by doing this, you have made the object a candidate for garbage collection. Rest is done by 'Garbage Collector', not you.
    For cases like yours, it is better to make the small frame just once and whenever required just make the frame visible.
    e.g.
    JFrame smallFrame;
    void showSmallFrame(){
        if(smallFrame==null)smallFrame=new SmallFrame(); //or something like that
        smallFrame.setVisible(true);
    }Thanks!

  • Which is faster ESB or BPEL and why?

    Hi,
    Can anybody please tell me which is faster, either ESB or BPEL? I believe ESB is more faster than BPEL due to the message payload in BPEL not ESB.
    It would be great if anybody can put some info on this plz.
    Cheers!
    user623695
    Edited by: user623695 on Dec 24, 2010 12:31 AM

    You are considering only performance as the criteria for choosing between two products which have different purposes which is not the right way to go about it. Lets consider(just an assumption, might not be true) that BPEL is faster for a flow which requires simple routing/mediation to a back end service, even then you should ideally use OSB for that flow/service rather then doing it on BPEL.
    If you have to consider only performance then its my understanding that OSB would be faster then BPEL for simple routing.
    Architecture of both OSB and SOA Suite/BPEL is different, OSB is optimized for short running, fast and stateless services while BPEL is optimized for long running and stateful processes.

  • Which NI devices should I buy and how to start with?

    Greetings!
    I am an undergraduate who is trying to design a control system which can measure chemical solution conductivity as well as PH value; besides, based on those values, we need to control 4 valves to open and close so that acid, base, water,and salt from 4 tanks can flow into the main pipe.
    Question: Which NI device should I buy and start with? The devices have to have at least 4 input/output, do you have any suggestion, Thank you very much!!
    I am also new to LabVIEW, so any extra suggestion would be greatly appreciated!

    Thank you , we are considering purchasing NI USB-6008
    http://www.ni.com/products/usb-6008/
    Doest it work with the following PH sensor, one specification says that it has output voltage of Output 0-5 vdc, does NI USB-6008 accept it?
    Model A1004 pH Transmitter
    Warning
    Do not short the power connections. Wrong wiring of the signal and power wires will result in
    permanent damage to the unit instantly.
    Specs:
    Range 0-14pH
    Power: 12vdc 500ma nominal
    Output 0-5 vdc
    Material ABS
    Calibration trim pots
    Distance up to 50ft
    Model A1004 is a pH transmitter designed to be used with PLCs and microprocessors that accept
    analog input of 0-5vdc.
    Connect any general purpose pH sensor to the transmitter. Double junction sensor is preferred.
    Calibrate unit with 4 and 7 pH buffer solutions. Use zero trim pot to adjust 4pH and span trim pot to
    adjust 7pH..Fine tune adjustment is done with span trim pot.
    If you do not have a sensor , short the bnc connector ,this will simulate 7pH and observe output voltage
    of 2.5vdc.
    Din connector provides power and signal from one cable.
    Note.: When connecting signal and ground to the PLC input ,use .01uf capacitor across signal
    and ground to filter any noise issues.

  • Does firefox 5.0 exist and how do I get it? Zynga games says it does and recommends it

    Zynga games makes mafia wars, cafe world, and other games for Facebook and Myspace. I have been having loading issues with their games and asked their customer support for help. The link referred to Mozilla Firefox 5.0 and Google Chrome 8.0, both of which are news to me as I am working with Firefox 3.6 right now. What I want to know is does it exist, how do I get it, or was Zynga lying to me? Also SHOCKWAVE KEEPS CRASHING. The Firefox page specifically addresses that issue and says not to worry about it, but it creates an unkillable lag

    No, there is no Firefox 5.0. Firefox 4.0 hasn't even been released yet, it is due next month or in February.

  • Basic Visual Voicemail -- does it exist, and how do i use it?

    I've learned from this verizon page ( Voice Mail Comparisons | Verizon Wireless ) that there is an included service called 'basic visual voicemail', and according to posts here and elsewhere it is supported on at least some Galaxy S3/4/5 series devices. This is not iphone service, because that service is listed seperately. The 'basic visual voicemail' service is not mentioned anywhere in verizon's ad literature or anywhere in the account information website, and any attempt to add visual voicemail service (online) or access visual voicemail (phone) only triggers the advertisement for the 'premium visual voicemail', which includes additional features beyond visual voicemail. This makes the feature seem 'secret', or maybe it used to be offered and is not availible to new customers.
    So the first question, does basic (no additional cost) visual voicemail actually exist? Second, what do I need to do to get it working on my Galaxy S4? Based on other posts, it seems the answer that it may need to be specifically added by a verizon rep, and even then it may be necessary to do an 'unofficial' install of a different software version of the voicemail app than what is availible via the software updates... but I would like to confirm this is legit before I do something that dodgy.

    I've used all three - and I prefer You Mail.  You Mail and Verizon's (Premium) VVM are very similar, and You Mail is free.  Both have an app that opens when you hit the notification icon so you can "see" your messages, and click to listen.  Google Voice sends me an email with the transcription, and I can click in the email to listen to the message.  All of them require data to download and listen to the voicemail, but it's, what I consider, minimal.  The translation leaves a bit to be desired, but that's as much a function of the speaker as the translation engine - I can usually get the gist of the message from the transcript, most times I don't need to even listen to the message.
    The downside to using You Mail and Google Voicemail is that you need to set up call forwarding to your YM or GVM # - so if you need to set up actual call forwarding for another purpose, you lose the voicemail forwarding.  The Premium VVM worked well for the month I used it (trial has ended), and I have yet to set up either You Mail or Google Voicemail again; I'm using the Basic VVM.  I've yet to receive a voicemail so I haven't tested it!

  • Which text editor can I use and how do I share it?

    Hi,
    I have an iPad and I wanted to know if I can download an app or something to use as a text editor like Word and if I can share it, put the file in a flashdrive and use it in another PC,
    Thank you

    Or, put your text file on DropBox, using the iPad app and email a link to others, or put it on MobileMe (iDisk app) or sharevvia iWork (online sharing for Pages documents).
    Besides the word processing apps like Pages, there are a ton of notes and notebook apps which have various file sharing capabilities. Plain Text is a free plain text editor which links to a DropBox folder, e.g. And the Elements app will sync to DropBox and also let you email. There are many others.
    The trick is figuring out what you need--how much formatting, e.g.--and what type of access by your PC is most convenient. I use apps that sync to DropBox or MobileMe, so that those files are always accessible. Much as I love MobileMe for syncing my calendars, contacts and to do lists, I prefer DropBox for document access and I've found iWork unreliable.

  • How can I add a red line below all those words, which are not technically correct? And how can I do Pages to do it automatically?

    So, how can I add the red line below all those words, which are not technically correct.
    I have tried everything, but nothing works. Red line should come there automatically, but I can't find nothing from settings to do this. Can you guys help me?

    There isn't any finnish spellcheck in Pages
    Inspector palette = Asetukset
    I am trying to find out where to get a finnish dictionary that can work in Pages. I am not sure but try this
    http://www.jkwchui.com/2010/03/spellchecking-latex-in-macosx/

  • Which Palm do I have? And how do I disconnect it from its cradle?

    Just bought an older palm that seems in perfect working condition from the local reuse center. Seems in perfect operating order. But there's no identifing marks as to which model it is.  If it helps, the serial number is 10JG14017Y5M-O. 
    Next problem: It came firmly attached to its cradle. And I can't figure the trick to detaching it. Is there a button somewhere? I really don't want to break it because it seems to work pretty well – and is an upgrade over the m125 I already had that was giving me all kinds of grief.
    Post relates to: Palm m500 (I'm guessing)
    Post relates to: Palm m500
    This question was solved.
    View Solution.

    Good guess it is an m500, as to it being firmly attached if you pull it equally you should be fine.
    Post relates to: Palm Z22

  • Which install disk do I need and how do I purchase it?

    I bought this computer used and put a new hard drive in it. Now I need to know which install disk will work on it and where to obtain it from. Thanks!
    Linda

    Linda:
    Congratulations on your new computer. I concur with Niel that you should contact the person from whom you purchased the computer and ask about the install disk as well as the Apple Hardware Test Disk.
    If you are not successful in getting the seller to supply the disk(s) you have a couple of options:
    • You can call Call Apple Customer Service (1-800-767-2775) for original disks. Be sure that you have your computer Serial number handy. There is a service fee for this, about $60 the last I heard.
    • You second option is to purchase new install disks. Your computer shipped with Tiger (Mac OS X 10.4.2 (8E45)). However, your computer easily meets the the technical specifications for Leopard, which you can purchase for about the same, or even less, than you would pay for Tiger. Leopard can be purchased at The Apple Store for $129. Tiger is no longer available at the Apple Store but is still available for $129 by calling Apple Phone Sales 1-800-692-7753.
    Please do post back with further questions or comments.
    cornelius

  • What is a stage databse? where it exists and how it is handled?

    Hi,
    I am looking for the details about the stage database.
    My concerns are:
    1. Details about the stage database.
    2. What is its significance?
    3. Where exactly it exists?
    4. How to interact/handle that? Fetching of the data from it.
    Regards
    Amit

    Hi Amit  ,
    Activities
    To copy the database, you have to define the name of the new database home directory (of the database copy) in the init<DBSID>.sap profile parameter new_db_home  (for local disks) or stage_db_home (for remote disks). Also set the parameter backup_dev_type to disk_copy|disk_standby|stage_copy|stage_standby or call up BRBACKUP with the relevant command option, for example, brbackup -d|-device disk_copy.
    Kindly go through this link.
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/47/3484646c4b1a52e10000000a1553f7/content.htm
    cheers
    Mohinder

  • Which applications are avaible with QMaster and how can I share work

    Hi, I' m new to Apple Qmaster, I think this application is very usefull, but I don' t know which applications Qmaster can be used with, can someone answear me?
    I would like also to know how can I use Qmaster in those applications to share work between Macs.
    Thank you in advance,
    Alberto
    PowerBook   Mac OS X (10.4.8)  

    1. The applications Qmaster will work with are listed on this page. If you need to work with another application, you might want to look at XGrid.
    (17941)

Maybe you are looking for