SQL plan management unpack error

Hi all

Facing a problem in SQL Plan Management.

Packed dba_sql_plan_baselines table in table called "test_baseline_14july" and exported from the source schema.

Subsequently imported the same table in the target, now when the following error unpacking based m

SQL > DECLARE
number of my_plans;
BEGIN
my_plans: = DBMS_SPM. UNPACK_STGTAB_BASELINE (table_name = > 'test_baseline_14july');
END;
/

ORA-06502: PL/SQL: digital error or value
ORA-06512: at "SYS." DBMS_SMB', line 1024
ORA-06512: at "SYS." DBMS_SPM', line 2933
ORA-06512: at line 5


The source DB: 11.2.0.2
Destination DB: 11.1.0.6

Let me know what is the problem?

Thanks in advance!

All it seems a little weird. You can think of to raise a ticket with the Support of Oracle.

In the source database, can you show the output of

SELECT * FROM v$version;
SELECT * FROM dba_sql_plan_baselines;
SELECT * FROM test_baseline_15july_2;

In the destination database, can you show the output of

SELECT * FROM v$version;
SELECT * FROM test_baseline_15july_2;

Tags: Database

Similar Questions

  • SQL PLAN Management

    In Oracle 11 g, I want to use sql plan management to achieve stability of the regime. My problem is that I don't know what all the plans, users can run, then I put

    OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=TRUE

    But then sysaux tablespace keeps growing. I started with 2GB and now I have SYSAUX tablespace of 12GB. Is there anyway to say that only plans in certain parsing schema are automatically captured and no recursive statements to data dictionary etc. are captured. I am only interested in sql plans run by my program and not those sql statements internally generated by Oracle. I want all of this to be automatic, that’s why I set above parameter to TRUE. If that is not the right approach, what other options I have.

    The simple answer is probably that if you want to capture base lines of sql plan for a subset of users or programs, and then set the parameter to the level of the system to false and use a logon trigger to true for sessions with the subset of attributes you have defined.

    However, depending on the exact version of 11 g, there are a number of bugs affecting both the performance and the storage of the basic mechanism worth overlap Oracel version with lists of related bugs in the support Web site.

    Also double check on the occupants of the tablespace SYSAUX because the base lines are not the only thing in there that can use a significant amount of space.

  • SQL Plan Management vs. cursors

    Hello

    We have recently implemented SQL Plan Management in our Production environment after two weeks of testing in development.

    Wouldn't you know, we proceeded to six questions which lasted much longer (, instead of less than a minute).

    The common denominator of these queries is that they are used as part of a loop of slider and make the use of bind variables. All other queries (and we talk about hundreds) was fine. The data has not changed for relevant queries.

    Is there a 'problem' with SPM and sliders/bind variable that anyone could have heard?

    Mark

    When you say SQL Plan Management, do you mean Plan SQL schedules?

    Baselines work by locking in a sql statement to a particular regime.

    The only problem that come to mind is that the referenced plan is not suited for all bind variable values.

    The first thing to look at would be the execution plans and they are in the base line, etc. - see DBMS_XPLAN. DISPLAY_AWR, also cross references to ash.
    Keep an eye on other features such as feedback of the cardinality.

    On 11.2.0.2, one thing to watch is a big SPM and recursive merge instructions involved. There is a patch, but it's usually pretty obvious if you are affected by this bug, for example
    http://OraStory.WordPress.com/2011/03/01/SQL-baseline-capture-BU/

  • SQL Plan Management - tips from the real world?

    Hi all

    I was wondering if anyone had any practice with SQL Plan Management in 11 GR 2? Specifically, we seek to implement this in an environment of Exadata.

    After reading the manual, I have a few questions:

    -Is it possible to stop the plan history to consume barrel loads of space SYSAUX? I know that:

    + "A weekly background process measures the total space occupied by the SQL Management database, and when the set limit is exceeded, the process will generate a warning in the alerts log" +

    That's great, but it does not stop the limit being exceeded, so I was wondering whether or not there was this ability?

    -How long it tends to take for the SQL plans to 'navigate' automatically? If the optimizer sees a new plan for a statement and it is good, how much time is the period of 'prove' before it implements the SQL plan? (I suspect it's as my asking ' how long is a piece of string? ', but it's a worth a try)

    -Has a significant performance impact whenever it collects all the plans at first?

    -I guess if I decide that it is not for us, I can change the setting optimizer_use_sql_plan_baselines and following the instructions in MOS 790039.1 to abandon the repository? It is not all the additional measures "clean"?

    Mark

    This google might be directed to some interesting things:

    kerry osborne management plan

    See the links in the Enkitec doc.

  • Issue of SQL Plan Management

    Hello

    I have a question concerning the presence of 'Accepted' indicator (values or NOT) that is displayed by the function dbms_xplan.display_sql_plan_baseline.

    It is my understanding of the documentation of Oracle SQL plan does not become part of a plan SQL database until it is accepted by the process of evolution or manual loading in the base line. How is it possible to have a plan to be part of a reference that is not accepted? If the dbms_xplan.display_sql_plan_baseline function is used to display more than plans that are in a reference database and that are only in the story?


    Thanks for your thoughts on this.

    Richard

    PS. I use Oracle 11.1.0.7

    Welcome to the forum!
    >
    How is it possible to have a plan to be part of a reference that is not accepted? If the dbms_xplan.display_sql_plan_baseline function is used to display more than plans that are in a reference database and that are only in the story?
    >
    View code that you use to call the function and the result you get.

    Depending on how you call the function, and what plans are available, you will get different results. For example
    >
    plan_name
    Name of plan. It identifies a specific plan. Value default NULL means that all the plans associated with identified SQL statement are explained and displayed
    >
    You specify this setting? If this isn't the case, then all THE plans could include plans that have not been accepted.

    Section 15.5 display SQL Plan baseline in the Performance Tuning Guide contains an example of this and displays two plans: an accepted and the other not.
    http://docs.Oracle.com/CD/E11882_01/server.112/e16638/optplanmgmt.htm

    It's really the history display that includes all plans.

  • SQL Plan Management (11.2.0.1)

    Hi guys,.

    I do a few tests as below.
    I tried to keep the plan SQL in the database. (when the table has no indexes, doing full analysis)
    However, after I create the index. It is not recovering the original plan, I put it in the base line. It uses a scan interval.

    Can advise what did I do wrong?

    Thank you!



    SQL > show parameter OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES;

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES boolean FALSE

    SQL > CREATE TABLE spm_test_tab)
    2 id NUMBER,
    3 description VARCHAR2 (50)
    (4);

    Table created.

    SQL >
    SQL > DECLARE
    2 TYPE t_tab IS TABLE OF spm_test_tab % ROWTYPE;
    3 l_tab t_tab: = t_TAB();
    4 BEGIN
    5. FOR i IN 1... 10000 LOOP
    6 l_tab.extend;
    7 l_tab (l_tab.last) user.user: = i;
    8 l_tab (l_tab.last) .description: = "Description for" | I have;
    9 END OF THE LOOP;
    10
    FORALL i IN... l_tab.first 11 l_tab. Last
    12 INSERT INTO spm_test_tab VALUES l_tab (i);
    13
    14 COMMIT;
    15 END;
    16.

    PL/SQL procedure successfully completed.

    SQL >
    SQL > EXEC DBMS_STATS.gather_table_stats (waterfall of the USER 'SPM_TEST_TAB' = > TRUE);

    PL/SQL procedure successfully completed.

    SQL > set linesize 2000
    SQL > set pagesize 2000
    SQL > SET AUTOTRACE TRACE
    SQL >
    SQL > SELECT description
    2 FROM spm_test_tab
    3 WHERE id = 99;


    Execution plan
    ----------------------------------------------------------
    Hash value of plan: 3128910679

    ----------------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |
    ----------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | 1. 25. 13 (0) | 00:00:01 |
    |* 1 | TABLE ACCESS FULL | SPM_TEST_TAB | 1. 25. 13 (0) | 00:00:01 |
    ----------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):
    ---------------------------------------------------

    1 - filter ("ID" = 99)


    Statistics
    ----------------------------------------------------------
    26 the recursive calls
    5 db block Gets
    Gets 49 consistent
    0 physical reads
    944 redo size
    228 bytes sent via SQL * Net to client
    239 bytes received via SQL * Net from client
    2 SQL * Net back and forth to and from the client
    0 sorts (memory)
    0 sorts (disk)
    1 rows processed

    SQL >
    SQL > set autotrace off;

    SQL >
    SQL > SELECT sql_id, sql_text
    2 from v$ sql
    3. WHERE sql_text LIKE '% spm_test_tab % '.
    4 AND sql_text NOT LIKE '% dba_sql_plan_baselines % '.
    5 AND sql_text NOT AS "EXPLAIN % ';

    SQL_ID SQL_TEXT
    ------------- --------------------------------------------------------------------------------------
    gat6z1bc6nc2d description SELECT FROM spm_test_tab WHERE id = 99
    44b32kmh8ub2g DECLARE TYPE t_tab IS TABLE OF spm_test_tab % ROWTYPE; l_tab t_tab: = t_TAB(); BEGIN


    SQL > SET SERVEROUTPUT ON
    SQL > DECLARE
    2 l_plans_loaded PLS_INTEGER;
    3 BEGIN
    4 l_plans_loaded: = DBMS_SPM.load_plans_from_cursor_cache)
    5 sql_id = > 'gat6z1bc6nc2d');
    6
    7 DBMS_OUTPUT.put_line ('Plans loaded: ' | l_plans_loaded);
    8 END;
    9.
    Loading plans: 1

    PL/SQL procedure successfully completed.

    SQL > SELECT sql_handle, plan_name, activated, accepted
    2 FROM dba_sql_plan_baselines
    3. WHERE sql_text LIKE '% spm_test_tab % '.
    4 AND sql_text NOT LIKE '% dba_sql_plan_baselines % ';

    SQL_HANDLE PLAN_NAME ENA VAC
    ------------------------------ ------------------------------ --- ---
    SYS_SQL_7b76323ad90440b9 SQL_PLAN_7qxjk7bch8h5tb65c37c8 YES YES

    SQL >
    SQL > ALTER SYSTEM SHARED_POOL RAS;

    Modified system.

    SQL >
    SQL > CREATE INDEX spm_test_tab_idx ON spm_test_tab (id);

    The index is created.

    SQL > EXEC DBMS_STATS.gather_table_stats (waterfall of the USER 'SPM_TEST_TAB' = > TRUE);

    PL/SQL procedure successfully completed.

    SQL >
    SQL > SET AUTOTRACE TRACE
    SQL >
    SQL > SELECT description
    2 FROM spm_test_tab
    3 WHERE id = 99;


    Execution plan
    ----------------------------------------------------------
    Hash value of plan: 2792204123

    ------------------------------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |
    ------------------------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | 1. 25. 2 (0) | 00:00:01 |
    | 1. TABLE ACCESS BY INDEX ROWID | SPM_TEST_TAB | 1. 25. 2 (0) | 00:00:01 |
    |* 2 | INDEX RANGE SCAN | SPM_TEST_TAB_IDX | 1 | | 1 (0) | 00:00:01 |
    ------------------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):
    ---------------------------------------------------

    2 - access ("ID" = 99)


    Statistics
    ----------------------------------------------------------
    recursive calls of 1072
    3 db block Gets
    192 consistent gets
    0 physical reads
    888 redo size
    242 bytes sent via SQL * Net to client
    239 bytes received via SQL * Net from client
    2 SQL * Net back and forth to and from the client
    18 sorts (memory)
    0 sorts (disk)
    1 rows processed



    SQL > set autotrace off;
    SQL > SELECT sql_handle, plan_name, activated, accepted
    2 FROM dba_sql_plan_baselines
    3;

    SQL_HANDLE PLAN_NAME ENA VAC
    ------------------------------ ------------------------------ --- ---
    SYS_SQL_7b76323ad90440b9 SQL_PLAN_7qxjk7bch8h5tb65c37c8 YES YES

    However, after I create the index. It is not recovering the original plan, I put it in the base line. It uses a scan interval.

    Oracle optimizer choose the new plan because he thinks that the new plan is better as compared to existing full table scan plan.
    If you want to use only by optimzer exisitng you can plan make it FIXED in SQL_PLAN_BASELINE.

  • SQL server management studio 2008 Express intall error

    When you try to install SQL server management studio Express 2008 I get this error:

    TITLE: Default the SQL Server installation program.
    ------------------------------

    Setup of SQL Server encountered the following error:

    Invoke or BeginInvoke cannot be called on a control until the window handle has been created...

    ------------------------------
    BUTTONS:

    Ok
    ------------------------------

    Berfore I installed visual studio 2010 ultimate and Setup install with visual studio, sql server 2008 and I have windows xp servicr pack 3.

    ASK THE QUESTION IN THE SQL SERVER FORUM:
    http://social.msdn.Microsoft.com/forums/en/category/SQLServer

  • A SQL server management studio 2012 error: PERCENTILE_DISC function is not allowed in the current compatibility mode. It can only in mode 110 or higher.

    Our company just upgraded to SQL Server Management Studio 2012 and it has been very useful because I needed to use the percentile for the code I wrote. As a first step, the function did not work because I set the compatibility mode 110 level. After that I did, the function worked. However, now it does not work yet, and I get the same error:

    The PERCENTILE_DISC function is not allowed in the current compatibility mode. It can only in mode 110 or higher.

    I went to the properties of database section, then options and noticed that the compatibility mode has not changed, it is set to "SQL Server 2012 (110). I even used the following code to see if that would help at all even if the compatibility mode is already on this mode:

    ALTER DATABASE Analytics
    SET COMPATIBILITY_LEVEL = 110 
    

    Someone already had this problem or knows if I need to change something in the properties of database for this function work? Is this just a bug in the new version?

    Hello

    I suggest you post this question in the SQL Server 2012 TechNet Forums: http://social.technet.microsoft.com/Forums/en-us/category/sqlserver

    Thank you.

  • SQL service pack 3 error code 6d9e

    Hello. I had update sql service pack 3 error 6d9e code problems. I read a previous post who said I unzip the files in sql server, I managed to do it outside of 2 files. I get a message: an error occurred the application of attributes for the file \instapi.dll and: \sqlbrowser.exe.
    and I still get the error 6d9e. THX... martin

    Hi mowse73,

    Thank you for using the Microsoft Answers forum.  This error occurs usually when you do not have the latest service pack installed.  Please use one of the following methods to install the latest service pack.

    Method 1: Turn on automatic updates

    The best way to ensure that you receive the latest Windows Vista service pack is to turn on the auto update feature.

    To enable the automatic update feature, follow these steps:

    1. Click Start

    Collapse this includes this image

    Click all programsand then click Windows Update.

  • In the navigation pane, click change settings.
  • Select the automatic Windows Update the setting you want. If you are unsure which setting to choose, follow these instructions. Otherwise, proceed to step 4:
    • Automatic (recommended) automatically download updates that are recommended for my computer and install them: we recommend that you select this option. Click to select the day and time for scheduled updates occur. You can schedule automatic updates for any time of the day, but your computer must be on at the scheduled updates to install.
    • Download updates for me, but let me choose when to install them: this option is selected, Windows recognizes when you are online and uses your Internet connection to automatically download updates on the Windows Update Web site or the Microsoft Update Web site. An icon appears in the notification area of your taskbar when the updates are downloaded. When the download is complete, a message appears in the notification area. Click the automatic updates icon or the message. If you do not want to install a downloaded update, click Details, and then click to clear the check box next to that update to decline. Click install to install the selected updates.
    • Notify me but don't automatically download or install: Windows recognizes when you are online and uses your Internet connection to search for downloads from the Windows Update Web site or from the Microsoft Update Web site. An automatic updates icon and message appear in the notification area of your taskbar when new updates are available to download or install. Click the icon or message to view the updates. If you do not want to download a selected update, click to disable the check box next to that update to decline. Click Start Download to download the selected updates. The automatic updates icon remains in the notification area of your taskbar, while updates are downloaded. You can point to the icon to display the status of the download. To pause or resume the download, right-click on the icon and then click pause or resume. When the download is complete, another message appears in the notification area to notify you that updates are ready to install. Click the automatic updates icon or the message, and then click install to install the updates.
    • Never search for updates (not recommended): do not select this option.
  • Click to select the checkbox to Include updates when downloading, installing or advising me on recommended updates , and then click OK.
    Collapse this includes this image

    If you are prompted for an administrator password or for confirmation, type the password or provide confirmation.

  • To verify that this method worked and that the latest Windows Vista service pack is installed, repeat the steps under "How to determine whether the latest Windows Vista service pack is installed" in the section "before you try to download the latest Windows Vista service pack. If you see a reference to Windows Vista Service Pack 2 (SP2), you have successfully installed the latest service pack. If the latest Windows Vista service pack has not been installed successfully, try method 3.

    Note Before you install Windows Vista SP2, you must install Windows Vista Service Pack 1 (SP1). If you have not installed Windows Vista SP1, updates to automatic update will not install Windows Vista SP2.

    Method 2: Check the updates on Windows Update

    Although automatic updates can automatically install updates for you, you can also do it manually.

    To manually check Windows Update for updates, follow these steps:

    1. Click Start

    Collapse this includes this image

    Click all programsand then click Windows Update.

  • In the navigation pane, click check for updates.
  • Once Windows Update has finished checking the updates, click view available updates.
  • Click to select the check boxes for the updates that you want to install and then click install.
    Collapse this includes this image

    If you are prompted for an administrator password or for confirmation, type the password, or provide confirmation.

  • To verify that this method worked and that the latest Windows service pack is installed, repeat the steps under "How to determine whether the latest Windows Vista service pack is installed" in the section "before you try to download the latest Windows Vista service pack. If you see a reference to Windows Vista SP2, you have successfully installed the service pack. If the latest Windows Vista service pack has not been installed successfully, try method 3.

    Note Before you install Windows Vista SP2, you must install Windows Vista SP1. If you have not installed Windows Vista SP1, Windows Update will not install Windows Vista SP2.

    Method 3: Get the latest Windows Vista service pack from Microsoft Download Center

    This method is a little more time. However, this method is a good way to download the service pack if you have to install on another computer. Just download the latest service pack Windows Vista go to Microsoft Download Center on another computer with an Internet connection. Then, transfer of the service pack on the computer that has no Internet connection. You can also download the service pack and install it later.

    Important Before you install Windows Vista SP2 from the Download Center, follow these steps:

    • Make sure that you have downloaded and installed Windows Vista SP1. Windows Vista SP1 is a prerequisite for Windows Vista SP2. You can use the information in this article to download and install Windows Vista SP1, if you have not yet installed SP1.
    • Recommended: Install the latest updates for Windows from the Windows Update site or install the update for Ks.sys from the Microsoft Web site at the following address:
      https://www.Microsoft.com/downloads/results.aspx?pocId=&freetext=950127 (https://www.microsoft.com/downloads/results.aspx?pocId=&freetext=950127)
    • Check if your computer is running the 32-bit version or the 64 bit version of Windows Vista. If you know this information, go to the section "download". If you are unsure which version is running on your computer, follow these steps:
      1. Click Start

        Collapse this includes this image

        type system in the Search box, and then click System in the programs list.

      2. The operating system is listed as follows under System:
        • For a 64 - bit version operating system, 64-bit operating system appears.
        • For a 32 - bit version operating system, 32-bit operating system appears.

    Download Windows Vista Service Pack 2

    Windows Vista Service Pack 2 (SP2) was released on May 26, 2009.

    To install the appropriate version of the service pack, you must know whether your computer is running the 32-bit version or the 64 bit version of Windows Vista. In addition, you must be running Windows as an administrator. If you do not know which version of Windows Vista is installed, or if you need help, check that you are an administrator, visit the following Web site:

    http://support.Microsoft.com/GP/Admin (http://support.microsoft.com/gp/admin)

    Then download the correct update by clicking on one of the following links.

    Note Windows Vista Service Pack 2 is currently available in English, French, German, Japanese and Spanish.

    Windows Vista, package five language standalone 32-bit versions for English, French, German, Japanese, or Spanish (traditional)

    Collapse this includes this image

    Download the package Windows Vista Service Pack 2 five language standalone (KB948465) now. (http://www.microsoft.com/downloads/details.aspx?FamilyID=a4dd31d5-f907-4406-9012-a5c3199ea2b3)

    Windows Vista, package five language standalone versions 64 bits for English, French, German, Japanese, or Spanish (traditional)

    Collapse this includes this image

    Download the Windows Vista Service Pack 2 five language standalone for systems based on x 64 (KB948465) package now. (http://www.microsoft.com/downloads/details.aspx?FamilyID=656c9d4a-55ec-4972-a0d7-b1a6fedf51a7)

    For more information about how to download Microsoft support files, click the number below to view the article in the Microsoft Knowledge Base:

    119591 (http://support.microsoft.com/kb/119591/) how to obtain Microsoft support files from online services

    Microsoft scanned this file for the virus. Microsoft used the most current virus detection software that was available on the date that the file was posted. The file is stored on secure servers that prevent any unauthorized in the file changes.

    Service current pack for Windows Vista is Service Pack 2.

    Download Windows Vista Service Pack 1

    Windows Vista Service Pack 1 (SP1) was released on March 18, 2008.

    To install the appropriate version of the service pack, you must know your Windows Vista (32-bit or 64-bit) platform type. In addition, you must be running Windows as an administrator. If not sure which Windows Vista platform type is installed, or if you need help, check that you are an administrator, visit the Microsoft Web site at the following address:

    http://support.Microsoft.com/GP/Admin (http://support.microsoft.com/gp/admin)

    Then download the correct update by clicking on one of the following links.

    Note If your language version of Windows Vista is English, French, German, Japanese, or Spanish (traditional), install the package five autonomous languages. The package five autonomous languages is smaller than the package of the version independent all languages and therefore faster to download. If your language version of Windows Vista is not English, French, German, Japanese, or Spanish (traditional), you can install the package of the version independent languages.

    Windows Vista, package five language standalone 32-bit versions for English, French, German, Japanese, or Spanish (traditional)

    Collapse this includes this image

    Download the package Windows Vista Service Pack 1 five language standalone (KB936330) now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=B0C7136D-5EBB-413B-89C9-CB3D06D12674)

    Windows Vista, package version independent all languages versions 32 bits for all supported Windows Vista languages

    Collapse this includes this image

    Download the package Windows Vista Service Pack 1 all language standalone (KB936330) now. (http://www.microsoft.com/downloads/details.aspx?familyid=F559842A-9C9B-4579-B64A-09146A0BA746)

    Windows Vista, package five language standalone versions 64 bits for English, French, German, Japanese, or Spanish (traditional)

    Collapse this includes this image

    Download the Windows Vista Service Pack 1 five language standalone for x 64-based Systems (KB936330) package now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=874A414B-32B2-41CC-BD8B-D71EDA5EC07C)

    Windows Vista, package version independent all languages versions 64 bits for all supported Windows Vista languages

    Collapse this includes this image

    Download the Windows Vista Service Pack 1 all language standalone for x 64-based Systems (KB936330) package now. (http://www.microsoft.com/downloads/details.aspx?FamilyID=86d267bd-dfcd-47cf-aa76-dc0626dcdf10)

    For more information about how to download Microsoft support files, click the number below to view the article in the Microsoft Knowledge Base:

    119591 (http://support.microsoft.com/kb/119591/) how to obtain Microsoft support files from online services

    Microsoft scanned this file for the virus. Microsoft used the most current virus detection software that was available on the date that the file was posted. The file is stored on secure servers that prevent any unauthorized in the file changes.

    For more information about what is fixed in Windows Vista Service Pack 1, click the number below to view the article in the Microsoft Knowledge Base:

    959064 (http://support.microsoft.com/kb/959064/) Microsoft Windows Vista Service Pack 1 (SP 1) frequently asked Questions

    For more information about a problem that may occur when you use this method, click on the number below to view the article in the Microsoft Knowledge Base:

    948343 (http://support.microsoft.com/kb/948343/) Windows Vista Service Pack 1 is not available for installation from Windows Update and is not offered by automatic updates

    Service current pack for Windows Vista is Service Pack 2.

    Thank you for using answers Forum. Please let us know how it works.

    Joseph
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Installation of SQL Server Management StudioExpress

    I try to install SQL Server Management Studio Express a module of MS SQL Server 2005 on a Windows 7 operating system. But I'm a guest of failure error saying that the program could not be installed because of an existing program. Can you please advise on what to do.

    Hello

    Your question is beyond the scope of these forums.

    Please ask this question in the following forums.

    Category of the SQL Server:

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

    Concerning

  • ORA-06502: PL/SQL: digital or value error: character string buffer too small in the functions

    Hi all

    FUNCTION to CREATE or REPLACE fnc_two (p_in_job IN VARCHAR2)

    RETURN VARCHAR2

    AS

    CUR CURSOR

    IS

    SELECT ename

    WCP

    WHERE job = p_in_job;

    v_first_name emp.ename%TYPE;

    BEGIN

    FOR my heart IN rec

    LOOP

    IF v_first_name IS NULL

    THEN

    v_first_name: = rec.ename;

    ON THE OTHER

    v_first_name: = v_first_name | ',' || Rec.Ename;

    END IF;

    END LOOP;

    RETURN v_first_name;

    END;

    SQL > SELECT fnc_two ('CLERK')

    2 FROM dual;

    SELECT fnc_two ('CLERK')

    *

    ERROR on line 1:

    ORA-06502: PL/SQL: digital or value error: character string buffer too small

    ORA-06512: at the 'APPS '. FNC_TWO', line 17

    SQL > select distinct work of emp

    2.

    JOB

    ---------

    CLERK

    SELLER

    PRESIDENT

    MANAGER

    ANALYST

    v_first_name: = v_first_name | ',' || Rec.Ename;

    The above statement is the original error. The value has been assinged to v_first_name is larger than the computer can handle.

    Increase the size of the variable v_first_name to avoid the error example

    v_first_name varchar2 (100);

  • SQL exception while stretching, error object standard display - oracle.apps.per.selfservice.deployperson.PositionLovVO

    Hello

    SQL exception while stretching, error object standard display - oracle.apps.per.selfservice.deployperson.PositionLovVO

    When I extend the standard above mentioned display object, with a substituted view object, the region of lov throws a sql error.
    I just added an extra column in the viewobject.
    I also tried to extend the view object without adding additional columns to the query of the view object, and it always up with the exception of sql.

    I've provided steps to reporduce and test cases.

    Thank you
    Kind regards
    B.Sethuram

    Error Extension of VO - steps to reproduce

    Original view object

    Name: PositionLovVO

    Path: Oracle.apps.per.selfservice.deployperson.Server

    Request: SELECT pos.position_id position_id

    business_group_id

    date_effective

    date_end

    name postl.name

    job_id

    organization_id

    NULL effective_date

    status

    effective_start_date

    effective_end_date

    availability_status_id

    OF hr_all_positions_f pos

    hr_all_positions_f_tl postl

    Where pos.position_id = postl.position_id (+)

    AND postl.language (+) = userenv ('LANG')

    Question: The Expression of the columns of the query appears as undesirable in the XML object view and see the code «SQL...» "in VO Assistant.

    Extended view object

    Nom : XxhrPositionLovVO

    Path: xxhr. Oracle.apps.per.selfservice.deployperson.Server

    Query:

    SELECT POS.POSITION_ID position_id

    business_group_id

    date_effective

    date_end

    name postl.name

    job_id

    organization_id

    NULL effective_date

    status

    effective_start_date

    effective_end_date

    availability_status_id

    , pos.attribute5 - newly added column

    OF hr_all_positions_f pos

    hr_all_positions_f_tl postl

    where pos.position_id = postl.position_id (+)

    AND postl.language (+) = userenv ('LANG')

    A substitution JPX

    Navigation: Self - Service Manager-> GTA

    Select any employee

    Click on continue

    Click on the name of post lov

    The first time when you click on the "Go" button works as expected.

    Second time when you click on the button go-error.

    Exception details:

    Details of the exception.

    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: 27122 Houston: SQL error in the preparation of the statement.  Statement: SELECT * FROM (SELECT pos.position_id position_id, business_group_id, date_effective, date_end, postl.name name, job_id, organization_id, NULL, effective_date, status, effective_start_date, effective_end_date, availability_status_id, attribute5 FROM hr_all_positions_f pos, postl hr_all_positions_f_tl where pos.position_id = postl.position_id (+) AND postl.language (+) = QRSLT WHERE userenv ('LANG')) (business_group_id = : 1 and (to_date (: 2 "RRRR/MM/DD') between effective_start_date and effective_end_date) and organization_id =: 3 and job_id =: 4 and (status is NULL or status = 'VALID') and availability_status_id in (select shared_type_id from the PER_SHARED_TYPES where lookup_type = 'POSITION_AVAILABILITY_STATUS' and system_type_cd = 'ACTIVE') and DECODE (HR_SECURITY. VIEW_ALL, 'Y', 'TRUE', HR_SECURITY. SHOW_RECORD ('PER_ALL_POSITIONS', POSITION_ID)) = 'TRUE' and DECODE (HR_SECURITY. VIEW_ALL, 'Y', 'TRUE', HR_SECURITY. (SHOW_RECORD ('HR_ALL_ORGANIZATION_UNITS', ORGANIZATION_ID)) = 'TRUE' AND (UPPER as UPPER(:5) (NAME) AND (NAME as: like 6 OR NAME: 7 OR similar NAME: 8 OR similar NAME: 9))) ORDER BY name

    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)

    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:3000)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1884)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    # # 0 in detail

    1. java.sql.SQLException: invalid column type

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:8516)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8034)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8767)

    at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:8748)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:11907)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:815)

    at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3966)

    at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)

    at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:14008)

    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)

    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)

    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3754)

    at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection (unknown Source)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)

    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)

    at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)

    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3674)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:439)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.initQuery(OAViewObjectImpl.java:743)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(OAWebBeanHelper.java:2342)

    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processFormRequestAfterController(OAListOfValuesHelper.java:1584)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:859)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385)

    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processFormRequest(OAListOfValuesHelper.java:1490)

    at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processFormRequest(OAListOfValuesBean.java:423)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1039)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1005)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:860)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385)

    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)

    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2996)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1884)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    1. java.sql.SQLException: invalid column type

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:8516)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8034)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8767)

    at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:8748)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:11907)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:815)

    at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3966)

    at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)

    at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:14008)

    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)

    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)

    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3754)

    at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection (unknown Source)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)

    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)

    at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)

    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3674)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:439)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.initQuery(OAViewObjectImpl.java:743)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(OAWebBeanHelper.java:2342)

    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processFormRequestAfterController(OAListOfValuesHelper.java:1584)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:859)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385)

    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processFormRequest(OAListOfValuesHelper.java:1490)

    at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processFormRequest(OAListOfValuesBean.java:423)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1039)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1005)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:860)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385)

    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)

    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2996)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1884)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    End of the document

    Hello

    Try changing the style of binding of VO extended to positional Oracle.

    BR, 906099

  • Could not open file mdf in Microsoft SQL Server Management Studio Express 2005

    I had Microsoft SQL Server Express 2005 already installed. I just installed the Microsoft SQL Server Management Studio Express 2005 and tried to open my mdf file. I get an error message that says:

    There is no editor available for ' C:\Inetpub\wwwroot\intran et\app_dat a\intranet .mdf).

    Make sure the application for the type of file (.mdf) is installed.

    I did something wrong? I just clicked through the default values in the Management Studio Express installation.

    How can I get it work?

    1. Log in to SQL Server Management Studio.
    2. Navigate to the database that you want to restore.
    3. Right click > tasks > restore > database.
    4. Once on the general tab select "from device" for the source of food, and then access the .bak file that you are restoring.
    5. Check that the Destination for restore is set to the correct database.
    6. Select the Options tab.
    7. Check "Overwrite existing of database (to be REPLACED)"
    8. Click OK
    9. If she is unable to help you, then you can use software professinal for sql databases crashed https://repairsql.recoverytoolbox.com/ Recovery Toolbox for SQL Server
  • Gauge Power Manager: An error occurred when loading Resource Dll

    Just installed windows 10. A dialog window opens immediately after the opening session, saying: gauge of Power Manager: "an error occurred loading resource dll. Power Manager pilot was updated using the System Update and Windows Update. Windows seems to work very well after closing the dialog box.

    Event log:

    The failing application name: rundll32.exe_PWMTR64V.dll, version: 10.0.10240.16384, time stamp: 0x559f39d6

    The failed module name: IMM32.dll_unloaded, version: 10.0.10240.16384, time stamp: 0x559f3b64

    Exception code: 0xc000041d

    Offset: 0x0000000000004c70

    ID of the process failed: 0x17bc

    Start time of application vulnerabilities: 0x01d0cc1e64ae9c62

    The failing application path: C:\WINDOWS\system32\rundll32.exe

    Path of the failing module: IMM32.dll

    Report ID: dc5d2634-1815-4621-9b48-fdd9d21c8ba8

    Faulting full name of the package:

    ID of the failed package-parent application:

    Solved. The error comes from the task by Lenovo power parameters. By disabling the task in the Task Scheduler, the error disappeared.

    This does not affect the function of parameters of Lenovo, just put a little slow to load power information.

  • How to export a .sql file, I created from Oracle Application Express of SQL Server Management 2012?

    Hello

    I was wondering if you could help me.

    I'm trying to find out how to export a .sql file, I created from Oracle Application Express of SQL Server Management 2012? I'm not very technical, but it seems that the Oracle code does not work with SQL Management Studio when I drag the file inside.

    I need the database Oracle express and its data to enter in SQL Management Studio, so any help would be much appreciated!

    Thank you.

    Hello

    Your question is beyond the scope of this community.

    Please repost your question in the SQL Server TechNet Forums.

    https://social.technet.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

    See you soon.

Maybe you are looking for

  • The use of multiple monitors

    I have a MacBook end 2011 13 "model of Base. I plan to install 8 GB of RAM and use two monitors (one left) and the other on the right side of my MacBook. My question is this... Should what cables and ports I use? Thank you

  • Satellite P100 - Intel T7200 VT disabled by BIOS

    I have a Toshiba P100 equipped of an Intel T7200 I know ([http://processorfinder.intel.com/details.aspx?sSpec=SL9SL]) supported hardware for virtualization.The problem: no setting in the BIOS to enable it. Screenshots: So what's the problem, toshiba

  • Lenovo Y580 material limits

    I have a Lenovo Y580 and I had a few questions about the physical limits, since they are not where under the technical specifications of the laptop (unless I'm wrong or overlooking something). First of all, I want to know if I'm allowed to upgrade th

  • T400 Windows 7 64 bit install

    I currently have windows 7 32 bit installed and you want to install 64-bit. Laptop does not start in the installation disk and restarts in windows. Boot order is set to cd/dvd-rom and I checked with a disc of windows 7 32 bit and that we will start i

  • Get alerts for the security of Vista but I have Webroot Security installed

    How can I disable the optional protection of the security of Vista? * original title - I have Webroot security. Please stop with the endless pop-ups telling me that my computer is infectees.*