Does The Query get Fired Again

Does the query get fired again when i query a existing view
1. create view abc as select name from Table
2. select name from abc
Table is a really large table wid many columns and many rows
Lookin for a better performance coz i need names in one procedure and again need the same names for deletion in another procedure
I dont want to fire the same query twice dats y.

> there are like 20000 rows out of wch i need 2 retrieve 9000 or 10000 rows dependin on
the constraints
Go slow on the I'M SPEAK please... much better to deal with technical issues when using proper English.
A 20,000 rows table is tiny and running a SQL that returns 10,000 or so rows, should be execute in seconds.. the slowest part of the operation should be shipping that 10,000 rows to the client (across the network) in case of a remote client.
Maybe if you can describe the physical structure of the table (heap, index, partitioned?) and pinpoint just where the performance problem is (execution plan or an SQL*Plus autotrace), we could comment on why the performance seems (or maybe truly is) slow.

Similar Messages

  • HT5262 where does the information get stored when you back up your i-phone? It just reports its done but I have no idea where to find it if I need it again!

    Where does the information get stored when you sync/back up your i-phone. I have no idea where to look if I need it again!
    Thanks

    You can chhose the backup when you would reset your device. In this case you would get the option, during the set up process, to choose your backup and restore your device from it.
    (You can find a few information e.g. size and date of your backup in "Settings > iCloud > Storage & Backup > Manage Storage")

  • How to ignore a variable defined in a query when the query gets executed

    Hi SAP guru, I am creating a query, which has a user input variable, say A, and a replacement path variable, say B, Bu2019s value is determined by A and the whole purpose of A is letting user entering an initial value and A must be ignored when the query gets executed. How can I achieve this in query designer?
    Thanks

    Hi, thanks for the reply. Actually this is not my problem. My problem is the query should be filtered by  a variable, say B, but B is not allowed to be entered directly by user (i.e. B could be a replacement path variable or user exit type). So B has to be derived from another user input variable, say A. However if I defined A in the query, A is by default used as one of the filters, which is not desirable because A is a subset of B in my case and should be ignored.
    Is there options (settings) that allow the query ignore a specified variable (A) ? If not is there other ways to get around this?
    Thanks
    MichScott

  • HT4623 if i update my iPhone, does the apps get removed ?

    if I update my iPhone, does the apps get removed ?

    Updating your iPhone may remove the apps if something goes wrong. You should create a backup before your update just to be sure that you can restore everything in case anything gets erased.
    Also, you can sync your apps from iTunes on your computer or re-download the apps if they do get erased for some reason

  • HT203167 Why do files that I have organized into folders not stay in their folders after closing and reopening iTunes? And Why does the renaming get undone? I do this in iTunes Media/ Music.

    Why do files that I have organized into folders not stay in their folders after closing and reopening iTunes? And Why does the renaming get undone? I do this in iTunes Media/ Music.

    I recently had to reinstall my software for a
    dell computer a dell latitude d 830, then after installing all of my software and such including itunes the player did well even record to disks with no problems now that my system has done alot of updating of system files....now the itunes does not burn to my cd...error message 2131 this time
    The 2131 usually indicates firmware needs to be updated on a drive.
    Head to your drivers and downloads page for your latitude at Dell, and check for updates to your firmware for your optical drives. If you're behind and you update, does that clear up the 2131?

  • Why when playing a film from iTunes through a digital av adapter on my ipad2 does the picture get pixelated

    Why when playing a film from iTunes through a digital av adapter on my ipad2 does the picture get pixelated

    iPad 3 does not have a lightning port, it's 30 pin.

  • How does the system get the page format in reports

    Hi to all experts,
    where does the report gets the page format while print how do default the page format to the report while printing...
    please help

    Hi Mohamad,
    For printing reports by default it ill take the page format assigned to the printing device like (locl), in print preview,
    u can check the same in Transaction : SPAD.
    there click on output devices ->click on devices which u r using-->
    click on last tab->field(TRAY1)--->there u can find the page format for tht printer.
    U can change that as per ur requirement.
    i hope it ill sovle ur prob.
    Regards,
    Niranjan.G

  • Why when I e-mail a PDF form, does the recipient get a blank form?

    Why when I e-mail a PDF form, does the recipient get a blank form?

    Using Adobe to fill in. I think it may be my browser for e-mail will not support the forms. If I convert to Word or Exel, they send just fine.

  • Does the iPad get slower with time?

    i have an iPad 4 for over a year. Does the iPad get slower with the passage of time or because of small amount of available?

    As with any piece of electronics, the more stuff you get on there, the more clutter and the more 'junk' (not meaning offensively, just junk as extra files, fragmented files, etc) that it has to run through.
    If you think it's getting too slow, you can fully back it up, then reset your iPad back to factory settings (erase all content and settings) and then restore from that backup.
    It's not impossible, just something to do carefully because if you haven't backed everything up correctly, you will lose it. (content and apps from iTunes can always be redownloaded but content made on your iPad can be deleted if not backed up)
    I've had my iPad 2 for almost three years now and really haven't noticed a major decline in function. So unless you see something drastic, I really wouldn't worry about it.

  • Where does the data get saved from (notepad) or Notes on Windows Mobile 5?

    Where does the data get saved from (notepad) or Notes on Windows Mobile 5?
    (ON the Phone)  Sticky note like program WM5
    I ask because I synced my Blackjack 1 to my pc after about a year and MANY notes later, All the notes from the PC remained but ALL new notes on phone (a years worth) were deleted from the phone.
    I would like to attempt a data recovery on my mobile device- that was an insane endeavor but i got it to work now i just need to know what to look for (what type of files to recover) and or where to recover from?
    I did make the phone a drive already and have data recovery software that can pull deleted files from the phone in fat or raw data format.
    Thanks.

    Hi,
    I think this is not the best forum for your question. This forum is for Microsoft Exchange Server's mobile connectivity issues.
    Regards,
    Zoltán
    http://www.clamagent.org - Free Antivirus for Exchange
    http://www.it-pro.hu
    http://emaildetektiv.hu

  • How does the TableCellRenderer gets the value to render?

    Hello.
    I use my own AbstractTableModel together with a table, and I keep the data to be displayed in my table model.
    I would like to render the table headers.
    My question is, where does the TableCellRenderer get the value to render from?

    I'm not sure I understand your question. Do you want to render a cell or the header ?
    Here's an example :
    DefaultTableCellRenderer lRenderer = new DefaultTableCellRenderer()
    //This is the method you want to overide
    public Component getTableCellRendererComponent( JTable aTable,
    Object aValue, //This is the value coming from the TableModel
    boolean aIsSelected, //Is your cell selected
    boolean aHasFocus, //Does it have the focus
    int aRow, //the row of the cell renderer
    int aColumn //the column of the cell renderer
    //Get the component from the ancestor
    Component lComp = super.getTableCellRendererComponent( aTable, aValue, aIsSelected, aHasFocus, aRow, aColumn );
    //Cast the component to whatever you want, a JLabel
    //forinstance
    JLabel lLabel = (JLabel)lComp;
    //Let's say the value is an integer
    //Change the icon according to the value of the
    //object retrieved in the TableModel
    if ( ((Integer)value).intValue() == -1)
    //You might want to put these icons in member variables
    lLabel.setIcon(new ImageIcon("MyGif1.gif"));
    else
    lLabel.setIcon(new ImageIcon("MyGif2.gif"));
         return lComp;
    Of course you have to set the tablecellrenderer to the JTable.
    I hope this helps !
    Jean-Francois Gilbert

  • When does the horizontalScrollBar get created on a List?

    When does the horizontalScrollBar get created on a List?
    The scroller is created, but the scrollbar isn't created yet and I get an error:
    I have a spark List:
    <s:List id="list" creationComplete="creationCompleteHandler(event)">
            <s:layout>
                <s:HorizontalLayout  />
            </s:layout>
    </s:List>
    private function creationCompleteHandler(event:FlexEvent):void {
         (event.currentTarget as List).scroller.addEventListener( FlexEvent.UPDATE_COMPLETE, onScrollerComplete );
    // these don't trigger anything!
    //    (event.currentTarget as List).scroller.addEventListener(FlexEvent.CREATION_COMPLETE , onScrollerComplete );
    //    (event.currentTarget as List).scroller.addEventListener(Event.ADDED_TO_STAGE , onScrollerComplete );
    private function onScrollerComplete(event:Event):void {
         // horizontalScrollBar still null at this point - how can I use it?   
         // I want to set the style, but it's not created yet!
         // event.currentTarget.scroller.horizontalScrollBar.setStyle("repeatInterval", 600);

    I just realized that
    this.setIconImage(new ImageIcon("image.jpg").getImage())
    did not create the icon for my saved files.
    So what did create it? I did not program it!
    However, I happen to have an icon file Ananya.ico where I have my java project. I use if for my installation file. Did Java use this icon?
    Please help! Thanks!

  • How does the GR get into SUS---MM-SUS Sceanario

    Hi all,
    How does the GR get into SUS---MM-SUS Sceanario. Can anyone explain??
    Thanks in Advance..
    Regards,
    Jagan

    Hi,
    In SUS - MM scenario
    The supplier ships the goods and sends an ASN based on PO or an Scheduling Agreement to the purchaser. If ASN is based on PO then PO Response has to be accepted  by the purchaser. When the ASN is sent from the SUS system, an inbound delivery is created automatically in SAP MM.
    Now Create GR with reference to ASN or PO based on your requirement in R/3 - MM. The GR notification is then sent to the SUS system, where the supplier can display it.
    Please reward points for helpful answers

  • How does the attribute gets the data from R/3 field?

    Hi Experts,
    It could be silly Q.  IO has attributes x, y, z.......  When we map r/3 field to IO, and it is added to the cube and when we create a report, how does the attribute gets data?  I've been working in BW and suddenly I got confused.  Someone please provide me some info
    Thanks,
    Radha

    X,Y,Z being attributes of an info object A.
    When A gets loaded it will be loaded with X,Y,Z.
    If A is a cube and if you wish you can bring X,Y,Z also in the cube in one or more dimensions.
    If you keep X,Y,Z as vag attributes rather than in te cube as dimensions, then , the system will generate SIDs for them.
    Ravi Thothadri

  • Hello there, if i had installed a windows on bootcamp and for some reasons the windows had infected, does the mac gets infected or harmed? sorry im transforming from pc to mac and i just want to know .. thank you

    if i had installed a windows on bootcamp and for some reasons the windows had infected, does the mac gets infected or harmed?

    Yes, when you run Win via BootCamp, the computer is a "real" Windows computer and just as vulnerable as any other Windows machine. It its the operating system, not the hardware, that creates vulnerability.
    However, it also means you basicaly have two independent computers that happen to share the same physical space. The Mac side, as others have said, is not vulnerable to assaults that are made on the Windows side, so do not go installing a pile of anti-virus garage on the Mac side. It is unneeded at this time and will basically ruin your Mac's performance. The Windows side WILL need some form of protection.

Maybe you are looking for