Regarding small issue

Hi,
i have a simple select stmt with where condition,when i execute this query it is taking too much time what are the step i have to take and how can i avoid this time consumption.please help me regarding this issue

Take a look at this chapter in Oracle Documentation: Optimizing SQL Statements.
C.

Similar Messages

  • REgarding licensing issues involvng 'Computername' and the use of UpperCase4 vs Lowercase Letters

    Does any one know if it would cause problems for the Office 365 software license to be displayed as licensed to an ALL CAPS name like 'MY-FAVORITE-PC' but the computer itself shows the computer name to be 'my-favorite-pc"?
    If it does, which one should I change?  A couple of people here have had this same problem (which usually occurs when they change to using a different PC for their account) I have to Deactivate their Old PC namer and then install the licnse to
    their New OC using whatever name it has.
    On more than one system, this has resulted in various odd "failure to contact Microsoft server" issues when activating.  The problem continues for 7 days and then their copy of Office starts showing reed warning bards and eventually gets totally
    unusable.
    However, if I uninstall the office, deactivate the license, and reinstall it once again, it install just fine and acts ok but invariably at some point, the same thing occurs.
    On one of them I noticed the difference in the case of the letters used in the computer name and the license name.  On others I am wondering about various software add ins for Outlook or some other 3rd part application causing the problem.  Whatever
    it is, it gets extremely annoying.  Officer 365 apparently must run an activation sequence almost constantly while Office 2010 (and I presume 2013) ran it once and were done with it.
    Searching Google I have found too many  possible reasons along with a lot of people who have had the same problems but no one seems to have the 100% solution.   This has only started happening since we switched to Office 365 and only
    seems to occur on systems that are changed out to different ones with the same User's 365 Account which is in good standing  and has 5 available licenses of which only one is in use.
    In the case of the caps vs lowercase I also wonder if changing the name to CAPS on their PC would create additional problems on its own?

    Hi Questorfla,
    For the Office 365 software license issue, I recommend you can post in dedicated Office 365 Forum to get a better response:
    http://community.office365.com/en-us/f/148.aspx
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • Regarding Consignment Issue

    Hi Friends,
             I have a question regarding consignment issue. During the consignment fill up I have entered a material (machine) that is configurable and also assigned a serial number to it. Now when I try to create an order (consignment issue) and enter the corresponding serial number tied up to the machine in Consignment fillup, the system is taking just the higher level item of the BOM. The BOM is not getting exploded in the order. Can anyone please suggest where I can control. Any help is greatly appreciated. Thanks in advance.
    Sunny.

    Hi
    I don't think it will b exploded in Consignment Issue as it has already exploded in Consignment fill up. Consignment issue means what selling the stock which is at consignee's place so it dose not have to b exploded. u carr on like that and see what is the flow if it is ok then go on otherwise u let me know the problem.
    Thanks
    Mastan

  • Regarding Performance Issue in MI Application

    Hii All,
    We have made a SmartSync MI Application.Everything thing is working fine.But the scenario is this that when we try to navigate through the application from one page to another ,for example if i click on one link to get details corresponding to that link(i.e) we are retreiving the data from the local database, but this is taking a lot of time and according to our buisness need we have to reduce this time to fetch the data.
    Can anyone help me regarding this issue what can be done either in coding part, what parameters & standards to follow to improve the performance.
    Thanks,
    Devendra Phate

    hello deven,
    if you are only focusing on your application's performance
    on the aspect of usability i.e. less waiting time, fast
    response UI, i would personally suggest you to use AJAX.
    put some processing part on the browser side and making
    data retrieval from MI asynchronous... this way, your user
    don't have to wait for all data to be presented, but rather
    could work on the data presented in pieces (i.e. asynchronously).
    anyway try googling for AJAX...
    regards
    jo

  • My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

    My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

    My station is listed on Itunes Radio stations, but there's a problem with the connection. Does any body help us regarding this issue? The station name is KRAL FM under the Top 40 / Pop category

  • Just three small issue...

    Hello All,
    Well after a few months of delay (First me damaging the bois chip then me burning out the motherboard) I finally got my computer up and running. I do have some small issues that I hope someone may be able to help me with.
    1.   When I shut down the computer it restarts itself. The only way I can shut it down is to hit the power button in the back of the case.
    2.   When I do attempt to shut down the computer and it restart on it’s own I get no video. It also gives three long beeps. Now please understand that the video card works fine when the computer is on or when I do a manual restart. This only happens when I try to shut down the computer.
    3.   When I try to use the RAID by plugging up two hard drives the computer well get stuck at the screen where it read the array configuration.  The configuration can be correct with the RAID set for stripe two (WD 13GB and a WD 7GB hard drive) Western Digital hard drive’s.
    Any type of help would be great. Here are the specs to my computer.
    KT3 Ultra2-R
    AMD 2100+ XP
    512MD DDRAM
    WD 20GB
    Goldstar 40x12x40
    Acer 52x CD-Rom
    Jaton Geforce 2 MX/MX 400

    wd also have funny jumperless master with no slave setting
    normal master only if it has a slave
    why raid none matching drives
    a stripe will only be 2x smallest and a mirror size of the smallest

  • Small issue in Business Rules

    Dear All
    i have a Business Rule callingin BPEL Process based on below XSD file
    <?xml version="1.0" encoding="windows-1256" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.bank.com/bankbpel"
    targetNamespace="http://www.bank.com/bankbpel"
    elementFormDefault="qualified">
    <xsd:complexType name="Client-BR-Input-Type">
    <xsd:sequence>
    <xsd:element name="Status" type="xsd:string"/>
    <xsd:element name="is-VIP" type="xsd:string"/>
    <xsd:element name="Start-Date" type="xsd:date"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="Degree" type="Degree-Type"/>
    <xsd:element name="Client-BR-Input" type="Client-BR-Input-Type"/>
    <xsd:complexType name="Degree-Type">
    <xsd:sequence>
    <xsd:element name="Degree" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    after finishing my rules and decisions, i dropped Business Rule inside BPEL and start to copy values in input parameters of Business Rule, but i face *"Exception - Problem Building Schema !" !!*
    and sure my problem now in XSD file, please advise why and how to avoid ? ..

    Dear All
    Resolved, it is a small issue as i expected, i forget to update in/out variables to map for elements in XSD file like below ..
    <variables>
    <variable name="dsIn"
    element="client:Client-BR-Input"/>
    <variable name="dsOut"
    element="client:Degree"/>
    </variables>
    thanks

  • My iphone plus is bending, what does Apple offer regarding this issue?   I am trying to get to contact with Apple Customer Care, but not clear to me how to do it beside this channel of communication. I bought the phone from kosovar carrier which is u

    My iphone plus is bending, what does Apple offer regarding this issue?
    I am trying to get to contact with Apple Customer Care, but not clear to me how to do it beside this channel of communication. I bought the phone from kosovar carrier which is under Slovenian ownership. This means that the original warranty comes from Slovenia, bit complicated but still I would like to get an urgent answer how to proceed with this issue, thanks

    Maybe i should have only asked if anyone is aware on apple's policy
    regarding bending. I took the point that this seems not a proper forum to
    pose Q's to apple thanks to both
    On Wednesday, November 5, 2014, Apple Support Communities Updates <

  • I just want to know if you could help me regarding my issue purchase Adobe Photoshop at Aps store unable to proceed the order due to forgot the answer for the 2 questions.

    I just want to know if you could help me regarding my issue purchase Adobe Photoshop at Aps store unable to proceed the order due to forgot the answer for the 2 questions.
    I dont know how to check my particulars during filling up my registration in apple store support.
    Hope u could give us advice. Thanks...
    CandidoSG
    <Edited by Host>

    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue.
    http://support.apple.com/kb/HT5699

  • Two small issues switching from Leopard to Snow Leopard

    Hi,
    I just recently switched to Snow Leopard from Leopard. I was considering Lion, but heard some bad things about it.
    Either way, I noticed two small issues. The first was a hot key set on my Logitech mouse. I had a button preset to all windows expose. In the software
    for the mouse driver you can set it to expose specifically. (Its not just setting it to a certain F key). For some reason this doesn't work anymore.
    The other problem is when I link my mac book pro to an external monitor thru an hdmi cable, I notice on the tv screen it reverts back to the default
    desktop background. Instead of having the picture I set, it shows up on the big screen the blue and purple space image.
    Any suggestions?
    Thanks

    Thanks for the reply,
    The Logitech mouse driver said there were no updates available so I figured the expose had something to do
    with the new OS system since it now said expose and spaces, which Leopard never had spaces.
    So what I did was figured out how to just set it up with the F keystroke and it worked!
    When I link my Mac Book Pro to my tv, I use an external keyboard which is more up to date with the quick f keys up top and the arrangement is set up differently [ such as the volume keys are now f 10 and 11 instead of f 3 and 4 or something like that] Hopefully when my mbp is linked to this the keystroke I have set for expose still works. I believe it will.
    And as for the desktop bg, after unplugging my tv I notcied it still stayed on the space theme. So I believe I know what may be the issue. I set that bg off of a picture on an external hd, and never saved the image on my computer hd. So I'm assuming it saved the desktop picture in some cache thing or something and once it got linked to an external monitor it got refreshed.
    I now how that image on my computer and set, so hopefully the next time I link my computer to the tv, it'll stay.
    Thanks!

  • Help on small issues after WinXP downgrade from Vista

    Lenovo 3000 v200
    I recently downgraded from Vista to WinXP Professional, and I must say I'm much happier with XP.
    Some issues on the install: although I downloaded all drivers from the Lenovo site, the install didn't work from my usb floppy drive.
    It recognized the floppy on the F6 portion of the install, but then later it kept asking for the disk to be inserted (it was already in the drive).  Workaround was to install by changing to "compatibility mode" in the BIOS, and after install, loading all drivers and changing BIOS back to SATA.
    All features of the laptop appear to work perfectly; camera, fingerprint reader, wifi, etc.
    HOWEVER: in the device manager, there are 3 yellow exclamation points in the "Other Devices" section, and each of them is labeled "Base System Device."   Does anyone know what these are?  Why are they not recognized as specific devices?  LenovoCare doesn't recognize them either, and I have no idea what drivers to attempt to install for mystery devices.
    Also, "Modem Device on High Definition Audio Bus" won't install.  I have the current driver, and I've tried updating from LenovoCare, but no luck.  As I don't use a modem, this seems irrelevant, but I'd like to install it just the same if possible.
    Finally, the LenovoCare recognized a need to install a "Hotkey" update, and it claims to successfully install, but everytime I run LenovoCare it says I need it again.  Any comments or observations?
    Again, the computer works just fine even with these small issues.  In fact, it is better than fine; it is a joy to use and a real speed demon with XP instead of Vista.  So I'm not trying to do any rocket science or potentially screw up a very nice situation, but I am trying to iron out these small nuisances.
    Thanks to all of you who consider my trivial problems.  I really appreciate having knowledgable individuals like yourselves help out a very modestly skilled, but reasonably ambitious user.
    Cheers,
    Fred

    Hello Fred,
    I created a blog on this forum called.... "I Explain How To Downgrade From Vista To XP Successfully On A 3000 N100 Laptop" Locate this message and read through it. Try the "Auto Detect This System" I Talk about. It will load the latest drivers and the latest...BIOS..... for your particular model if you have not already upgraded it. You did not mention if you had upgraded your BIOS...... if your running an  "OLD" version.... THIS..... could be your problem.
    Regards

  • Some UI papercuts and smaller issues

    The CS6 Beta, while generally awesome and full of plenty of new things, has plenty of smaller issues too. I know and understand that this is pre-release software, however I fear that some of these might be missed on release which would mean that they would never get fixed. Just personal experience with big software companies, nothing personal.
    So here are just some that quickly caught my attention:
    Hex field in color picker, while extremely useful, is awkwardly sized (especially as Hex values are only 3 or 6 symols long)
    Ruler tool would greatly benefit from the info tooltips introduced for the Selection and Move tools. Same would probably apply to the Eyedropper tool.
    Clicking on a shape layer's thumbnail no longer hides the shape's outline (I know that there's a global setting for this, but I heard some people disappointed with this on Twitter)
    Combining of all Workspace layouts into one dropdown menu. I personally loved the rapid switching possibility provided by the button layout in CS5.
    Additionally, I noticed a rather annoying bug with Type tool: Activating a text layer with the Type tool doesn't update the information in the toolbar nor in Characters panel (try it with two differently-styled text layers — the information for the old one is still displayed even though the new one is active).

    magnet14 wrote:
    Additionally, I noticed a rather annoying bug with Type tool: Activating a text layer with the Type tool doesn't update the information in the toolbar nor in Characters panel (try it with two differently-styled text layers — the information for the old one is still displayed even though the new one is active).
    I can't reproduce that.
    Here's what I did:
    1.  Create two different text layers, with different fonts, different colors, different sizes.
    2.  Click on the T in the Tools Panel to activate the Horizontal Type Tool.
    3.  Now if I click on each layer all of the things you mention are updated with info from that layer.
    -Noel

  • Regarding Performance Issue

    Hi Friends,
       i have a FI report, Main Cash Vocher Printing, the report is very slow so to check its performance i have done the SQL Trace in ST05.
    in SQL trace i have found all the DB tables used and time taken to execute the select statement.... in that list i also found and Cluster Table RFBLG , but i did not used these cluster table in the program.
    and i also found more than 500 entries of Obj.NameRFBLG in that  ...
    Though its duration is small , ,, can we control that so that my report performance van be increased
    its Urgent...
    Useful reply will be awarded maximum
    Regards
    Kumat M

    Hi Kumat,
    RFBLG is the Cluster table of the logical table BSEG. That means the table BSEG stores its rows in the database table RFBLG. If the access to RFBLG is fast enough, you could ignore those entries and concentrate on red lines in the trace.
    Regards
    Ralph Ganszky

  • A few small issues I can't find fixes for

    Hi everyone, I've been using arch for a little bit now and really enjoying the experience. I have run across 3 small problems and other than that everything thing seems to be running flawlessly. I'd appreciate any help with these, and thanks in advance. I have googled trying to find solutions and searched the wiki but either none of the issues were listed or the fixes for them didn't seem to have an effect, but if I missed something sorry, just if you want to point me in the right direction that'd be appreciated.
    So some specifics about my system first, I'm running on arch linux 64bit using KDE as my desktop environment.
    Okay so problem number 1:
    Sometimes when arch goes to boot it fails to mount /dev/sda2 which is my root partition, This doesn't happen everytime but I'd say 50 or 60 percent of the time, but when it does I give it a restart once or twice and it loads into arch just fine. I can restart my computer if anyone wants the exact wording I get, but it goes along the lines of "failed to mount /dev/sda2 you are now being dropped in to a recovery shell" Now I'm not sure but this might be because of the weird way I set the harddrive partitions up, but it worked in all the distros I used before settling on arch, but to give you an idea, I'm using 2 300gb hard drives, I have them split so that 1 hard drive is completely devoted to my / and /boot partitions, the other one has /usr /tmp /var and swap on it. In addition I have a 1tb drive for storage that is devoted to /home. If it is causing the problem and I have to reformat and go to a more conventional partition scheme I will, but I'd prefer to avoid that if at all possible, just because I am rather settled in to this install.
    Problem number 2:
    Amarok takes forever and a day to load, somewhere in the area of 60+ seconds, when I start it via the terminal I get this output:
    KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
    (amarok:19322): GStreamer-CRITICAL **: gst_debug_add_log_function: assertion `func != NULL' failed
    amarok(19322)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(19322)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(19322)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(19322)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(19322)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(19322)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    amarok(19322)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    amarok(19322)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    amarok(19322)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    amarok(19322)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0 offers for "Amarok Script Console"
    amarok(19322)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0 offers for "LyricWiki"
    amarok(19322)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0 offers for "Cool Streams"
    amarok(19322)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0 offers for "Librivox.org"
    ** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
    ** amarok --debug                                                                           **
    I thought maybe it was the gstreamer backend because the wiki said it might cause problems and to try using xine instead. However doing this didn't seem to help at all.
    Problem number 3
    Flash is all weird when I use Kwin, when I use compiz it works near flawlessly but my issue with that is then kde doesn't act nearly as smooth as it does without compiz. When I use flashplugin from the repos I can't go fullscreen because it makes everything freeze up, and when I try flashplugin-prerelease from the aur flash is always in the spot where it loaded meaning if I change tabs in firefox it goes through the other tab and if I scroll it stays stationary and everything else scrolls behind it.
    Again I apologize if I missed it in the searches that I ran and these have been solved elsewhere, but thanks in advance for all help given.
    Edit: Installing pulseaudio and using that instead of alsa seems to have fixed amarok starting slowly.
    Last edited by Sinner (2011-03-26 05:05:57)

    milomouse wrote:Maybe you should use UUIDs instead of /dev/sd* to avoid any possible device confusion (type 'blkid' to see your UUIDs), though from your first post about "cannot mount /dev/sda2" it still appears to check for root device correctly.  At any rate, in your grub or lilo or syslinux (whatever bootloader you have) config you could also change root=/dev/sda2 to root=/dev/disk/by-uuid/YOURROOTUUID (however your bootloader can handle it) to help further reduce possible errors.  (helpful link: https://wiki.archlinux.org/index.php/Pe … ice_naming )  Trying to think of what else it could be since it only happens every now and then, which is a little strange.
    Oh my bad I forgot to say I'm using grub, but yeah I went through and did that, That seemed to stop me being loaded into a recovery shell or whatever, but when arch started to boot about 2 out of the 5 times I restarted to test it, it said file systems didn't check and had my log in as root to try to remount the partition. Also I got a COMERROR=-32 after which it said it was doing a comreset and would retry in 8 seconds after doing that 3 times it booted almost every time unless it ran into the filesystem check.
    Last edited by Sinner (2011-03-25 16:29:32)

  • Regarding goods issue

    Dear GUrus,
    I am issuing raw material against a production order.
    the BOM for the finished material is
    to produce one qty of FG 30 KG of raw material is required
    and the raw material available in my store is only 10KG. and it still allows me to issue that 10kg of raw material against that production order.(I am doing this with movement type 261)
    Where as the requirement from my user is that the system should issue an error msg that there is deficit of raw material quantity.
    Please look into the matter adn throw some light as to how do i set this in the system.
    Thanks

    Hi Anand,
    Check with your user, if they are OK with this -
    Release of Production order is possible only if all components exist i.e. full qty. If they are OK with that, then go to OPJK for the plant - order type - business function (2) combination set Release Material indicator to 3.
    This will prevent the order being released due to shortage of component qty.
    Hope the above is helpful.
    Regards,
    Vivek

Maybe you are looking for

  • Satellite A10 - boot priority needs to be changed

    Hi everyone, I've got an old Satellite A10 here, and I'm supposed to put a new operating system on it. Problem: It doesn't let me boot from CD/DVD!!! In BIOS (APCI BIOS version = 1.30), I cannot change the boot priority, that is I cannot set the DVD

  • N:1 File to File Scenario..

    Hi Experts, I am trying to do N:1 file to file scenario. Input source directory contains 5 files and each file consists of many of records and i want all the entries in input files need to be transformed to single ouput file. Example: Input files Fil

  • Value Mapping XI 3.0

    Hi all, I tried to set up a scenario using the value mapping functionality. Unfortunately the data is not changed at all on its way through the mapping program. Does anyone have an example of how to use value mapping in the right way? Message was edi

  • ColorSync 20"  Color Problems

    I have gotten my hands on a 20" colorsync monitor to use for digital photography using OS 9.1 w/ photoshop 7.0. When I use the color calibration feature, the screen ends up with an overly blue hue. White appears as slightly blue. Is this normal with

  • Sun-ejb-jar.xml file is increased after deploying

    When I deploy my application the size of sun-ejb-jar.xml file is increased from 140K to 6.5M!!! When I review a new file I have found that all finder methods from all beans were included into the each entity beans. Is it correct? Thank you, Sergey