Other option for SubQuery...

Hi All
I want to Use other option for Subquery for Performance Tunning. Any Other way for this?
Thanx in Advance

< i don't want to Join >
You don't want to use subqueries, and you don't want to join. That limits your options as inline views and subquery factoring are both variants on subqueries.
You can go farther afield and look at the set operators which can sometimes simulate joins and subqueries but don't usually help performance, or write inline/pipelined functions as alternate ways to get the data but these are all but guranteed to decrease performance and involve a lot of extra work besides.

Similar Messages

  • Other Ways  for SubQuery...

    Hi
    Please suggest i want to Use other way for Sub-Query for Performence Tunning Point of View. I am Useing Oracle 10g R2
    Thanks In Advance...

    Thank you for not posting the same question again in two forums... ;)
    other option for SubQuery...

  • Are there other options for renting and downloading movies?

    I have watched movies downloaded from Apple a couple of time, but I really don't like the iTunes interface - my main complaint is that there is no way to filter movies so that I can quickly scan for rentals. 
    I rarely watch any movie more than one time, so I have no interest in buying a movie - I only want to rent, and it is a huge waste of time to hunt through iTunes movies one by one to see if I can rent it or not.  It just not worth my time.
    I don't know if Apple plans to fix this shortcoming or not, but until then, are there other options for downloading rental movies to watch on my MacBook Pro or my iPad?  Online streaming is fine, and I use Netflix and others for that, but I would like to get movies to watch on airplanes and other places where I don't have an internet connection.
    Thanks

    Try NFS. SMB is for connecting to Windows servers.

  • Other options for emailed itunes gift card?

    I received an itunes gift card via email.  Unlike a physical gift card, it does not have a redemption code.  Just a 'redeem' button.
    I don't want to redeem this code.  I would like to gift it to someone else or perhaps sell it.  But I need a physical card with a redemption code.
    Apple says my only choice is to redeem it to my itunes account.  I didn't want to ask the purchaser to request a refund. 
    Are there any other options for this gift card email?  thanks!

    thank you for your reply. i know you could stream in between computers. i guess i just want one device to do everything and i am torn as to whether or not to buy the basestation. i guess the odds of a newer one coming out with the music feauture in the next few months is probably way beyond slim to none!

  • If we dont want to use sleep/wakeup button for dissconnect the call so there is any other option for dissconnect the call without using sleep/wakeup button in ios 8.1.3. kindly suggest

    if we dont want to use sleep/wakeup button for dissconnect the call so there is any other option for dissconnect the call without using sleep/wakeup button in ios 8.1.3 . kindly suggest..!

    Hello kumar kalptaru, 
    Thank you for participating in the Apple Support Communities. 
    It sounds like you're wondering how to hang up a call besides using the Sleep/Wake button. 
    Other than this, you can tap the red hang up button on the Phone app. See the iPhone User Guide for more help:
    While on a call - iPhone
    End a call. Tap  or press the Sleep/Wake button.
    Best Regards,
    Jeremy 

  • HT2534 I have just created an Apple Id for itunes, it is allowing me to get to the debit card stage but they no longer accept Visa Debit, there is no other option for me as i dont have any other cards and there isnt a 'none' option! HELP!!

    I have just created an Apple Id for itunes, it is allowing me to get to the debit card stage but they no longer accept Visa Debit, there is no other option for me as i dont have any other cards and there isnt a 'none' option! HELP!!

    How did you create the account ? Unless you followed the instructions on the page that you post from exactly then you won't get the 'none' option and you will need to enter payment details - those instructions won't work on existing accounts.
    I tried those instructions a week ago in response to another thread and I got the 'none' option on it e.g. on my computer's iTunes I logged out of my existing account, found a free app in the store, clicked on its 'free' price, clicked on 'create Apple id' on the popup, and after agreeing to the terms and filling in my details I was able to select 'none' as my payment option and download a free app with it.

  • Is there any other option for using internal table in badi

    hi
    i know we cannot use internal table in badi
    but is der any other option
    plz write in d codez too
    with Regards
    Rohan Shetty
    Edited by: Rohan Shetty on May 6, 2008 2:14 PM

    of course you can use internal table in BAdi, do like this.
    data: itab type table of ....
    data: wa type ...
    Example:
    data: itab type (standard, sorted, hashed) table of mara.
    data: wa type mara.
    Or create your own type within the badi.
    types: begin of ty_xxx,
                fielda  type c,
                fieldb  type n,
                fieldc  type d.
    types: end   of ty_xxx
    data: itab type table of ty_xxx.
    data: wa type ty_xxx.
    Edited by: Micky Oestreich on May 6, 2008 2:16 PM

  • Microsoft SAM: Used software to get compliant or other option for Office 2010

    I wouldn't buy used Office. Chances are someone's still using the software and figured they could make a quick few bucks. Also, while once you hold the product key and media you technically own that license, who's to say they didn't max the activation count prior to sale.
    If you're intent on Office 2010, perhaps you could find some unopened Product Key Cards for purchase.

    We are still kicking the can down the road with Exchange/Outlook 2010 utilizing Public Folders and a custom application that runs against them. Got hit with a SAM audit and short a few licences of Office Home and Business 2010 (Retail/FPP). As far as I am aware my only options are Volume Licensing Office 2013 and use the downgrade rights or buy used licenses of Office 2010 (Retail/FPP). My research has noted that they no longer offer Office 2010 through Office 365. Any thoughts or concerns?
    This topic first appeared in the Spiceworks Community

  • Other options for deploying standalone apps developed in VB 2005?

    I've managed to deploy an application using CR 10 as shipped with VS 2005 Professional Edition.
    I embedded the reports in the app and created an *.msi file, which my users used to install the SW on their machines.
    Problem is, I have some users who do not have enough privileges on their machine to install my SW.
    I'd like to be able to make the SW available to them (one possibility is having them launch the SW from their machine but have the SW installed elsewhere).  Or, distribute them an executable but not an installer (running the SW isn't an issue; installing it is).
    Any suggestions?
    Thanks!

    You only have two options
    1) the MSI as you are using it now
    2) clickonce deployment.
    Details on ClickOnce deployment as described in the developer help file:
    ClickOnce deployment reduces the time and effort required to deploy Windows Applications across a network. Rather than distribute a separate executable to each individual hard drive, ClickOnce deployment places the executable on a common Web page, from which all users can launch it. As part of the launch process, a copy is retrieved to the user's hard drive that can be used to re-launch the application locally. However, this local copy regularly checks the source executable on the Web page for updates.
    Updates to the Windows Application can be re-published to the web server, and the newer application files are then available to clients. If an older version of the Windows Application opens locally on a client machine, an update dialog box gives the option to check for updates from the web server. ClickOnce deployment is only available for Windows applications that use the .Net 2.0 Framework or later.
    Ludek

  • Discreet graphics and other options for artists/designers

    I have a suggestion for a the thinkpad x series convertable tablet or perhaps a future convertable tablet model perha. It would be great to see a configuration of this that has a decent dedicated graphics card. This thinkpad X series' combination of pen and touch input is very appealing for artists and designers who would be using the stylus for art in programs like photoshop or painter, and even 3d artists who would be working with programs like maya or Zbrush. a dual digitizer convertable tablet is having the input capabilities of a Wacom Cintiq, with the added bonus of the portability of a notebook PC. The only issue is that some of these higher end programs are more taxing powerwise, and that is why it would be really great to see a thinkpad X with discreet graphics option, that could provide a soution to folks working in said creative industries. A convertible tablet that can handle both the running and creation of high-end digital content, (video game sdks/engines, 3d animation, video editing) as well as still be a handy tool for meetings and note-taking and being able to work on site or on location at places, (such as on location at a commerical shoot, or working on a piece of art outdoors)
    additionally, the ideapad K1 that just came out, looks very slick and attractive with its red paint job, and I believe a convertable tablet aimed at content creators would also be appealing if colors choices other than black, (such as red or blue) were offered, as several previous thinkpads (although so far, not the convertible tablets) have come in.

    1) Coupling a HDD with a SSD cache is a boost for system start-up and program launching -- especially if you don't care about upgrading to "all SSD" at this time.
    2) I have the Intel 6205 WLAN card in all my ThinkPads in use. At one place, the wireless router is 2Wire and the 6205 card connects without problems.
    3) I've used G.Skill, Mushkin and Crucial. Search Newegg.
    Good luck!

  • HT5510 I am so sad that Apple now is going downhill after so many great years; amongst mang other issues, can anyone tell me why my Mom's iPad 2 cannot get Siri/dictation...other than greed?  Or, other options for her, bc she'd benefit greatly, but cannot

    I realize that Apple does not HAVE to upgrade their old devices; I'm just truly saddened after so many years of loyalty, and finally convincing others who do NOT like change (ie my mom) of their products, that this happened when iPad 2 seemingly has same software capabilities as iPhone 4S, and my mom is a user who can GREATLY benefit from this. It just has her bummed out, which now has me bummed out, so in looking for an solution that is not buying more product (since they now have decided to release new product every 6 months that are hardly different from their old ones).
    Thanks!!

    I realize that Apple does not HAVE to upgrade their old devices; I'm just truly saddened after so many years of loyalty, and finally convincing others who do NOT like change (ie my mom) of their products, that this happened when iPad 2 seemingly has same software capabilities as iPhone 4S, and my mom is a user who can GREATLY benefit from this. It just has her bummed out, which now has me bummed out, so in looking for an solution that is not buying more product (since they now have decided to release new product every 6 months that are hardly different from their old ones).
    Thanks!!

  • Any other options for load balancing

    hello everyone,
    i have been unsuccessful to implement load balancing effectively. have you come across any such problems with load balancing not working as expected? are there any othner options to implement load balancing?
    thank you in advance

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top:0cm;
    mso-para-margin-right:0cm;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0cm;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    I do not see what you want to achieve or what you have tried to do. So please provide some more information.
    /André

  • Sql lead and lag / other option for conditional use

    Hi all gurus of SQL
    I want to pull previous record and subtract status_date from both the record to find the # number of days.
    Create table  temp  (o_id number , r_id number ,status_date date , status varchar2(30));
    Sample data
    i_id     r_id   status_date     status
    33493 308963 16-MAR-12 Incarcerated
    33493 308943 26-SEP-11 City/County Jail
    33493 306529 15-DEC-09 Active
    33493 295327 25-SEP-09 City/County Jail
    33493 293630 30-JUL-09 Active
    33493 292828 30-JUL-09 Active
    33493 292830 30-JUL-09 Active
    33493 292826 21-MAY-09 City/County Jail
    33493 291854 05-MAY-09 Active
    Select  I_ID, status_date, lag (R_ID, 1) over (order by status_date )
    from TEMP where I_IDin (33493) and  status_date >='01-NOV-2007
    and temp.status='Active';
    Logic I am trying to accomplish is find the incarceration status_date and then find the latest active , status_date and subtract those dates.
    for example 16-mar-12 minus 15-DEC-09
    Thanks for help..
    Pls help me brainstorm this..

    Hi,
    This definetly sounds like a job for analytic functions, but LAG might not be the best choice if you can have multiple 'Incarcerated' rows.  You might be better of with LAST_VALUE or MAX, like this:
    WITH  got_prev_active_status_date  AS
        SELECT  temp.*       -- or list whatever columns you need
        ,       MAX ( CASE
                          WHEN  status = 'Active'
                          THEN  status_date
                      END
                    ) OVER ( PARTITION BY  i_id     -- Just guessing
                             ORDER BY      status_date
                           )   AS prev_active_status_date
        FROM    temp
        WHERE   status   IN ('Active', 'Incarcerated')
    SELECT  p.*       -- or list whatever columns you need
    ,       status_date - prev_active_status_date   AS days_active
    FROM    got_prev_active_status_date
    WHERE   status  = 'Incarcerated';
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all the tables involved, and the results you want from that data.
    Point out where the query above is producing the wrong results, and explain, using specific examples, how you get the right results from the given data in those places.
    If you modify the query at all, post your modified version.
    Always say what version of Oracle you're using (e.g. 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • Other options for making dvd outside fcpx

    Hi
    I was just curious. I have lots of time for curiosity since the .img I'm exporting from fcpx to make dvds is at 58% after 5 hours. And it's just a simple dvd with menu and chapter headings.
    I imagine I could have exported the timeline to Compressor right? Would making a .img for a simple dvd have been quicker that way?
    Someone suggested using iDVD. Could I have exported the timeline directly into iDVD or would I have to have exported something from FCPX first?
    I guess I went with using fcpx cause it was such a simple dvd.
    la di la di la,
    elmer

    You use FCP X Share>Master File.
    Then drop the Master File into iDVD in the usual way.
    BTW: 5 hours seems a bit long to me. Depends on length.
    At 66% all the encoding is finished, then FCP X hands the burning to the Create Disc app, it should happen all automatically.
    So 58% means you are nearly there.
    Al

  • Other option for Backup

    Hi everyone, I`m looking for one hd for i make a backup using time machine, but Time Capsule is very expensive for me, and i think one hd - Western Digital My Book Home 1tb Terabyte, one better choice... What yours think for? Thanks, sorry for my english, i`m learning...

    If backup is all you need, external USB drive is cheaper, but no brand USB drive is even cheaper than WD, WD is expensive too.
    If you have a external USB drive already, and are looking for a router + HD combo, have a look at the Airport Extreme Base Station too.

Maybe you are looking for

  • ITunes crashes after 5 Seconds.

    Hi ! I have some serious Problems with my Power PC G5. I had updated my iTunes to Version 7.0 . After the Update, my iTunes has started a scan. After a few songs he crashed. I asked in another forum and they said I should : -Rename the "iTunes" folde

  • Queue processing in receiver idoc adapter

    hi all i am doing file to idoc scenario and i want to use queue proceesing option can anybody tell me the entire process regarding queue processing.

  • Error after 10.8.1 update

    Keep getting this error when time machine tries to back-up to my Go-flex drive... It was working great before the update... Any suggestions? "Something wrong with the volume's CNID DB, using temporary CNID DB instead.Check server messages for details

  • How to import data from SQL server to Oracle?

    Dear Sir/Madam, I want to move database data from SQL Server to Oracle, but don't how to do it, will you please help me do it?

  • How to compile this file!!!

    Hi folks I'm trying to compile and create jar file from the following but without success http://stein.cshl.org/jade/distrib/ file name is jadex.tar.gz Could you please try it and reply best regards