Row from the top by gvoc wise with all the other information...

row from the top of the cover page... .with all the information

There are:

CLM gvoc do
BMW CACM 101
Fiat 102 CACM
CACM 103 ford
Fiat mc 202
203 mc ford
BMW mc 201



Mandatory:
CLM gvoc do
BMW CACM 101
Fiat mc 202
with t_data as
(
     select 101 as col1, 'mcac' as col2, 'bmw' as col3, sysdate as col4 from dual union all
     select 102, 'mcac', 'fiat',sysdate + 1  from dual union all
     select 103, 'mcac', 'ford', sysdate + 2  from dual union all
     select 202, 'mc', 'fiat',sysdate  from dual union all
     select 203, 'mc', 'ford',sysdate + 1  from dual union all
     select 201, 'mc', 'bmw',sysdate + 2  from dual
)
SELECT
     col1,
     col2,
     col3
FROM
     (
          SELECT
               t.*,
               row_number() over (partition BY col2 order by col4 ASC) rn
          FROM
               t_data t
     )
WHERE
     rn =1
order by 1;

COL1                   COL2 COL3
---------------------- ---- ----
101                    mcac bmw
202                    mc   fiat 

Tags: Database

Similar Questions

  • I try to install vista on my laptop but a letter of the key is not visible, all the other parts are very well including the serial code, is there another way to get the key of the other information?

    Taché product key

    Hello

    I try to install vista on my laptop but a letter of the key is not visible, all the other parts are very well including the serial code, is there another way to get the key of the other information? The laptop currently has non-OS I've tried to reinstall.

    Thank you

    Scott

    Product keys are bit-agnostic - they don't care if it's 32-bit or 64-bit.

    However, cannot legally use the recovery disk from one computer to a different constructor machine - as other licenses are not properly paid..

    There is nothing nonetheless to try all possible variations on the absence of character (there are only 25, after all the )

    Other than that, your best option is to contact the manufacturer and order a set of recovery disc for the machine. I do no download available for Vista with SP2 - but you can download Vista with SP1 and create the disc.

    http://www.heidoc.NET/Joomla/technology-science/Microsoft/57-Windows-Vista-direct-download-links

  • Update lines with the info from the other rows in the same Table.

    I'm trying to update the lines with the information of the same table. The table is loaded with information from a report that runs and there must be a new entry every month, but I would like to bring some of the info from the last month. This statement below works but updates all rows in the new load table and in my test case, I only did a few game only like 5 files need to get updates. It is an example of what I'm trying to do. If I add this (C2. COL_INVC_ID = C1. COL_INVC_ID) until the last "* where *" statement get an invalid identifier for 'C2 '. COL_INVC_ID ". So what I'm doing wrong here? How can I update only the lines where also in recent months run?

    Thanks in advance for any help!

    ------------
    Update OpenIssues OI1
    Together (OI1. NUM, OI1. Status, OI1. Code, OI1. LastModifiedDate) =
    (Select ios2. NUM, ios2. Status, ios2. Code, ios2. LastModifiedDate
    Of OpenIssues ios2
    Where OI2.num = OI1.num and ios2. TableLoadDate = TO_DATE (January 31, 2012 00:00:00 ',' ' the HH24: MI: SS DD/MM/YYYY)
    )
    Where and OI1. TableLoadDate = TO_DATE (February 29, 2012 00:00:00 ',' ' the HH24: MI: SS DD/MM/YYYY)
    ------------


    SQLMe

    As Frank suggested merger is much effective here, go...

      create table  temp
    as(
    select 1 eno, 1 amt , sysdate load_date from dual union all
    select 1 eno, 2 amt , add_months(sysdate,1) load_date from dual union all
    select 2 eno, 1 amt , sysdate load_date from dual union all
    select 2 eno, 2 amt , add_months(sysdate,1) load_date from dual
    );
    
    merge into temp t
    using (select eno, amt, load_date
             from temp
            where trunc(Load_Date) = TO_DATE('05/30/2012', 'MM/DD/YYYY')) s
    on ((s.eno = t.eno) and trunc(t.Load_Date) = TO_DATE('06/30/2012', 'MM/DD/YYYY'))
    when matched then
      update set t.amt = s.amt;
    commit;
    
    select * from temp;
    
  • LOV in richeTableau resets the value after the deletion of rows from the table

    Hello. I'm on 11g R2

    I have a table with columns in the box and a button in the toolbar that removes the lines checked

    I have build it based on the following article in her string code

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html


    When I run the "delete" button I execute the following code (taken as is article)


    public void deleteSelectedRows() {}

    create a second line, the value do not affect all lines

    used in ADF

    Set of rows duplicateRowSet = this.createRowSet ("duplicateRowSet");

    first row to avoid "the attempt to access the value of lines."

    exception line was dead.

    duplicateRowSet.first ();

    retrieve the current row of the table for after

    re-running the VO

    Line currentRow = this.getCurrentRow ();

    Boolean currentRowDeleted = false;

    get all rows that have the transoent attribute

    "MarkForDelete' set to true

    Row [] rowsToDelete =

    duplicateRowSet.getFilteredRows ("MarkedForDelete", true);

    If (rowsToDelete.length > 0) {}

    run only throizgh this code, if there is something to

    delete

    for (line rw: rowsToDelete) {}

    If the row is marked as the current in VO, ts value

    Boolean flag

    If (rw.getKey () .equals (currentRow.getKey ())) {}

    currentRowDeleted = true;

    }

    remove the line - do not yet commit

    RW. Remove();

    }

    rerun VO

    this.executeQuery ();

    reset the current line if it has not been removed

    If (! currentRowDeleted) {}

    this.setCurrentRow (currentRow);

    }

    duplicateRowSet.closeRowSet ();

    }

    }

    "MarkedForDelete" is a transient attribute used to mark the line delete

    The lines are removed very well.

    The problem is with lines that I do not delete.

    For example I LOV column. I chose the value LOV in a few lines, and after that choose to delete several lines (not the same lines where I modified the LOV) but some other lines.

    After I click "delete", the lines that I marked to remove deleted indeed, but the value of the LOV in other rows (I have not scored for delete) are disabled.

    How to preserve value LOV so it will remain also after I deleted some lines?

    P.S. I've tried autosubmit = "true" - it did not help

    It is expected because I see that you rerun the query.

    Once you re - run, it retrieves from the database again. Thus, your values are lost because they are not posted.

    I don't think that run query is necessary, try to have a programmatic part trigger on the table after you remove all of the lines.

    Thank you

    Alisson.

  • Rows from the outer Table shows only not all data.

    Hello

    I have a line to 80 characters that I import in an external table.

    80% imports fine line data, but some lines are cut.

    The bytes in the file are as follows.
    ABCABC2334 0000001000010000001000000001 000000 00001C A002

    Bytes in an external table.
    ABCABC2334 0000001000010000001000000001 000000 A002

    The bytes in the row of the outer table stop somewhere at the end of 000000 and the 00001C is cut.

    What build be the cause of this?

    I am able to read the characters at the beginning and towards the end of the record of 80-character line.

    The external file below performs the following operations.
    ABCABC2334 0000001000010000001000000001 000000 01B A002

    I can even make a definition of the external table (c1 char (1), c2 char (1),... c80 (1) tank and all the characters see fine in the specified columns.)

    Here is the last definition of the external table. The "middle" column still shows this behavior. Basically, it is in the file and can be seen with every character in the definined line, but not as a group of characters.

    DB CHARACTERSET WEBISO8859P1

    CREATE TABLE EXT_PROJ_1
    (
    Field1 tank (6 BYTES),
    Field2 float (4 BYTES),
    medium (67 BYTES)
    field3 tank (3 bytes),
    CR tank (2 bytes)
    )
    EXTERNAL ORGANIZATION
    (TYPE ORACLE_LOADER
    THE DEFAULT DIRECTORY EXP_DIR
    ACCESS SETTINGS
    (
    RECORDS delimited by '\r\n '.
    FIELDS (field1, position(1:6),
    position(7:10) Field2.
    average position(11:77)
    field3 position(78:80).
    CR position(81:82)
    )
    )
    LOCATION (EXP_DIR: 'ext_proj_1.txt')
    )
    REJECT THE LIMIT 1
    noPARALLEL
    NOMONITORING;

    Published by: 917320 on March 13, 2012 09:07

    Looking at your table definition:

    field1 char(6 BYTE),
    field2 char(4 BYTE),
    middle char(67 BYTE),
    field3 char(3 byte),
    cr char(2 byte)
    

    column in which you will store a string of 80 bytes?

    BTW: You said "import into an external table." You import FROM an external table or EXPORT to an external table?

  • Delete zero of the rows from the data source target

    Hi all

    We have an ODI interface that loads data directly on a DB2/400 data source into an Essbase cube. The routine uses a SQL Server staging area. We are summarizing the source data and transforming before members of the load in Essbase. It is version 10.1.3.5.5 ODI.

    We would like to remove the zero lines created after the sum. Is it possible to do so within the same interface? We understood that we could accomplish this by dividing the interface into 2 parts: 1) load the source data in the staging area and 2) load data from the staging area into the target. We wonder if we can take advantage of the existing interface and somehow add a filter to the target data source.

    Thanks for your help,
    O

    "I pull out the filter on a column in the data source and then put the content of the declarations AMOUNT and CASE in there?"-Yes. Deepak may be just fine. Is it JDE G/L, a/c balance treatment?

  • I'm trying to migrate from Windows 2000 to Windows XP, with all updates.

    original title: sharing fails file of Windows XP Home edition

    I'm trying to migrate from W2K to Windows XP Home edition (Pro/SP3 with all current updates from today ' hui).  My network has several computers with the help of a working group.  I noticed that WXP defines what is called "Simple file sharing" (SFS) that did not exist in W2K.  However, I think that my W2K installation was equivalent to what we call SFS.  What I shared with readers and only granted the permission reading for everyone.  My migration technique involves the use of multiple bootable media to create the Windows XP Home edition system without changing anything on W2K systems.  The I want to share files on separate partitions of the system drive / start / we.  These data partitions are the same drive letters on all systems.  Sharing works as expected in all cases, except that the new system of Windows XP Home edition won't file to other systems (clients).  All client systems receive the same result which is a message access denied as follows:

    \\computer_name\share_name is not accessible.  You might not have permission to use this network resource.  ...

    Not enough server storage is available to process this command.

    On the new system that is unable to use the files, the event log contains a message that says the following:

    The "irpstacksize" server configuration setting is not enough for the server to use a local device.  Please increase the value of this parameter.

    I found a number of items on this site about IRPStackSize.  An inspection of all computers reveals this registry key is not set on any of my systems.  This includes the W2K running on the same computer systems that are capable of serving the same files that fail on Windows XP Home edition, with no problems.  Any of those articles gives no justification for what is an appropriate use for the IRPStackSize value.  Moreover, some articles describe a situation where arbitrarily increase the size works for a short period, but does not seem to be a sustainable solution.  In addition, there is a range of valid values, and some articles describe that max is achieved without solving the problem.

    Therefore, I am skeptical about the idea that there is a real solution.  Can anyone provide an explanation on why specifying a key IRPStackSize is going to help (or not)?  If Yes, what is the right value?

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will provide the support you want.

    http://TechNet.Microsoft.com/en-us/ms772425

    Hope this information is useful.

  • missing parenthesis in insertion into separate lines select the table from the other table

    Hello

    could you help me with the following question?

    I have the following tables

    CREATE TABLE table1)

    ID varchar (12),

    col2 varchar (10),

    COL3 varchar (10),

    level varchar (10))

    CREATE TABLE table2)

    Id2 varchar (12)

    A varchar (10),

    B number (1)

    CONSTRAINT PRIMARY KEY PK (ID2, is));

    INSERT INTO table2 (ID2, A, B) SELECT ID, col2

    MAX (CASE WHEN level = "level 1" then 1

    level = 'level 2' then 2

    Level = 3 then 'niveau3') as colIN3)

    FROM table1 GROUP BY ID2, a.;

    the first table have duplicates as follows:

    Id2 COL2 COL3 level

    A1 pepe football level1

    A1 pepe football level2

    A1 pepe football level1

    A1 pepe basket level2

    A1 pepe pingpong level3

    the output should be selected with unique key (ID2, col3) lines and the level must be the greatest.

    Id2 COL2 COL3 level

    A1 pepe football level2

    A1 pepe basket level2

    A1 pepe pingpong level3

    The output of the script tells me the following messages:

    -lack of right parenthesis referring to the max function.

    Thanks adavance.

    Kind regards

    Hello

    Remember the ABC's of the GROUP BY:

    When you use a GROUP BY clause or in an aggregate function, then all in the SELECT clause must be:

    (A) a ggregate function,

    (B) one of the expressions "group By."

    (C) adding to C, or

    (D) something that Depends on the foregoing.  (For example, if you "GROUP BY TRUNC (dt)", you can SELECT "TO_CHAR (TRUNC (dt), 'Mon - DD')").

    To ask him, there are 5 columns in the SELECT clause.  The last one is a function MAX (...); It is an aggregate, is not serious.

    The first 2 columns are also named in the GROUP BY clause, so that they are well.

    The other 2 columns, country and internal_Id do not match any of the above categories.  These 2 columns cause the error.

    There are many ways to avoid this error, each producing different results.  You could

    • remove these 2 columns in the SELECT clause
    • Add these 2 columns in the GROUP BY clause
    • use the aggregation such as MIN, 2-column functions
    • remove the country from the SELECT clause and add internal_id to the GROUP BY clause
    • remove the internal_id from the SELECT clause, and add countries to the GROUP BY clause
    • ...

    What are the results you want?

    Whenever you have a question, please post a small example of data (CREATE TABLE and INSERT statements) for all the tables involved, so people who want to help you can recreate the problem and test their ideas.  Also post the results you want from this data, as well as an explanation of how you get these results from these data.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: https://forums.oracle.com/message/9362002

  • Fade between two pages & MC from the other control.

    Let me see if I can explain it properly. I usually use a motion tween and the alpha channel to fade video clips or rear. What I'm currently doing is a bland page out and the other, but it could be one of the several MCs I have essentially four "pages" for a Web site, including the services, portfolio, about and contact. I have icons in my navigation bar (which will be imported into my XHTML separately, so it can float their depending on the size of the users window). The icons need to navigate between pages and pages should fade in and out (eg. melted in the MC Services when the services icon is clicked and melted out of it and in the MC of portfolio when the user clicks on the icon portfolio). Please keep in mind that the icons and pages are in completely different fichiers.fla/.swf because I could not understand how them float in Flash after several hours of searching around online, but know I can do it easily using div + CSS in XHTML tags.

    If someone could explain how quickly "gotoandplay" a label in a file different .swf (communicate between the NavBar .swf and my main .swf) and fade out of the current MC (regardless of the page the user is currently using) before disappearing into the new page (according to the user clicks on the icon of the tool), I'm sure I could "fill in the blanks" of the rest of the AS3 and Flash I already know. The page must also melted off the page everything that there is currently on when the user click on the Hide button (located on the page in the main .swf file). There are also several sub-pages on each page (which shouldn't be a big problem if I understand the rest of this point).

    I'll use this same concept for almost all of the websites I design & develop in the future and really need to know how to do this for the current site, I'm trying. I would greatly appreciate suggestions on how to accomplish these two things.

    PS Please keep in mind, I'm not an expert in AS3, but am very computer savy and have done my share of programming in the past. I looked around for hours in line to try and fill it without using the forum, but concocted with dead links tutorials and short answers left and right. I hope I don't fall on the same thing here.

    From what I've read so far, I think I can use Tween in ActionScript instead of a motion on the timeline Tween to fade in and out of clips and think that this is the method to use to accomplish what I am trying to do. Correct me if I'm wrong well.

    You can use the LocalConnection class to communicate between different files in the web page.  For more information just Google 'AS3 LocalConnection' or search for it in the help documentation.

    For interpolation, you can use Actionscript.  AS3 has the Tween class integrated, but for control and better performance, most people will recommend you go Third party and use TweenLite (or TweenMax for a tween that is more complex than what you explained).

  • Two USB6008 on different hubs - how to tell one from the other

    My PC supports two instruments where each instrument is made of a hub, an acquisition of data USB6008 and an another mfg DAQ. The two hubs connect to two USB ports respective on the PC.

    I have code that traverses the tree of USB and concludes each hub and then searches each device in turn. This allows me to 'pair' two USB devices on a per-hub basis. Even though I have the USB tree info, I don't know the name of the device (e.g. Dev1) of just the info from the USB, so I'm not able to explicitly open the unit. Is it possible, I can open a device based on its USB hub/port location? It seems that all the open calls require the name of the device.

    Thanks for all the ideas.

    Mitch

    Read the serial number of the data acquisition.  You should then be able to find the name.  Perhaps change the names of /dev1 to something more descriptive when you set in MAX.

  • Financilal reports - display of members from the other members of the Dimension

    Hi all

    We can view the members as a Sun based on the selection of the members in the other Sun... these dim 2 isn't in line/col...


    We hav scenario = real, budget

    If the user selects real, we need to display all the members in time Sun;

    and if the user selects the budget we need to display limited to members;

    How can achieve us.

    Thanks in advance

    Anuradha

    Hi Alexander,.

    Conditional removal works to restrict members to display in the grid-line/grid-column/grid-page

    A single user selection POV can never be limited to a selection on the other userPOV.

    In user POV, you can still see all the members of the scenario and the time dimension, you have access to...

    Maybe if you put your scenario dimension to dimension POV and time user to page and then using the conditional removal you will be able to achieve the same thing.

    I hope this helps.

    Kind regards
    Rahul

  • filtering rows from the tables

    We have about a 10 tables where specific information must be filtered from users with access select backend based on about 5 unique id (in the same column).

    This must be done for users with back-end access only.

    I have some experience with MEV for use in column-masking. I thought this may be helpful here as well but - my concerns are around the possible performance implications.

    Filtering is not necessary for the job but real application process - they are still going to be run the vpd function to determine if they want to add the additional predicate whenever they perform. I don't know if it will be a performance problem or - if there is a better way to do it.

    Has anyone experience with MEV in that capacity or - have other suggestions around lines matching the (transparent) tables for users who have access via the backend of the application?

    wtlshiers wrote:
    I was hoping to create a political function that is not "query" to the determining factor around adding the predicate each time. That's where I think that the context of enforcement would be used.

    What do you mean by "application" in this context? The political function must determine the predicate to apply. Of course, this predicate could code be hardcoded in the political function, i.e.

    CREATE OR REPLACE FUNCTION my_policy_function(p_owner IN VARCHAR2, p_object_name IN VARCHAR2)
      RETURN VARCHAR2 AS
    BEGIN
      IF( user = 'SHARED_APPLICATION_ID' )
      THEN
        RETURN '1=1';
      ELSIF( user = 'BOB_FROM_ACCOUNTING' )
      THEN
        RETURN 'group_id NOT IN (1,2,3)'; -- Bob can see everything other than group_id's 1, 2, or 3
      ELSIF( user = 'SHARON_FROM_FACILITIES' )
      THEN
        RETURN 'group_id = 4'; -- Sharon can only see group_id 4
      END IF;
    
      -- If we don't know about you, deny access
      RETURN '1=0';
    END my_policy_function;
    

    Normally, however, you want to have some sort of mapping table of users to the groups to which they have access in order to simplify the predicate, i.e.

    CREATE OR REPLACE FUNCTION my_policy_function(p_owner IN VARCHAR2, p_object_name IN VARCHAR2)
      RETURN VARCHAR2 AS
    BEGIN
      RETURN 'group_id IN (SELECT u2g.group_id FROM user_to_group_mapping u2g WHERE u2g.username = USER)';
    END my_policy_function;
    

    You can use something in the context of the session value rather than the call to the USER run when you configure the predicate, but I'm not sure it's necessary complexity account required to your needs.

    In this case - when a user connects to the database - if they are a user who shouldn't be able to see the specific tables group id - I would fix the system as a result of this user context.

    Then - in the political function - I would use the sys context function to determine whether the predicate should be added or not (include/exclude as appropriate).

    If you want to use a user-defined context, you could, of course, do something like this to prevent users to access sensitive groups if their IS_ALLOWED attribute is not set to "Y". I have

    CREATE OR REPLACE FUNCTION my_policy_function(p_owner IN VARCHAR2, p_object_name IN VARCHAR2)
      RETURN VARCHAR2 AS
    BEGIN
      IF( sys_context( 'MY_CONTEXT', 'IS_ALLOWED' ) = 'Y' )
      THEN
        RETURN '1=1';
      ELSE
        RETURN 'group_id NOT IN (1,2,3,4,5)'; -- Groups 1-5 are sensitive
      END IF;
    END my_policy_function;
    

    l is simply not obvious to me that it is beneficial in your case where everything is based on the Oracle user name. You can certainly create a context and fill in this context in a logon trigger, but now you have created a context and a logon trigger, and the solution is not as flexible as the table-based approach. In addition you have the coded group_id hard which makes it less likely that someone is going to notice the changes required when group_id are added in the future.

    Justin

  • How to migrate from windows 2003 to windows 2008 with all the work of GPO active directory, DNS, without problem?

    Hello...

    I have a problem with windows 2003 to windows 2008 migration. I have try several round of flyway of google and youtube, but he is still fail.
    in the first,.
    I have HP Proliant server with windows server 2003. So I restore the backup to a different server HP Proliant wih same hardware specification. I've been back up the System State and the drive C with NTBackup. After I restored on HP Proliant, that I want to migrate, the DNS server is timeout request and the client cannot join domain. I was surprised, because the backup and the material is the same, but it can work as well as the original server.
    in the second case,
    I have windows server 2003 in HP Proliant server and it works well. I'm doing a replication on this server to another windows 2003 server in an another HP Proliant and works of good replication (another user can join the domain). After, I have installed windows server 2008 to another PC and make the replication of the duplication of windows 2003. And this success to replicate, but not on the DNS (DNS query time-out).
    I have the despair to try migrating Windows 2003 and 2008 because he is still fail in DNS. Another way to migrate to Windows 2003 and 2008 with DNS, AD and GPO work?

    Hello

    The question you posted would be better suited to the TechNet forum where IT professional will deal with your question.

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

  • Fonts of different weights for some rows from the table in a tableView

    Hi all

    I need to add a summary in a TableView row to calculate the sum of all values above this line. For each line, I have an object called KostenDTO.

    class SummCurrencyTableCellFactory implements Callback, TableCell> {

         private NumberFormat numFormat = null;

         public SummCurrencyTableCellFactory(NumberFormat numFormat) {

              this.numFormat = numFormat;

         }

         @Override public TableCell call(TableColumn param) {

              TableCell cell = new TableCell() {

                   @Override public void updateItem(final Float item, boolean empty) {

                   if (item != null) {

                        setText(numFormat.format(item));

                        setStyle("  -fx-alignment: CENTER-RIGHT;");

                        if (item < 0.0) {

                             this.setTextFill(Color.RED);

                        } else {

                             this.setTextFill(Color.BLACK);

                        }

                  } else {

                        setText("");

                  }

              }

         };

         return cell;

        }

      };


    How can I change the font to bold amount-line?

    Thanks and regards Tim

    You can do

      String fontWeight ;
      if (getIndex() == getTableColumn().getTableView().getItems().size()-1) {
      fontWeight = "-fx-font-weight: bold;";
      } else {
      fontWeight = "-fx-font-weight: normal;";
      }
      setStyle("-fx-alignment: CENTER-RIGHT;\n" + fontWeight);
    

    in the updateItem method (...), assuming that the line of the somme is the last line of the table.

  • Delete rows from the table

    Hello

    10G

    A custom table is to have 5000 documents, I need to have everything 100 records in the table and delete the rest of them.
    could you suggest...

    Thank you
    Tim
    delete table_name where rowid not in (select rowid from table_name where rownum <101);
    

Maybe you are looking for

  • Satellite L300 - driver Open Webcam fail. Restart the computer or the camera

    Hello I recently bought a new Satellite L300 under Windows Vista Home Premium SP1. The Webcam worked fine for a few days and then the next time I booted up Vista, I get the following error "Webcam driver open fail, please restart camera or computer.

  • Several Ocean Optics HR2000 + spectrometers

    Hi all I'm under LabView 2011 SP1 on a PC running Windows 7 32 bit. I have three OO HR2000 + spectrometer (UV, VIS, DVN) that I am trying to run through LabView. I managed to get a spectrum of continuous waveform upward and the race for a spectromete

  • Redirected page 'Protect your kids with parental controls' when you try to sign in to Family Safety

    I'm able to access my security account for the family to manage the accounts of my children.  I keep getting redirected to the page of 'your kids with parental controls Protection. "  What happened, and what should I do about it?

  • How can I disable the automatic updates?

    Automatic updatesI can't turn off the automatic update option. It only happened in the last three days. Before that, I used the "warn when updates are available as an option, but it is no longer available.

  • Volume has fallen and it can't get up.

    I have a HP Pavilion G6 Notebook Windows 7 Home Premium 64-bit.  While listening to a You Tube Video, volume has fallen sharply.  It always shows 100% flying, but is certainly not at this level, and I can't seem to get up to.  We can hardly hear it.