How Database chooses the proper Secondary index

Hello All,
          Can any one tell me how database find the proper secondary index, in my case database is taking the wrong index leading to performance problem..
Please help
Regards.
Anmol

Hi Rob, Hi Herrman,
The Statistics are.
Last statistics date                  05/26/2008
Analyze Method              mple 16,671,728 Rows
Number of rows                        16,671,728
Number of blocks allocated             1,346,764
Number of empty blocks                     1,880
Average space                                983
Chain count                                    0
Average row length                           573
Partitioned                                   NO
NONUNIQUE  Index   LTAP~Z01                                                                  
Column Name                     #Distinct                                                      
MANDT                                          1 
NLENR                                  5,361,981 
VLENR                                  5,293,012 
Last statistics date                    /  /     
Analyze Method                      Not analyzed 
Levels of B-Tree                               0 
Number of leaf blocks                          0 
Number of distinct keys                        0 
Average leaf blocks per key                    0 
Average data blocks per key                    0 
Clustering factor                              0                                               
NONUNIQUE  Index   LTAP~Z02                      
Column Name                     #Distinct                                             
MANDT                                          1 
LGNUM                                          6 
VLTYP                                         29 
VLPLA                                    464,011 
PQUIT                                          2 
Last statistics date                  05/26/2008 
Analyze Method              mple 16,671,728 Rows 
Levels of B-Tree                               3 
Number of leaf blocks                    119,190 
Number of distinct keys                  479,275 
Average leaf blocks per key                    1 
Average data blocks per key                   19 
Clustering factor                      9,327,938 
NONUNIQUE  Index   LTAP~Z03                                                             
Column Name                     #Distinct                                                         
MANDT                                          1  
LGNUM                                          6  
NLTYP                                         30  
NLPLA                                    338,815  
PQUIT                                          2  
Last statistics date                  05/26/2008  
Analyze Method              mple 16,671,728 Rows  
Levels of B-Tree                               3  
Number of leaf blocks                    115,356  
Number of distinct keys                  341,753  
Average leaf blocks per key                    1  
Average data blocks per key                   23  
Clustering factor                      8,025,025

Similar Messages

  • How to revert back of secondary indexes created?

    Hi all,
                     I have craeted secondary indexes in development and they have been transported into quality and production. Some dumps are coming in the production because of these secondary indexes.
    Please guide me how to revert back those secondary indexes from production(means to keep original with out that secondary indexes?)
    Please give me solution.
    Regards,
    Lokesh

    Hello,
    The best way to do this is delete the indexes again in DEV and create a transport request.
    Transport this request to QA and PRD and the index will be deleted.
    Via SE14 you can also delete the index immed in PRD.
    SE14 will only delete the index from the database (shortdumps will disappear then).
    Afterwards you can still use SE11 to delete the index from the SAP repository as well.
    Success.
    Wim
    Edited by: Wim Van den Wyngaert on Nov 20, 2009 1:08 PM

  • HT204053 How to choose the rihgt Apple ID on the App Store when it keeps using a unfunctional one?

    How to choose the rihgt Apple ID on the App Store when it keeps using a unfunctional one?

    Are you saying you don't know how to sign out, then back in with the proper Apple ID to carry out the update?
    iOS: Changing the signed-in iTunes Store account
              http://support.apple.com/kb/HT1311

  • How to get the current slide Index or Id?

    I can get the selected slide of presentation use blow method.
    Office.context.document.getSelectedDataAsync(Office.CoercionType.SlideRange, function (asyncResult) {
    if (asyncResult.status == Office.AsyncResultStatus.Failed) {
    write('Action failed. Error: ' + asyncResult.error.message);
    else {
    write('Selected slides: ' + JSON.stringify(asyncResult.value.slides));
    But, How can I get the executor slide?

    ​Hi,
    >> How to get the current slide Index or Id?
    In my option, when you select a slide, it change to current slide. So, you could use the getSelectedDataAsync method to get the current slide, and then get the index or id by using the Slice object. You could refer the link below for Slice Object.
    # Slice.index property (JavaScript API for Office)https://msdn.microsoft.com/EN-US/library/office/jj715285.aspx?f=255&MSPPError=-2147217396
    Some key code as below:
    <script>
    function getText() {
    Office.context.document.getSelectedDataAsync(Office.CoercionType.SlideRange,
    { valueFormat: "unformatted", filterType: "all" },
    function (asyncResult) {
    var error = asyncResult.error;
    if (asyncResult.status === Office.AsyncResultStatus.Failed) {
    write(error.name + ": " + error.message);
    else {
    // Get selected data.
    var dataValue = asyncResult.value;
    write('Selected data is ' + dataValue.slides[0].index);
    // Function that writes to a div with id='message' on the page.
    function write(message) {
    document.getElementById('message').innerText += message;
    </script>
    >> How can I get the executor slide?
    What do you mean by this? Is this a new issue which is different from the above issue? If so, I will recommend you post a new thread for this issue and share us more information about this.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to determine the proper size for Oracle 8i Data Base Objects

    Hi,
    I'm working on an Oracle 8i Data base. I'd like to know how to determine the proper size for the Data Base objects such as tables, datafiles, tablespaces...
    Thanks.

    Start with the docs.
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/schema.htm#949
    Best Regards
    Krystian Zieja / mob

  • How to choose the good Network Interface on a server ?

    Hi all,
    On server you have generally more than one ip address so ...How to choose the good Network Interface on a server for the NoSQL Node ?
    Thank you for all
    C.Pruvost.

    Hi Charles I only consider storage nodes and their replicated nodes.
    Actually I show an error in the logs saying that one of my storage node use a loopback address. On my laptop I have a network interface and a loopback address (disabled)...when starting sn1 I show that the port 5000 is only linked to the ip address 0.0.0.0 so it is not the good ip address..although i use for configuring :
    java -jar ..\lib\kvstore-2.0.23.jar makebootconfig -root root1 -port 5000 -admin 5001 -host ipaddress_of_my_laptop -harange 5010,5020
    and after
    java -jar ..\lib\kvstore-2.0.23.jar start -root root1
    If you have a sample tutorial that explains how simulate on the same laptop an Oracle NoSQL architecture running on 3 disctinct servers please give us this information.
    Thank you for all.
    Christophe.
    PS : error message
    Failures: Task 1 ERROR at 2013-01-15 07:23:19 UTC: DeploySN sn3(pruv
    ost-pc:5200): 1/DeploySN failed.: Register: Cannot mix loopback and non-loopback
    addresses in the same store. The store value is not configured to use loopback
    addresses but storage node pruvost-pc:5200 is a loopback address. (11.2.2.0.23)
    : Register: Cannot mix loopback and non-loopback addresses in the same store. T
    he store value is not configured to use loopback addresses but storage node pruv
    ost-pc:5200 is a loopback address. (11.2.2.0.23) java.lang.IllegalStateException
    : Register: Cannot mix loopback and non-loopback addresses in the same store. T
    he store value is not configured to use loopback addresses but storage node pruv
    ost-pc:5200 is a loopback address.
    at oracle.kv.impl.sna.StorageNodeAgent.register(StorageNodeAgent.java:15
    48)
    at oracle.kv.impl.sna.StorageNodeAgentImpl$2.execute(StorageNodeAgentImp
    l.java:194)
    at oracle.kv.impl.sna.StorageNodeAgentImpl$2.execute(StorageNodeAgentImp
    l.java:188)
    at oracle.kv.impl.fault.ProcessFaultHandler.execute(ProcessFaultHandler.
    java:90)
    at oracle.kv.impl.sna.StorageNodeAgentImpl.register(StorageNodeAgentImpl
    .java:186)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    Edited by: chpruvos on Jan 14, 2013 11:24 PM
    And my ipconfig
    Windows IP Configuration
    Wireless LAN adapter Wireless Network Connection 2:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Ethernet adapter Local Area Connection 3:
    Connection-specific DNS Suffix . :
    IPv4 Address. . . . . . . . . . . : 172.20.10.2
    Subnet Mask . . . . . . . . . . . : 255.255.255.240
    Default Gateway . . . . . . . . . : 172.20.10.1
    Ethernet adapter Local Area Connection* 24:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Wireless LAN adapter Wireless Network Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Ethernet adapter Local Area Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    and
    C:\Users\cpruvost>ping pruvost-pc
    Pinging PRUVOST-PC.fr.oracle.com [172.20.10.2] with 32 bytes of data:
    Reply from 172.20.10.2: bytes=32 time<1ms TTL=128
    Reply from 172.20.10.2: bytes=32 time<1ms TTL=128
    Reply from 172.20.10.2: bytes=32 time<1ms TTL=128
    Reply from 172.20.10.2: bytes=32 time<1ms TTL=128
    Ping statistics for 172.20.10.2:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    Edited by: chpruvos on Jan 14, 2013 11:25 PM

  • How to choose the index on which column?

    Hi
    i have a doubt while creating index for the table which is not having index. how to choose index on which column it will be beneficial ?
    i heard from num_rows from dba_tables and some other view to calculate but i m not sure. with the help of that view we can see how much columns is used more freq on which column we have to create index rather than just checking in query on where condition and full table scan? pls help me out to decide the index creation on basis.
    Thanks..

    In my opinion, there's no shortcut to knowing your queries, how the table is going to be accessed and what proportion of the rows various queries will access.
    There are tuning advisors which will recommend some indexes if you run a workload.
    Edited by: dombrooks on Oct 10, 2009 12:43 PM

  • How does BDB update its secondary index?

    I am asking how does Berkeley DB update its secondary index?
    For example, in a BDB table with key value pair ``<k,v1>``, the index database would have reversed pair like ``<v1,k>``. Upon an insert (or essentially an update) ``<k,v2>``, base table record ``<k,v1>`` should be overwritten to ``<k,v2>``.
    But how would BDB deal with ``<v1,k>`` in the index table? Will it delete it immediately?

    Hi,
    As long as you correctly open the primary database and secondary index database, and associate the secondary index database with the primary, any update on the primary database will be reflected in the secondary index.
    For more information, please refer to Reference Guide for Berkeley DB -> Chapter 3.  Access Method Operations -> Secondary Indexes section.
    Regards,
    Cindy Zeng

  • How to choose the partition in oracle tables?

    Dear all,
    i m in need to create the partitions on prod.db tables since i m not aware of creating partitions?i just go through some theroy concepts and understood the range and list partitions (i.e)Range is normally used for values less than like jan,feb,march or values less than 50,000 values less than 1,00,000 like that each partition is having separate tablespaces to increase the performance. and for list is used to denoting the directions like west,east,north,south like that.
    Now what i want to know is ?
    1.)when will i can go ahead with partitions?
    2.)before creating partitions is it advise to create index or not needed?
    3.)if i started to create partition what is the leading column have to create partition and which partition has to choose?
    pls let me know and pardon me if i did any mistakes.
    thanks in advance..

    I had to research on same topic. One of my teammates suggested few points that might help you also.
    Advantages of partitioning:
    1) Partitioning enables data management operations such data loads, index creation and rebuilding, and backup/recovery at the partition level, rather than on the entire table. This results in significantly reduced times for these operations.
    2) Partitioning improves query performance. In some cases, the results of a query can be achieved by accessing a subset of partitions, rather than the entire table. Parallel queries/DML and Partition-wise Joins are also got benefited much.
    3) Partitioning increases the availability of mission-critical databases if critical tables and indexes are divided into partitions to reduce the maintenance windows, recovery times, and impact of failures. (Each partition can have separate physical attributes such as pctfree, pctused, and tablespaces.)
    Partitioning can be implemented without requiring any modifications to your applications. For example, you could convert a nonpartitioned table to a partitioned table without needing to modify any of the SELECT statements or DML statements which access that table. You do not need to rewrite your application code to take advantage of partitioning.
    Disadvantages of partitioning:-
    1) Advantages of partition nullified when you use bind variables.
    Additional administration tasks to manage partitions viz. If situation arises for rebuilding of index then rebuilding should to be done for each individual partition.
    2) Need more space to implement partitioning objects.
    3) More time for some tasks, such as create non-partitioning indexes, collection of “global" statistics (dbms_stat’s granularity parameter to be set to GLOBAL. if sub partition are used then we have to set it to ALL).
    4) Partition would implies a modification (of explain plan) for ALL the queries against the partitioned tables. So, if some queries use the choosing partition key and may greatly improve, some other queries not use the partition key and are dramatically bad impact by the partitioning.
    5) To get the full advantage of partitioning (partition pruning, partition-wise joins, and so on), you must use the Cost Based Optimizer (CBO). If you use the RBO, and a table in the query is partitioned, Oracle kicks in the CBO while optimizing it. But because the statistics are not present, the CBO makes up the statistics, and this could lead to severely expensive optimization plans and extremely poor performance.
    Message was edited by:
    Abou

  • How to combine spatial and secondary index, when extracting?

    Hi spatiallers,
    vers.: (32 bit) Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production on Sun/SunOS 5.8 (64 bit)
    In our DataWarehouse the table topo_geodata stores all topographic data in Denmark. The table has a spatial index (QT) on its SDO_geometry column named utm_geo as well as a primary key on the column topo_geo_id and 4 secondary indexes on other columns.
    The query to find all geomtries in a given munipalicy is as follows
    select count(*) as antal_AnyInteract_topo_geodata
    from topo_geodata k, topo_geodata tg
    where SDO_RELATE(tg.utm_geo, k.utm_geo, 'mask=AnyInteract querytype= WINDOW') = 'TRUE'
    and k.topo_geo_id = 961 -- geometry of a municipality
    and it returns a count of 19445 in 4 minuttes. However our users are only interested in extracting certain object types, that is a very small subselection of the 19445 geometries. The subselection is typically based on some value or a range of values in the secondary indexed columns.
    Question: How can I make the SELECT use a combination of the spatial index index and a secondary index?
    Only when a pinpoint 1 particular value of the primary key do I get fast response. When pinpointing 1 value in a secondary index as in
    select count(*) as antal1
    from topo_geodata k, topo_geodata tg
    where SDO_RELATE(tg.utm_geo, k.utm_geo, 'mask=AnyInteract querytype= WINDOW') = 'TRUE'
    and k.topo_geo_id = 961 -- Gladsaxe
    and tg.mtk_obj_id = 58476 -- has secondary index
    the performance deteriorates back to 4 min., and the queryplan shows some weird bitmap conversion followed by a bitmap-and operation.
    - Thanks in advance,
    Jens Ole Jensen
    Kort & MatrikelStyrelsen (WWW: http://www.kms.dk)
    Danmark

    Hi Jens,
    I'm not sure I understand the question, or what it is that works fast.
    In this case, the SDO_RELATE with the anyinteract mask has to be done first.
    If this takes 4 minutes, then adding additional criteria to reduce the amount of
    data returned from that subset will only add time.
    The spatial portion of the query has to be done using the spatial index, which is
    a monolithic index for the whole table, so all of the geometry data has to be searched,
    and the anyinteract applied to all of this data.
    After that set of rows comes back, then the additional predicate is applied.
    I'm not sure what this means:
    Only when a pinpoint 1 particular value of the primary key do I get fast response. You do have a few options to try to make things work faster:
    If queries included additional predicates on mtk_obj_id, you might try
    to use range partitioning.
    If the predicates on mtk_obj_id is very selective, then you might want to select
    values based on that column, then use sdo_geom.relate between that very
    small subset and the query window.
    Hope this helps, and all is well with you.
    Dan

  • How to write the query using Index

    Hi All,
    I have to fetch the records from Database table using Index, how can i write the query using Index. Can any body plz send me the sample code.
    Help Me,
    Balu.

    Hi,
    See the below Example.
    select * from vbak up to 100 rows
    into table t_vbak
    where vbeln > v_vbeln.
    sort t_vbak by vbeln descending.
    read table t_vbak index 1.
    Regards,
    Ram
    Pls reward points if helpful.

  • How to choose the right Mac Pro Specs?

    Hello all,
    Below is a question I posted in May along with someone's response. I'm wondering if I should still go with the response I received considering the new release of the mac pro 12 core. Did anything change that I need to note in my purchase or is the below response suitable? THANKS!!!!!
    my question:
    I need some help in choosing the right specs for my mac pro. I am looking for a computer that will help me in running my small business and keep my art portfolio organized. I'll probably be running several programs at a time (ex. mozilla, itunes, adobe bridge, dreamweaver, illustrator, and photoshop). More specifics below
    What i'll be using it for:
    building a few websites
    managing my small business
    large photo file editing
    keeping business files, artist receipts, etc
    cataloging my art portfolio (large photo files)
    storing photos, music, and short videos
    graphic design
    infrequent film editing
    infrequent sound editing
    what programs i'll be using:
    CS5 (mostly photoshop, illustrator, bridge, dreamweaver)
    iphoto
    itunes
    maybe minimal finalcut/soundtrack pro
    maybe minimal aftereffects
    Advice?
    My concerns are that it needs to run pretty smoothly with multiple programs open, no overheating, plenty of space for file storage and application support.
    Hello washleyill,
    My advice would be to buy the standard configuration 2.66GHz Quad Core (i.e. 3 x 1GB RAM, 640GB hard drive) from the Apple store, with the exception of the graphics card which you can buy as a CTO option for $200.00. It is well worth the upgrade from the GT120 - I know, because I upgraded myself last November after using a GT120 for 4 months.
    With regard to the memory, if you can afford it now, buy 4 x 4GB from OWC now. If not, I would suggest that you buy 2 x 4GB now, and then add another 2 x 4GB in the future. 16GB of RAM is a much better option than 8GB for your requirements. You can sell the 3 x 1GB RAM to OWC in "part exchange", and there would be little difference in price for 2 x 4GB to the CTO option of 4 x 2GB.
    http://eshop.macsales.com/shop/memory/Mac-Pro-Memory#1066-memory
    Instead of buying 2 x 1TB hard drives as a CTO option, you could purchase 2 x 1.5TB or 2 x 2TB HDDs for less money, and you would still have the 640GB. Spare drives are always useful. I use my original 640GB as a spare emergency system boot drive (OS and applications) in an external enclosure.
    Another alternative is to wait a few more weeks, in case the rumours of the introduction of a new Mac Pro range in June have any foundation.
    Regards,
    Bill

    Hello again washleyill,
    The defining factor, which you haven't mentioned in either this or your original question, is what your overall budget is.
    With the introduction of the new models, it's a new ball game now since I replied to your original question.
    Now, if it is within your budget, I would recommend the 2010 Mac Pro 3.33GHz 6-Core "Westmere", with the standard 1TB hard drive, the basic 3 x 1GB RAM, but with the CTO Radeon HD5870 1GB Graphics Card.
    This is the same configuration that Lloyd Chambers (of Mac Performance Guide fame) has recently ordered:
    http://macperformanceguide.com/index.html
    Then buy as much memory as you can afford now from OWC (trade-in the 3 x 1GB of Apple RAM against this):
    http://eshop.macsales.com/shop/memory/Mac-Pro-Memory#1066-memory
    (The 1333MHz is now listed on this page as well as the 1066MHZ)
    If your budget is large enough, then certainly it is worth considering the 2.93Ghz 12-Core, but the 3.33GHz 6-Core, with maxed out memory and fast hard drives, should be more than adequate for your requirements. The more memory the better for Photoshop CS5!
    I have just ordered Photoshop CS5 myself. It is a big step-up from Elements 8, and I was going to wait until next year, by which time, hopefully, any initial problems and bugs should have been resolved.
    However, Adobe UK made me an offer I couldn't refuse! The full boxed Photoshop CS5 edition for half price!
    Also, the offer included an option to buy Lightroom3 at the same time with a 30% discount off its normal price, and so I have taken the plunge and ordered that as well, because I have never been completely happy with Aperture (II or III). Normally, I would not have purchased both Photoshop CS5 and Lightroom 3, but at these prices the offer was too tempting.
    Best of luck with your purchase,
    Regards,
    Bill

  • How to put the proper header at each column in write to measurement file (.lvm) ?

    Hi,
           i would like to know one thing about the write to measurement file. Can i put the proper header at each column in write to measurement file (.lvm) ? and how can i do for it ? Could you show me a way to make it ?
    i am looking forward your kindly reply.
    thank you so much ..
    best regard,
    roxy

    Hi Mike,
                  Thank you very much for your help. It works .
    By the way, i would like to ask you about setting time interval. In the pic, X_Value column is for time column
    i would like to ask that when i use the write to measurement file, there got the x column that show time inside the excel file. In this column, i would like to set the time interval at every 210ms .The data may come in every msec but i just want to record the data at every 210ms .  for example, 210ms-420ms-630ms ..etc. how can i set it ?
    One more thing .. can i do it in graph as well ?
    i am looking forward your kindly reply.
    Thank you for your time.
    Best Regard,
    Roxy

  • How to choose the right project settings?

    I'm new in taking video's and in editing them. I bought a Sanyo HD Xacti Video camera and made a lot of clips in my last holiday. The clips are transferred to my compter and have the format .MP4 1280-720 depth 1280 and 29,97 fps.
    I want to create after editing en DVD which I can show on my TV 16:9 (PAL-Netherlands)
    When I create a new project I have to choose the seetings and I really do not know how to choose!!
    What Project settings should I choose because in the settings I only see 30 fps under de NTSC systems. Is there some where a general explanation how to do?
    Help will be appreciated very much!!
    Greetings Willem

    Before the NTSC to PAL, I believe there are other major considerations.
    1. You are recording 720p30 1280 x 720 16:9 at 30 frames per second, using the MPEG-AVC/H.264 codec). That sounds to me like your are dealing with what they call "AVCHD-Lite". If so, there are major basic problems editing that in Premiere Elements 7. See Steve Grisetti's FAQ
    http://forums.adobe.com/thread/454585?tstart=0
    2. Your remarks would suggest that you want to create at DVD-VIDEO widescree (16:9) of your Timeline.
    3. So before all else, I would determine if you can successful bring your video into Premiere Elements 7 and export the DVD-VIDEO in the NTSC system before you think about converting an NTSC video to a PAL end product.
    4. Typically you select the project preset (new project dialog) to match the properties of your video. Once done that does not stop you from changing the export preset later. In the case of your NTSC 720p30 Sanyo video, I would suggest the project preset (new project dialog) = NTSC HDV HDV 720p30. Think of the project preset as a template from which you can edit your video. Although this 720p is a variant of AVCHD, I suggest the HDV category since there is no 720p preset under AVCHD. Note that the descriptions to the right of where you set the preset.
    5. In Share/Disc/Disc, in the Burn Dialog, then select the preset: NTSC_Widecreen_Dolby DVD. If that is all completed successfully then we can talk about conversion of NTSC 1280 x 720 16:9 to a PAL DVD-VIDEO (720 x 576 25 frames per second with a 16:9 flag to stretch the video on display after encoding).
    6. You may find the following link helpful:
    http://www.camcorderinfo.com/content/article_converting_ntsc_pal.htm
    ATR

  • How to choose the speakers Flash Player uses?

    How on earth do I choose the speakers which Flash Player uses?
    I downloaded the latest Flash Player, and it worked fine. Then I had a Skype conversation, and now Flash uses the same "speakers" which Skype uses ie a USB headset.Flash player can no longer see the computer's speakers.
    There seems to be absolutely no way in the web-based setup to tell Flash Player which sound output to choose. In Windows control panel (WIn XP SP3) the defaults for both sound and voice playback are set to the speakers (Realtek HD Audio) -  Windows media player plays correctly over the speakers.  If I right-click on an embedded video, I get a settings manager which lets me choose the microphone and camera Flash Player uses, but not the speakers.  And I can't choose the speakers  in the general sound controls of the Realtek HD audio, because those controls have no way of referring to any individual program. It is wierd!!!!
    I don't think there is anything cracked or broken - it was fine this morning, now not. How do I get sound coming out of the speakers again?
    Many thanks
    Andy
    Bristol, UK

    Flash Player:
    Adobe Reader:

Maybe you are looking for

  • Can multiple users share the same DB ?

    We have about 10,000 + personal photos.  Can I install the LR Database on my server so that my wife and I can both be adding metatags to the photos at the same time ?  I don't mind if I have to buy 2 copies, but I am more concerned about sharing the

  • Cannot find backed up files

    I was one of the unlucky ones to get this Trojan bug so decided to erase my disk and reload the system. In doing so, I did a lot of dragging from the backup to the new system not knowing how to restore and I did not want to bring this bug with the re

  • Forwarded Email in Orange does not attach images

    Using Orange mail on their website - Ubuntu 10 If I forward an email which contains images only the text is sent

  • Problems with RAW - HELP!

    Hi there, I really hope someone can help me. I just got aperture. RAW files look bad on my mac. They have this oversaturated look. I use my nikon D70 to take RAW + JPEG and the jpeg looks good. BTW, it's the same problem in iPhoto. I uploaded convert

  • User Extended Attribute maintenance through ActiveSync

    Following is happening in the activeSync process. There is an existing user in IDM with some defined attributes (as per the extended attrs pre-defined). If any of the user attributes does not have a value in the authoritative source and the user is p