Bad performance after analyze index

Hi,
I have a range partitioned table which recently I had to added new partitions to. After adding new partitions a particular query I had running on it started doing full table scans instead of using the index.
I read somewhere that you have to disable the primary key prior to adding new partitions and renable after completion. This I did and true, the query was using the index again. However as soon as I analyze the index, the full table scan is back.
I even tried to analyze the table using:
begin
dbms_stats.gather_table_stats
(user,'tablename',
method_opt => 'for all indexes for all indexed columns size auto',
cascade => true);
end;
Still the query doesn't improve.
I am using 9.0.1.3 on Solaris.
Any ideas on this as I'm stuck at the moment.
Thanks!

Hello,
Please check <Bug:3048661>
Hdr: 3048661 9.2.0.3.0 RDBMS 9.2.0.3.0 RAM INDEX PRODID-5 PORTID-23
Abstract: CREATE BITMAP INDEXES TAKES LONGER IN 9203 WHEN PGA => 2GB
Thanks
Ashish

Similar Messages

  • EP - bad performance after restart

    Hi Guys,
    i have some troubles with EP performance after restart.
    When the user logs into EP after restart, the loading of the pages takes really a lot of time.
    After some time are the pages cached and the performance is OK.
    Is there some way how to overcome this drawback?
    Some intial caching would be great but i don't
    know how to set it up.
    Could you help me with solving of this issue?
    Thank you and Best Regards,
    Dan
    The reward points are waiting

    Hi Daniel
                           Please got hrough the following links:
    https://forums.sdn.sap.com/click.jspa?searchID=1558391&messageID=1150316
    https://forums.sdn.sap.com/click.jspa?searchID=1558433&messageID=3078540
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d164c5ee-0901-0010-4fbf-d0856b5c8a84
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/22baa590-0201-0010-26a3-f1cfa2469973
    Thanks,
    Cheers.

  • Bad Performance after 10.5 upgrade

    Hello everyone,
    I am new to this forum, this is actually my first post!
    I own a MacBook pro, intel processor, and I just recently upgraded to 10.5, I have only owned my macbook for about a year, and mac is new to me. I am a unix admin at my normal 9-5 so I do know how to navigate around the os.
    Here is my question;
    After upgrading to 10.5 I noticed that the performance of my macbook decreased a bit? apps that normally opened withing a second, now take a few sec. just about every aspect of my system has slowed down about 20-30% from my previous 10.4.XX os. Is there anything I can change on the Mac to help boost speed? for example the new os is a lot more graphic intensive, is there anything I can turn off or stream line to help reduce the memory and cpu usage??
    I use my mac for Work 99% of the time, running LightRoom and Photoshop, so I don't need the interface to be pretty!!
    Thanks for any and all help.
    Paul.

    No. Choose a user document in finder such as a photo, text document or other file created by you in an application. Right mouse click on this file and select Get Info from the menu. At the bottom of the Get Info you will see the permissions box. Do not try to change anything here. If you try and have serious permission issues, Finder will crash and you will have to relaunch it.
    RUN DISK UTILITY FIRST AND CLICK ON "REPAIR PERMISSIONS" NOT "VERIFY PERMISSIONS". IT WILL TAKE A WHILE TO RUN...ANYWHERE FROM 10 MINUTES UPWARDS...
    Then proceed to the following test.
    From another poster:
    "On two upgraded Macs I find that the user home folder and various sub-folders under it have permissions messed up. All folders except some of the special, pre-defined, folders such as 'Pictures', 'Music', 'Library' etc.
    What shows is:
    UserName (Me) - Read & Write
    (unknown) - Read only
    everyone - Read only
    First I read this thread and the terminal stuff written by :"FromOZ" and "djhartman"
    http://discussions.apple.com/thread.jspa?threadID=1216618&tstart=0
    After using terminal and checking my settings with the commands given by "FromOz" I used the following terminal commands (username is your computer user short name).
    sudo dscl . append /Groups/staff GroupMembership myusername
    sudo dscl . create /users/myusername PrimaryGroupID 20
    chown -R user:staff ~
    Please read all of these threads and their associated links carefully before taking the risk of using Terminal if you are not an experienced user. I am NOT one. But the previous threads helped me fix my problems.
    Good luck

  • Bad performance "CREATE BITMAP INDEX"

    Hi,
    i just create a bitmap index on a fact table with ~90.000.000 entries. The indexed table is the artice dimension with a cardinality of about 900.000 articles.
    The process is running since 24 hours with a parallel degree of 4, 3 slaves finished their work, only one is still collecting/sorting. PGA_AGGREGATE_TARGET is 4 GB.
    Oralce has allocated a temporary segment in the temp. tablespace which has a size of 760 MB up to now.
    Any idea how to speed up the process except increasing the degree for parallel query ?
    Is there a space limit for processes allocating main memory in the PGA. Or is it absolutely impossible to setup Oracle memory for workareas in a way, so that such a big bitmap can be created in main memory ? I dont want to switch back to the 8i features CREATE_BITMAP_AREA_SIZE,...
    Any hint is welcome, thx in advance...
    Paul

    Hello,
    Please check <Bug:3048661>
    Hdr: 3048661 9.2.0.3.0 RDBMS 9.2.0.3.0 RAM INDEX PRODID-5 PORTID-23
    Abstract: CREATE BITMAP INDEXES TAKES LONGER IN 9203 WHEN PGA => 2GB
    Thanks
    Ashish

  • Equium A100-338 - bad performance after display driver installation

    The display driver recently updated and since then the performance has been terrible, and the windows experience rating has gone right down. I can no longer use a lot of programs, and the internet and programs that are still working are running horrendously slow.
    I have looked for the old driver, according to the dxdiag, and it is no longer available. Any ideas?
    Thanks.

    Original driver was :
    Card name: Mobile Intel(R) 945 Express Chipset Family
    Driver Name: igdumd32.dll
    Driver Version: 7.14.0010.1350 (English)
    New driver is :
    Card name: Mobile Intel(R) 945 Express Chipset Family
    Driver Name: igdumd32.dll
    Driver Version: 7.14.0010.1504 (English)
    I tried the roll back, but the driver had been installed prior to the earliest restore point. it took me a while to work out what the problem was.

  • Rebuild index vs Analyze index

    Hi All,
    I am realy confused about rebuilding index versus Analyzing index.
    Could anyone plz help me out what is the diffrence between them.
    How to Perform analyze of indexes and Rebuld of Indexes for both Oracle 9i and 10g databases.
    Thanks a lot

    CKPT wrote:
    You can see the posts of experts by jonathan
    I am realy confused about rebuilding index versus Analyzing index. tell us you are getting confused why we need to ananlyze before reubild index? if so
    if index analyzed the whole statistics of index will be gathered.... then you can check what is the hieght of the index.. according to the height of the index you need to take step is index need to be really rebuild or not...
    lets see furhter posts from experts if not clear..Thanks OK, so you determine the height of an index is (say) 4. What then ? If you decide to rebuild the index and the index remains at a height of 4, what now ? Was it really worth doing and do you rebuild it again as the index height is still 4 and still within your index rebuild criteria ? At what point do you decide that rebuilding the index just because it has a height of 4 is a total waste of time in this case ?
    OK, so you determine the index only has a height of (say) 3, does that mean you don't rebuild the index ? But what if by rebuilding the index, the index now reduces to a height of just 1 ? Perhaps not rebuilding the index even though it has just a height of 3 and doesn't currently meet your index rebuild criteria is totally the wrong thing to do and a rebuild would result in a significantly leaner and more efficient index structure ?
    So what if it's pointless rebuilding an index with a height of 4 but another index with a height of 3 is a perfect candidate to be rebuilt ?
    Perhaps knowing just the height of an index leaves one totally clueless after all as to whether the index might benefit from an index rebuild ...
    Cheers
    Richard Foote
    http://richardfoote.wordpress.com/

  • Reporting on master data customer and bad performances : any workaround ?

    Hello,
    I've been asked to investiguate on bad performances encountered when performing reporting
    on the specific master data zcustomer.
    Basically this master data has a quite similar design that 0customer, there are 96000 entries in the master data table.
    A simple query has been developed : the reporting is done on the master data zcustomer and its attributes : no key figure, no calculation, no restriction ...
    Nevertheless, the query can not be executed .. the query runs around 10 minute in rsrt, then the private memory is exhausted and then a short dump is generated.
    I tried to buid a very simple query on 0customer, this time, without the attributes ... and it took more than 30 sec before I get the results.
    I checked the queries statistics :
    3.x Analyzer Server 10 sec
    OLAP: Read Texts : 20 sec
    How is it that it is so long to performthe reporitng on those master data, while in the same time If i try to display the content in SAP by choosing "maintain master data", I have an immediate answer.
    I there any workaround ?
    Any help would be really appreciated.
    thank you.
    Raoul

    Hi.
    How much data have you got in the cube?
    If you make no restrictions, you are asking the system to return data for all 96.000 customers. That is one thing that might take some time.
    Also, using the attributes of this customer object, fx making selection or displaying several of them, means that the system has to run through the 96.000 records in masterdata to know what goes where in the report.
    When you display the masterdata, you are by default displaying just the 250 or so first hits, and you are not joining against any cube or sorting the result set, so that is fast.
    You should make some kind of restriction on other things than zcustomer (time, org.unit, version, etc, to limit the dataset from the cube, but also a restriction on one of the zcustomer attribs, with an index for that maybe, and performance should improve.
    br
    Jacob

  • Bad Performance in a query into table BKPF

    Hi forum i have a really problem in the second query under the table
    BKPF.. some body cans help me, please
    *THIS IS THE QUERY UNDER MSEG
      SELECT tmsegmblnr tmkpfbudat tmsegbelnr tmsegbukrs tmseg~matnr
             tmsegebelp tmsegdmbtr tmsegwaers tmsegwerks tmseg~lgort
             tmsegmenge tmsegkostl
      FROM mseg AS tmseg JOIN mkpf AS tmkpf ON tmsegmblnr = tmkpfmblnr
      INTO CORRESPONDING FIELDS OF TABLE it_docs
      WHERE
        tmseg~bukrs IN se_bukrs AND
        tmkpf~budat IN se_budat AND
        tmseg~mjahr = d_gjahr AND
        ( tmsegbwart IN se_bwart AND tmsegbwart IN (201,261) ).
      IF sy-dbcnt > 0.
    I CREATE AWKEY FOR CONSULTING BKPF
        LOOP AT it_docs.
          CONCATENATE it_docs-mblnr d_gjahr INTO it_docs-d_awkey.
          MODIFY it_docs.
        ENDLOOP.
    THIS IS THE QUERY WITH BAD BAD PERFOMANCE
    I NEED KNOW "BELNR" FOR GO TO THE BSEG TABLE
        SELECT belnr awkey
        FROM bkpf
        INTO CORRESPONDING FIELDS OF TABLE it_tmp
        FOR ALL ENTRIES IN it_docs
        WHERE
          bukrs = it_docs-bukrs AND
          awkey = it_docs-d_awkey AND
          gjahr = d_gjahr AND
          bstat = space .
    THNKS

    Hi Josue,
    The bad performance is because you're not specifying the primary keys of the table BKPF in your WHERE condition; BKPF usually is a big table.
    What you really need is to create a new index on database for table BKPF via the ABAP Dictionary on fields BUKRS, AWKEY, GJAHR & BSTAT. You'll find the performace of the program will significantly increase after the new index is activated. But I would talk to the Basis first to confirm they have no issues if you create a new index for BKPF on the database system.
    Hope this helps.
    Cheers,
    Sougata.

  • Oracle database performance after server reboot

    hi masters,
    this is not some kind of question, but a discussion. some statements come from our client that after weekly reboot of system, the oracle database performance is low for some time and increase after some time(say 2 days).
    i think it is but obvious, because at reboot oracle flushes all cache, and temporary space, so it need to re parse the sql statements and perform some disc I/O's so it might need some time and hence performance will degrade.
    but at the same time some people claim that after reboot their database performance is better than their normal performance for some days. it seems controversial that's why i am posting it here.
    what might be the reason behind this?? prior can have a valid reason of hard parsing, but what with second case??
    any clarification is highly appreciated...
    thank you
    regadrs
    VD

    Vikrant,
    You should wait for some time buddy, its weekend ;-) .
    this is not some kind of question, but a discussion. some statements come from our client that after weekly reboot of system, the oracle database performance is low for some time and increase after some time(say 2 days).i think it is but obvious, because at reboot oracle flushes all cache, and temporary space, so it need to re parse the sql statements and perform some disc I/O's so it might need some time and hence performance will degrade.
    >
    I would start from saying that checking the performance when the system just started, is a wrong approach. There would be lots of IOs , parsing, calculations(related to memory allocations) happening so there would be a delay/bad performance at that time. Very simple example can be parsing, another can be memory allocation. Oracle doesn't allocate the entire memory in the instance startup that is allocated to the memory areas but allocates just the bare minimum that is needed to start the instance and than after the startup, it keeps on allocating the memory. So surely enough, with the startup and after a while of it, there would be a different performance than that after the instance hsa already been started and the workload informations have started coming up.
    Its correct that Oracle would deallocate all the caches with the reboot as the instance is on the memory(physical) and with the reboot , that would be flushed including the SGA which is allocated over it. Temporary tablespace is now not freed with the reboot. I guess its a rather illogical thing to do but that's what is there now. Oracle keeps the segment allocated even after the reboot is issued, hence the reason for larger temporary tablespaces.
    >
    but at the same time some people claim that after reboot their database performance is better than their normal performance for some days. it seems controversial that's why i am posting it here.
    what might be the reason behind this?? prior can have a valid reason of hard parsing, but what with second case??
    >
    This should not come as a surprise once we understand what might be happening with this process. Assume a situation where you have undersized caches. For example, shared pool . which is very heavily used for database , if this is going to be undersized and you are not using automatic memory management, you won't be enjoying the dynamic management of this parameter. Now, if you do lots of parsing , thanks to your wrongly written queries, you would eventually end up filling up shared pool to its max thus leaving no space for incoming new hard parsed cursors. Here , if you can't manage to add more memory to add to it, the only solution left would be to flush the shared pool( as good as rebooting the db because this would do the same) and than make space for the new cursors. The performance is going to be better becausethe cursors would not be getting flushed out immediately and will be kept in the shared pool as long as its not filled up again.Once you have reached to limit of it, again there would be performance benefit. So there are always odds added to the statements like this that I rebuilt my index , I got better, I rebooted my server, my querie are much faster now. Most of the time when these kind of statements are given, they are based on what we have seen, without understading what actually might have happened. So I would siggest to hear the statement but not take them as a rule of thumb to follow.
    Hope this all makes some sense for you and would help somewhat.
    Aman....

  • How to solve bad performance OSX Lion on Macbook Pro

    From beginning i install MAC OS Lion i have have a bad performance on my macbook Pro.
    Startup take about 3 minutes, after i login it takes a hour for i can use my laptop properly.
    Can some one tell my what the problem is ?
         My laptop is a MAcBook Pro 2,53 GHz Intel Core Duo with 4 GB 1067 Mhz DDR Memory
          I have a second partition with MAC OS X Leopart, Its working without any problems.
          Also i have check my Disk first, no problems found.

    Look like i have some disk issues :-(
    16/08/11 11:51:58,000 kernel: disk0s2: I/O error.
    16/08/11 11:51:58,000 kernel: hfs_clonefile: cluster_read failed - 5
    16/08/11 11:52:45,000 kernel: disk0s2: I/O error.
    16/08/11 11:52:56,441 Console: *** -[__NSArrayM objectAtIndex:]: index 992 beyond bounds for empty array

  • Asset query execution performance after upgrade from 4.6C to ECC 6.0+EHP4

    Hi,guys
    I am encounted a weird problems about asset query execution performance after upgrade to ECC 6.0.
    Our client had migrated sap system from 4.6c to ECC 6.0. We test all transaction code and related stand report and query.
    Everything is working normally except this asset depreciation query report. It is created based on ANLP, ANLZ, ANLA, ANLB, ANLC table; there is also some ABAP code for additional field.
    This report execution costed about 6 minutes in 4.6C system; however it will take 25 minutes in ECC 6.0 with same selection parameter.
    At first, I am trying to find some difference in table index ,structure between 4.6c and ECC 6.0,but there is no difference about it.
    i am wondering why the other query reports is running normally but only this report running with too long time execution dump messages even though we do not make any changes for it.
    your reply is very appreciated
    Regards
    Brian

    Thanks for your replies.
    I check these notes, unfortunately it is different our situation.
    Our situation is all standard asset report and query (sq01) is running normally except this query report.
    I executed se30 for this query (SQ01) at both 4.6C and ECC 6.0.
    I find there is some difference in select sequence logic even though same query without any changes.
    I list there for your reference.
    4.6C
    AQA0FI==========S2============
    Open Cursor ANLP                                    38,702  39,329,356  = 39,329,356      34.6     AQA0FI==========S2============   DB     Opens
    Fetch ANLP                                         292,177  30,378,351  = 30,378,351      26.7    26.7  AQA0FI==========S2============   DB     OpenS
    Select Single ANLC                                  15,012  19,965,172  = 19,965,172      17.5    17.5  AQA0FI==========S2============   DB     OpenS
    Select Single ANLA                                  13,721  11,754,305  = 11,754,305      10.3    10.3  AQA0FI==========S2============   DB     OpenS
    Select Single ANLZ                                   3,753   3,259,308  =  3,259,308       2.9     2.9  AQA0FI==========S2============   DB     OpenS
    Select Single ANLB                                   3,753   3,069,119  =  3,069,119       2.7     2.7  AQA0FI==========S2============   DB     OpenS
    ECC 6.0
    Perform FUNKTION_AUSFUEHREN     2     358,620,931          355
    Perform COMMAND_QSUB     1     358,620,062          68
    Call Func. RSAQ_SUBMIT_QUERY_REPORT     1     358,569,656          88
    Program AQIWFI==========S2============     2     358,558,488          1,350
    Select Single ANLA     160,306     75,576,052     =     75,576,052
    Open Cursor ANLP     71,136     42,096,314     =     42,096,314
    Select Single ANLC     71,134     38,799,393     =     38,799,393
    Select Single ANLB     61,888     26,007,721     =     26,007,721
    Select Single ANLZ     61,888     24,072,111     =     24,072,111
    Fetch ANLP     234,524     13,510,646     =     13,510,646
    Close Cursor ANLP     71,136     2,017,654     =     2,017,654
    We can see first open cursor ANLP ,fetch ANLP then select ANLC,ANLA,ANLZ,ANLB at 4.C.
    But it changed to first select ANLA,and open cursor ANLP,then select  ANLC,ANLB,ANLZ,at last fetch ANLP.
    Probably,it is the real reason why it is running long time in ECC 6.0.
    Is there any changes for query selcection logic(table join function) in ECC 6.0.

  • Bad performance when deleting report column in webi(with "Design – Structure only")

    Hi all,
    One of our customer has recently upgraded from BO XI to BO4.1. In the new BO 4.1, they encountered a bad performance issue when they were deleting a column in Webi(using "Design – Structure only" mode).
    With “Design – Structure only" mode,  it took webi about 10 seconds to complete after the customer right-clicked a report column and clicked the "delete".  The customer said that they only need to wait for less than 1 second when they did the same in BO XI old version.
    The new BO version used is 4.1SP02, installed in Windows Server 2008 R2. (Server with 32 core CPU, 32G memory)
    This bad performance happened in both Webi web and Rich Client. (in Webi Rich Client, the performance is a little bit better. The 'delete column' action takes about 8 seconds to complete).
    Do anyone know how to tune this performance in webi?  Thank you.
    Besides, it seems that each time we are making change in the webi report structure in IE or Rich Client, webi need to interact with Server site to upload the changes. Is there any option to change this behavior?  Say, do not upload change to Server for when 'deleting report column', only trigger the upload after a set of actions(e.g. trigger when click the "Save" button).
    Thank you.
    Regards,
    Eton.

    Hi all,
    Could anyone help me on this?  Thanks!
    What customer concerns now is that when they did the same 'column editing' action in BO XI R2 for the same report, they did not need to wait.  And they need to wait for at least 7-8 second in the BO 4.1SP02 environment for this action to complete.(data already purged, in structure-only mode)
    One more information about the webi report being editing is: there are many sheets in the report(about 6~10 sheets in one report). Customer don't want to separate these sheet into different reports  as it will increase the effort of their end users to locate similar report sheets.
    Regards,
    Eton.

  • What is the Exit / Badi triggered after PGI is done in VL02N???/

    What is the Exit / Badi triggered after PGI is done in VL02N??/ Once PGI is done then i have to update some tables. so whats is the userexit or a bapi that is triggered ones the PGI is done.?????????????

    BADI LE_SHP_GOODSMOVEMENT is called when the post goods issue is performed.
    It handles a number of goods movements, so is_likp-lfart eq 'LF' will limit it down to goods movements for deliveries.

  • Bad performance quadro 4800 and premiere pro

    Could someone please help me understand if somethings wrong with my settings or if my 4800 is defected?
    I run OSX Lion 10.7.2 and have the quadro fx 4800 installed in a:
    Mac Pro 4,1
    2 x 2.93Ghz Quad-core Intel Xeon
    12GB of Ram
    with two additional Geforce GT 120 installed too.
    the latest drivers for the 4800
    GPU driver version: 7.12.9 270.05.10f03
    CUDA driver version: 4.0.50
    I run Premiere 5.5.2 and have tested the performance with the two different settings:
    Mercury Playback Engine GPU Acceleration
    Mercury Playback Engine Software Only
    I did this test because I didn’t feel my 4800 did the work I’ve read everywhere it should. Adding simple text titles to AVCHD footage made my playback drop frames.
    Anyhow, I tested my machine with 1920x1080 AVCHD and added video layers until I started to see stutter during playback. First with “Mercury Playback Engine GPU Acceleration”. With 14 video layers sized down so you could see them all beside one another playback started to drop frames. The yellow line was still yellow in the top of the timeline. Shouldn’t it turn red if the footage needs rendering?
    I then switched to “Mercury Playback Engine Software Only” and the yellow line turned red. The strange thing is that when I played back the same 14 layers of video the dropped frames where gone!! Isn’t this beyond strange??? Shouldn’t everything run more smooth with the “Mercury Playback Engine GPU Acceleration”?
    Has it got anything to do with my Geforce GT 120 installed? Should I get rid of those? My two 24 inch apple displays are both connected to the 4800.
    PLEASE help me or redirect me to some good forums!

    After testing final cut (which I love) and Premiere back and forth with the exact same media I notice that editing prores in Final cut is the best when it comes to just edit the film. Sure Premiere does take native MTS files but what good is this when it doesn't run fluidly? Comparing playback and editing with prores in Final Cut and Premiere makes me realize that on my computer, don't ask me why, a rendered sequence with prores material in Premiere is far more jerky than a sequence with prores that "do not need render" in Final cut. Shouldn't they be the same?? Movements like camera pans that originally were shot really smoothly isn't as smooth as they should be playing back in premiere (and yes I know I got the right sequence settings and all). Final cut however gives me what I want.
    To me it all comes down to how good the editing App presents what you currently are editing. Adobe has many advantages with the dynamic link and so on but playback is a such an important part of editing!! Has anyone got the same problem with "not as smooth playback as you would really want" even though the sequence is rendered displaying a green line??
    Thanks for the links lasvideo but I practically read every article there is about CUDA, premiere and mercury playback engine already.
    Anyone knows anything about Adobe CS 6 release dates?
    12 dec 2011 kl. 22:03 skrev lasvideo:
    Re: bad performance quadro 4800 and premiere pro
    created by lasvideo in Premiere Pro CS5 & CS5.5 - View the full discussion
    Some answers for you right from the horses mouth 
    http://blogs.adobe.com/premiereprotraining/2011/02/cuda-mercury-playba ck-engine-and-adobe-premiere-pro.html
    http://forums.adobe.com/message/3804386#3804386
    http://forums.adobe.com/community/premiere/faq_list
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4079978#4079978
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4079978#4079978. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Premiere Pro CS5 & CS5.5 by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Jdeveloper performing one time indexing

    I have successfully installed Jdeveloper 9.0.4 on Windows 2000 OS; after i have opened the IDE and i have created my first project in a new Workspace the system become very slowly because Jdeveloper is "Performing one time indexing of file....".
    What does it mean?
    How can I stop this process?
    How can I start this process manually (for example when i stop working....)?
    Thanks!
    Leonardo

    I find it really impossible to believe the amount of RAM which JDeveloper consumes. Even after feeding it with 512 MB RAM for which i had to go for a motherboard change (my older board only supported 256 max) and changing the processor to 1.8 Ghz Pentium my system is slow when Jdeveloper is running.
    Now if i have to run the oracle database server and an application server like websphere, i guess even a supercomputer would give up.
    Just as a side-remark Visual studio.NET architect along with SQL server and IIS runs good in 128 MB ram and in 256 MB it flies
    My apologies for hurt sentiments, if any

Maybe you are looking for

  • SAP Alert Not Triggering

    Hi, I seem to have an issue with two SAP Alerts that I setup. 1) One Alert is set to trigger every day morning at 9 AM. 2) One Alert is to trigger every day night at 11 PM. The first alert set to trigger in the morning is works fine Monday to Friday.

  • MacBook Pro 15'' retina mid-2012 - "ghosting"

    Hello, I need your help to solve the following problem. I have a MacBook Pro 15'' retina mid-2012, purchased in August 2012, and in the last 6 months I had attended the "ghosting" (aka "burn in") phenomena on my computer monitor, which is getting wor

  • Anyone else get a presale reservation that did not work?

    I was on apple.com & AT&T at 11:55 pm and refreshed for around 15 minutes..both sites were still down. Googled iPhone 5 to see what others were saying and all said to order on my iPhone..which I did. Email stated I had a reservation and weould receiv

  • Inner join query used with 7 Database tables

    HI All, In a report they used the Inner join Query with 6 Data base table..now there is a performance issue with at query. its taking so much of time to trigger that query. Please help how to avoid that performance issue for that. In that 2 database

  • Vision M displays Greek. I can't re

    Somehow my vision m 30 gb menu display is stuck in Greek and I have no idea how to get it back to English. Help!