SQL Tuning sets and SQL Tuning Advisor.

Hello

We run oracle11g r2 where under win server 2008 R2.

How can I find out when Tuning SQL and SQL Tuning games advisors are enabled in my database.

Is Oracle11g has default setting YES for this tuning packs

Thank you

It seems you found somone activated of sets and the setting of advisers.  as others have said, theyre part of the D & T and theyre always there but only, you become eligible for a permit after that you use.   This will tell you the first time they have been used if at all, the key here for you field be FIRST_USAGE_DATE that must be completed only if detected_usages > 0

fixed lines 180

Col name format a30

SELECT name, version, detected_usages, FIRST_USAGE_DATE, last_usage_date

of DBA_FEATURE_USAGE_STATISTICS

where upper (NAME) like '% % TUNING '.

Tags: Database

Similar Questions

  • additional licenses set forth for the use of Sql Tuning Advisor in SQL Developer 4.0.3

    Hello

    We have the Oracle 11 g Enterprise Edition Release 11.2.0.3.0 database. Do we need to acquire an oracle license extra for using SQL Tuning Advisor Option in SQL Developer 4.0.3

    No, they are installed by default.

    They must be licensed.

    Consult your contract or talk to your account manager Oracle for clarification.

  • SQL tuning advisor recommnds to create the function SYS_OP_C2C function index

    I have a large table and an index on it. I use a tool to fill data, this simple tool submits the sql for Oracle DB and it does NOT index to use for requests. When I run the sql tuning advisor, he recommends to create additional indexes and use the SYS_OP_C2C function, which I don't want.

    When I run the query through sql plus picks it up in the index.
    Someone of you came, why its recommend that additional nonsense?

    create index abc.xxxx on this_table (SYS_OP_C2C ("this_column"));

    Thank you

    The internal Oracle SYS_OP_C2C function perform the conversion of a set of characters to another set of characters - C (haracterSet) 2 c (haracterSet). There are situations where you will see this conversion without explicit, as in this case command that should be a sign that the data types are not the same and the implicit conversion takes place and this could also be a problem from the point of view performance because it can disable the use of the index.

    Make sure you the characterset and nls set of all of the database and the tool are the same.
    Make sure that the data type of the column in the index is the same as the database.
    Confirm the ETL vendor for your database support and fixes, etc..

    Optimizer will only advise to use this function when the data type or the character set does not match.

    Thank you
    Kerry

  • Package DBMS_ADVISOR can be used for SQL Tuning Advisor?

    Package DBMS_ADVISOR can be used for SQL Tuning Advisor?

    It seems that the DBMS_ADVISOR package is responsible for the workload and SQL Access Advisor of related tasks. Package DBMS_SQLTUNE is responsible for setting up SQL and SQL set related tasks.

    Jetq

  • License required for "Automatic SQL Tuning Advisor"?

    I noticed a lot of databases in my company show using a component called "Automatic SQL Tuning Advisor" or "Automatic maintenance - Setup SQL" in DBA_FEATURE_USAGE_STATISTICS.

    Do we know if this component requires a License Pack Tuning or it could be one of the internal out-of-box/system uses that do not require a license?

    Thank you!

    I need a License Pack - Tuning

    Options and Packs

    MOS Doc ID 276103.1

    Best to check with your sales representative

  • SQL Tuning Advisor on a select Question

    Hi all.
    10.2.0.4 RAC
    I have a select sequential reading of file db high. I used sql tuning advisor on OEM, and the Adviser show me these recommendations:
    RECOMMENDATIONS
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    GENERAL INFORMATION SECTION
    -------------------------------------------------------------------------------
    Tuning Task Name                  : SQL_TUNING_1266335308111
    Tuning Task Owner                 : SYSTEM
    Scope                             : COMPREHENSIVE
    Time Limit(seconds)               : 1800
    Completion Status                 : COMPLETED
    Started at                        : 02/16/2010 16:48:44
    Completed at                      : 02/16/2010 16:50:06
    Number of SQL Profile Findings    : 1
    
    -------------------------------------------------------------------------------
    Schema Name: CRM
    SQL ID     : b7cd8jntqpcgu
    SQL Text   : select * from ( select this_.ENVIO_ID as ENVIO1_33_0_,
                 this_.NOMCLIENTE as NOMCLIENTE33_0_, this_.NOMCONTACTO as
                 NOMCONTA3_33_0_, this_.APLICACION_ID as APLICACION4_33_0_,
                 this_.PRIORIDAD as PRIORIDAD33_0_, this_.MEDIO as MEDIO33_0_,
                 this_.MEDIO_VALOR as MEDIO7_33_0_, this_.ESTADO as ESTADO33_0_,
                 this_.ESTADO_DESC as ESTADO9_33_0_, this_.FEC_PREVISTA as
                 FEC10_33_0_, this_.FECHA_ENVIO as FECHA11_33_0_,
                 this_.REC_CLIENTE as REC12_33_0_, this_.FECHACREA as
                 FECHACREA33_0_, this_.FECHAMODIF as FECHAMODIF33_0_,
                 this_.FLAGBLOQUEO as FLAGBLO15_33_0_, this_.FLAGBORRADO as
                 FLAGBOR16_33_0_, this_.COMENTARIOS as COMENTA17_33_0_,
                 this_.HORAENVIO as HORAENVIO33_0_, this_.EMISOR as EMISOR33_0_,
                 this_.IDENTIFICADOR as IDENTIF20_33_0_, this_.MEDIO_VALOR_DESC
                 as MEDIO21_33_0_, this_.DEBUG_TRACE as DEBUG22_33_0_,
                 this_.FORMULARIO_ID as FORMULARIO23_33_0_, this_.CAMPANYA_ID as
                 CAMPANYA24_33_0_, this_.CONTACTO_ID as CONTACTO25_33_0_,
                 this_.USUARIOCREA as USUARIO26_33_0_, this_.USUARIOMODIF as
                 USUARIO27_33_0_, this_.CLIENTE_ID as CLIENTE28_33_0_,
                 this_.CAMPPOS_ID as CAMPPOS29_33_0_, this_.ACTIVIDAD_ID as
                 ACTIVIDAD30_33_0_, this_.TAGCLICONEXT_ID as TAGCLIC31_33_0_ from
                 CRM.CRM_ENVIOS this_ where this_.MEDIO=:1 and this_.ESTADO=:2
                 and this_.FECHA_ENVIO<=:3 order by this_.ENVIO_ID asc ) where
                 rownum <= :4
    
    -------------------------------------------------------------------------------
    FINDINGS SECTION (1 finding)
    -------------------------------------------------------------------------------
    
    1- SQL Profile Finding (see explain plans section below)
    --------------------------------------------------------
      A potentially better execution plan was found for this statement.
    
      Recommendation (estimated benefit: 99.43%)
      ------------------------------------------
      - Consider accepting the recommended SQL profile.
        execute dbms_sqltune.accept_sql_profile(task_name =>
                'SQL_TUNING_1266335308111', replace => TRUE);
    
    -------------------------------------------------------------------------------
    ADDITIONAL INFORMATION SECTION
    -------------------------------------------------------------------------------
    - The optimizer could not merge the view at line ID 2 of the execution plan.
      The optimizer cannot merge a view that contains an "ORDER BY" clause unless
      the statement is a "DELETE" or an "UPDATE" and the parent query is the top
      most query in the statement.
    
    -------------------------------------------------------------------------------
    EXPLAIN PLANS SECTION
    -------------------------------------------------------------------------------
    
    1- Original With Adjusted Cost
    ------------------------------
    Plan hash value: 3505713201
    
    ----------------------------------------------------------------------------------------------
    | Id  | Operation                     | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
    ----------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT              |              |     1 |  4416 |   604K  (1)| 02:00:53 |
    |*  1 |  COUNT STOPKEY                |              |       |       |            |          |
    |   2 |   VIEW                        |              |     1 |  4416 |   604K  (1)| 02:00:53 |
    |*  3 |    TABLE ACCESS BY INDEX ROWID| CRM_ENVIOS   |     1 |   352 |   604K  (1)| 02:00:53 |
    |   4 |     INDEX FULL SCAN           | SYS_C0020438 |  2718K|       |  8153   (1)| 00:01:38 |
    ----------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       1 - filter(ROWNUM<=:4)
       3 - filter("THIS_"."MEDIO"=:1 AND "THIS_"."ESTADO"=:2 AND
                  "THIS_"."FECHA_ENVIO"<=:3)
    
    2- Using SQL Profile
    --------------------
    Plan hash value: 3391889105
    
    ------------------------------------------------------------------------------------------------------
    | Id  | Operation                      | Name                | Rows  | Bytes | Cost (%CPU)| Time     |
    ------------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT               |                     |     1 |  4416 |  3431   (1)| 00:00:42 |
    |*  1 |  COUNT STOPKEY                 |                     |       |       |            |          |
    |   2 |   VIEW                         |                     |     1 |  4416 |  3431   (1)| 00:00:42 |
    |*  3 |    SORT ORDER BY STOPKEY       |                     |     1 |   352 |  3431   (1)| 00:00:42 |
    |*  4 |     TABLE ACCESS BY INDEX ROWID| CRM_ENVIOS          |     1 |   352 |  3430   (1)| 00:00:42 |
    |*  5 |      INDEX SKIP SCAN           | APLICACIONENVIO_IDX |     1 |       |  3429   (1)| 00:00:42 |
    ------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       1 - filter(ROWNUM<=:4)
       3 - filter(ROWNUM<=:4)
       4 - filter("THIS_"."MEDIO"=:1 AND "THIS_"."FECHA_ENVIO"<=:3)
       5 - access("THIS_"."ESTADO"=:2)
           filter("THIS_"."ESTADO"=:2)
    
    -------------------------------------------------------------------------------
    I think the main problem is the order, but when I run autotrace traceonly without order by the plan of the explain command is diferent to advise:
    SELECT *
      2    FROM (SELECT this_.envio_id AS envio1_33_0_,
      3                 this_.nomcliente AS nomcliente33_0_,
      4                 this_.nomcontacto AS nomconta3_33_0_,
      5                 this_.aplicacion_id AS aplicacion4_33_0_,
      6                 this_.prioridad AS prioridad33_0_, this_.medio AS medio33_0_,
      7                 this_.medio_valor AS medio7_33_0_, this_.estado AS estado33_0_,
      8                 this_.estado_desc AS estado9_33_0_,
      9                 this_.fec_prevista AS fec10_33_0_,
     10                 this_.fecha_envio AS fecha11_33_0_,
     11                 this_.rec_cliente AS rec12_33_0_,
     12                 this_.fechacrea AS fechacrea33_0_,
     13                 this_.fechamodif AS fechamodif33_0_,
     14                 this_.flagbloqueo AS flagblo15_33_0_,
     15                 this_.flagborrado AS flagbor16_33_0_,
     16                 this_.comentarios AS comenta17_33_0_,
     17                 this_.horaenvio AS horaenvio33_0_, this_.emisor AS emisor33_0_,
     18                 this_.identificador AS identif20_33_0_,
     19                 this_.medio_valor_desc AS medio21_33_0_,
     20                 this_.debug_trace AS debug22_33_0_,
     21                 this_.formulario_id AS formulario23_33_0_,
     22                 this_.campanya_id AS campanya24_33_0_,
     23                 this_.contacto_id AS contacto25_33_0_,
     24                 this_.usuariocrea AS usuario26_33_0_,
     25                 this_.usuariomodif AS usuario27_33_0_,
     26                 this_.cliente_id AS cliente28_33_0_,
     27                 this_.camppos_id AS camppos29_33_0_,
     28                 this_.actividad_id AS actividad30_33_0_,
     29                 this_.tagcliconext_id AS tagclic31_33_0_
     30            FROM crm.crm_envios this_
     31               where this_.estado = 'Enviado'
     32           and this_.medio = 3482 AND this_.fecha_envio <= '02/04/10 00:00:00')
     33   WHERE ROWNUM <= 500;
    
    no rows selected
    
    
    Execution Plan
    ----------------------------------------------------------
    Plan hash value: 1577868436
    
    ------------------------------------------------------------------------------------------------
    | Id  | Operation                    | Name            | Rows  | Bytes | Cost (%CPU)| Time     |
    ------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT             |                 |   500 |   171K|  2425   (1)| 00:00:30 |
    |*  1 |  COUNT STOPKEY               |                 |       |       |            |          |
    |*  2 |   TABLE ACCESS BY INDEX ROWID| CRM_ENVIOS      |   500 |   171K|  2425   (1)| 00:00:30 |
    |*  3 |    INDEX RANGE SCAN          | ESTADOENVIO_IDX |       |       |   104   (0)| 00:00:02 |
    ------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       1 - filter(ROWNUM<=500)
       2 - filter(TO_NUMBER("THIS_"."MEDIO")=3482 AND "THIS_"."FECHA_ENVIO"<='02/04/10
                  00:00:00')
       3 - access("THIS_"."ESTADO"='Enviado')
    
    
    Statistics
    ----------------------------------------------------------
              1  recursive calls
              0  db block gets
         138277  consistent gets
          45240  physical reads
              0  redo size
           2629  bytes sent via SQL*Net to client
            488  bytes received via SQL*Net from client
              2  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              0  rows processed
    I was looking for a way to see who wear's Advisor using his plan, but didn't see a way of knowing on docs, or at least I have not found it.
    Can someone show me that some light on what changes made Advisor to select to reach that way, or how can I watch this that select uses?
    Any help will be appreciate
    Thank you

    The Adviser does not create a new SQL statement - what it has done is create a SQL profile - to accept SQL profile for the task of tuning above:

        execute dbms_sqltune.accept_sql_profile(task_name =>
                'SQL_TUNING_1266335308111', replace => TRUE);
    

    as mentioned in the above report...

    A sql profile applys tips for change (correct) the cost of certain operations - and, to change the execution path chosen by the optiimizer.

  • time limit tuning advisor

    Hi all

    can you please, I'm looking for what a sql tuning advisor working time is fixed in my database and how can we increase this time? .i was using sql tuning advisor but after 30 minutes I m getting error like expired .your help will be appreciated.

    Thank you and best regards.

    941949 wrote:

    BEGIN

    DBMS_SQLTUNE. SET_AUTO_TUNING_TASK_PARAMETER (parameter-online 'TIME_LIMIT', value-online '7200');

    END;

    /

    Above a sets the deadline for the work of automatic tuning, this database run by the scheduled window. This will not effect on tuning sql id 14qd246jumhsh.

    941949 wrote:

    Full steps what I m try are below.so, please say where I m made a mistake.

    Set serveroutput on

    set linesize 200

    set of 2000 pages

    Set longchunksize long 1000000 1000;

    Task_Name variable varchar2 (100);

    Start

    : task_name: = dbms_sqltune.create_tuning_task (sql_id => '& SQL_ID');

    dbms_sqltune.execute_tuning_task (task_name =>: task_name);

    end;

    You must mention the time_limit parameter in the above procedure: dbms_sqltune.create_tuning_task - when the task was created. There is an example here: ORACLE-BASE - database Oracle 10 g automatic SQL Tuning and Automatic SQL Tuning as well.

  • Tuning Advisor - recommendations

    Dear Experts,

    11.2.0.3 RDBMS - I ran Setup SQL for a statement and see the three recommendations:

    -Collect statistics for a table
    -Implement the SQL - 99% of shows benefits profile
    -Creating an Index - shows about 78% benefit.

    Tuning advisor recommends that a recce to implement. We should I be implemented? Also, with the SQL profile I see 'force match' option, what it means? Appreciate your help...

    Thank you

    Hello

    Profile SQL is generally less preferable because
    (1) fixed single query
    (2) it arranges without understanding the nature of the underlying problem, i.e. There is always risk of returning question in one way or another

    On the option 'force game' - it just means that the profile will apply not only to the sql_id you specify, but also all other sql_id which the SQL text differs only in the values of literals. For example if you create a SQL profile for

    select col1 from tab1 where col2 = 'A'
    

    then by default will not affect the plan of

    select col1 from tab1 where col2 = 'B'
    

    but with strength match option, the profile would apply to these two statements.

    About creating index - you need to evaluate the benefits for this and other queries on the cost (slower DML, increased consumption of disk space). How to set up SQL cannot do this for you.

    Best regards
    Nikolai

  • Tuning Advisor error

    Hi all

    Oracle 11.2.0.3

    IBM Aix box

    I ran sql tuning advisor manually by using procedure

    sample procedure:

    () DBMS_SQLTUNE.create_tuning_task

    begin_snap = > 139758,

    end_snap = > 139762,

    sql_id = > "ct4u2889m1458"

    scope = > DBMS_SQLTUNE.scope_comprehensive,

    time_limit = > 60,

    Task_Name = > 'Settings')

    I got the message from PL/SQL procedure successfully completed.

    Then I performed the task of tuning created using the procedure

    EXEC DBMS_SQLTUNE.execute_tuning_task (TaskName = > 'settings');

    Once again received message as PL/SQL procedure successfully completed.

    But when I query using SELECT * FROM dba_advisor_log WHERE task_name = "_tuning";

    I got this output in the respective, INTERRUPTED, ORA-13639 column: the current operation was interrupted because it has expired.

    Any idea or suggestion, why im getting this error, should I get the FINISHED status. I even tried to increase the values of time_limit, but still no go...

    Kind regards

    I increased the parameter time_limit to half an hour. and his filled and got the sql tuning report...

    Thank you

  • Privilege for SQL Access Advisor in OEM

    Hi experts,

    I tried to enter the SQL Access Advisor option in Oracle enterprise manager as a user sh and got the following German error:
    Berechtigungsfehler 
    Sie haben keine ausreichenden Berechtigungen zur Ausführung des SQL Access Advisors. Dazu ist die Rolle OEM_ADVISOR erforderlich. 
    translated in English:
    Privileg error
    You don't have enough Privilegs to execute  SQL Access Advisors. The role OEM_ADVISOR is needed. 
    but the HS user has in my system as a result of the roles:
    GRANTEE                        GRANTED_ROLE                   ADM DEF
    ------------------------------ ------------------------------ --- ---
    SH                             SELECT_CATALOG_ROLE            NO  YES
    SH                             OEM_MONITOR                    NO  NO
    SH                             OEM_ADVISOR                    NO  NO     "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
    SH                             RESOURCE                       NO  YES
    SH                             CWM_USER                       NO  YES
    Can someone help me?

    concerning

    hqt200475

    The default roles are not enabled 'by default'.

    http://docs.Oracle.com/CD/E11882_01/network.112/e16543/authorization.htm#sthref953

  • JDBC-fetch data - set and very big (table 35)

    Hello

    I'm trying to get a very large data set and the desired behaviour is that it continues to function without exception of lack of memory (that is, it's good that it takes days but don't blow up on out-of-memory exception) *.
    The task runs on a 64-bit with 16 processors computer.

    For testing purposes, I used a table 35 GB in size (of course this would not be our typical fetch but just to emphasize JDBC)

    +??? Java exception occurred: +.
    + means: Java heap space.
    + java.util.Arrays.copyOf (Unknown Source) +.
    + java.util.Vector.ensureCapacityHelper (Unknown Source) +.
    + java.util.Vector.addElement (Unknown Source) +.
    +          at+
    + com.mathworks.toolbox.database.fetchTheData.dataFetch(fetchTheData.java:737) +.
    + Error in == > cursor.fetch at 114 +.
    + dataFetched = +.
    + dataFetch (fet, resultSetMetaData, p.NullStringRead, tmpNullNumberRead);

    In the light of this problem, I added jdbc-fetch-size = 999999999 on my JDBC connection string.
    ' com.microsoft.sqlserver.jdbc.SQLServerDriver ',' jdbc:sqlserver://SomeDatabaseServer:1433; databaseName = SomeDatabase; integratedSecurity = true; JDBC-fetch-size = 999999999; »

    Slightly different error reported.

    +??? Java exception occurred: +.
    + means: GC overhead limit exceeded+.

    + java.lang.Integer.toString (Unknown Source) +.

    + java.sql.Timestamp.toString (Unknown Source) +.

    +          at+
    + com.mathworks.toolbox.database.fetchTheData.dataFetch(fetchTheData.java:721) +.
    +          +

    + Error in == > cursor.fetch at 114 +.
    + dataFetched = +.
    + dataFetch (fet, resultSetMetaData, p.NullStringRead, tmpNullNumberRead); +

    Any suggestion?

    REF:
    JDBC http://msdn.microsoft.com/en-us/library/ms378526.aspx
    32 bit vs 64 bit: http://support.microsoft.com/kb/294418

    Published by: devvvy may 6, 2011 01:10

    There is one thing to go too far. You won't push ever that a lot of data in memory at a time, which seems to happen due to the vector between the two. The amount of objects that must be created would be already staggering.

    Best is to use a result set and browse results instead, treat the rows one at a time, or maybe a batch. Who will use only as much memory as necessary to keep a line / a lot of lines in memory unless the driver not just preloading of magic.

  • I need help my Webcam setting and put in place.

    I NEED HELP MY WEBCAM SETTING AND IMPLEMENTATION. I BOUGHT IT USED

    I need help my Webcam setting and put in place.

    Thinking about ask you for help using Bing, Google or any search engine you want to use.  Try entering "set up the webcam" in your search parameters.

    Or ask for help on the Web site of the manufacturer of the webcam that you have purchased.

  • Found that this problem was due to windows being disabled "Wireless Zero Configuration" service. Found this automatic setting and then by installing the software corrected the problem.

    How to get through this process of changing windows 'Wireless Zero Configuration' service is disabled.  Found this automatic setting and then by installing the software corrected the problem.

    Hi Joseph,.

    1 are you always face the question or the issue are already fixed?

    2 Windows operating system you are using?

    If you still experience the problem, you can follow this link completely and check if the problem persists.

    In the Windows wireless network connection problems

    You can also read the following article and check.

    How can I disable wireless configuration and enable Windows XP Wireless Auto Configuration services

  • What is blue screen and what to do and how to fix this with out taking back to factory setting and reinstalling Vista

    What is blue screen and what to do and how to fix this with out taking back to factory setting and reinstalling Vista

    When a BSOD (Blue Screen of Death) the system failure occurs, for most users, there not enough time to fully record what he says. the exact text is important for anyone trying to diagnose what is wrong. You can save time when the error occurs then by following the procedure described below.

    If you already did it disable the auto reboot system error. This should help by allowing the time to write the code to Stop error and related information correctly. Select Start, do a right-click on computer select Properties, advanced, system settings startup and recovery, system failure and uncheck the box before automatically restarting. Re-do not enable automatic restart in the event of system failure after obtaining this information, this setting is the best left to not allow an automatic restart.

    If the failure occurs during the initialization of the computer, you need to try a different approach. You can access the Advanced Options Menu of Windows on multiple computers by constantly pressing the F8 (key) key when starting and selecting the option - disable automatic restart in case of system error. This method is not always easy to use because it may be difficult to press the F8 key at the right time. Try again if it doesn't work the first time. On some computers, a different key must be used.

    Send a copy of your dumpfile as a shared file on your disc of sky with a link here.
    http://social.technet.Microsoft.com/forums/en-us/w7itproui/thread/4fc10639-02dB-4665-993a-08d865088d65

  • Icons Recycle Bin and McAfee Site Advisor has lost since the Office

    Original title: ICONS

    ICONS RECYCLE BIN AND MCAFEE SITE ADVISOR DISAPPEARED. I, VE TRIED SETTINGS ICON ON THE DESKTOP WITHOUT RESULT, PLEASE HELP. Thank you.

    Hi Mike,.

    Welcome to the Microsoft community!

    According to the description, you lost Recycle Bin and McAfee Site Advisor icons from the desktop. In order to quickly provide a solution, please answer these questions:

    1. is the issue limited to trash and McAfee Site Advisor icons?

    2 did you do changes on the computer before the show?

    This problem may be related to the icon cache, trying to rebuild the icon Cache, to do this, follow the steps by Edgardo T letter dated from on Friday, April 9, 2010 01:29 in the link mentioned below:

     

    http://social.answers.Microsoft.com/forums/en-us/w7desktop/thread/c031fba8-3e05-4080-89b2-e8a89c460a6b

    Let us know if it works or you need help

Maybe you are looking for

  • Strange homepage in the Skype program (Windows)

    For a long time, when I want to use Skype, this homepage waiting for me. When I want to connect, Skype works, suffice it to say this problem message: "the name of Skype and e-mail is not the same! Please try another method of sign! "What is the probl

  • Where is the creator of recovery on Portege M400 disk?

    I need to do a recovery for my M400 disc is not in the Toshiba Assist - Protect & fix. So where he's hiding?Any help would be gratefuly received, as it is driving me crazy.

  • Sketch of Apple Watch.

    When I send a sketch to Apple Watch my wife the same sketch I just sent to his shows on my Apple Watch as well.  I don't know that it's because somewhere she has my Apple ID stored on his watch, but I can't find where it is stored.

  • can I put version 6 with windows 7?

    can I put version 6 with windows 7?

  • Customer FTP works does not in Windows 7

    I am completely confused at this point. Any FTP client I use, I can not connect to any FTP site. I checked that there is no limitation on my router, and I called my ISP to confirm. I have my firewall Windows completely shut down and restarted my comp