How to check if the deduplication works correctly

Hi all
I understand that deduplication securefile is for the same column. Suppose if I have 2 identical data in a column, say one, with the size of 4000 bytes, the deduplication makes stores only 4000 bytes instead of 8 000 bytes table. From sqlplus, how can I check if this particular column takes only space to 4000 bytes instead of 8000?

Kind regards
Val

Valerie Debonair wrote:

How can I check if this particular column takes only space to 4000 bytes instead of 8000?

You can't exactly check without looking at the discharge of the LOB segment. It is easier to just check LOG segment does not increase when you insert the same LOB values:

SQL> DROP TABLE T1
  2  /

Table dropped.

SQL> CREATE TABLE t1(
  2                  C CLOB
  3                 )
  4    LOB(C) STORE AS SECUREFILE
  5  /

Table created.

SQL> SELECT  SEGMENT_NAME
  2    FROM  USER_LOBS
  3    WHERE TABLE_NAME = 'T1'
  4      AND COLUMN_NAME = 'C'
  5  /

SEGMENT_NAME
------------------------------
SYS_LOB0000077372C00001$$

SQL> INSERT
  2    INTO T1
  3    SELECT  LPAD('A',10000,'A')
  4      FROM  DUAL
  5  /

1 row created.

SQL> COMMIT
  2  /

Commit complete.

SQL> SELECT  BYTES
  2    FROM  USER_SEGMENTS
  3    WHERE SEGMENT_NAME = 'SYS_LOB0000077372C00001$$'
  4  /

     BYTES
----------
   1245184

SQL> INSERT
  2    INTO T1
  3    SELECT  LPAD('A',10000,'A')
  4      FROM  DUAL
  5      CONNECT BY LEVEL <= 100
  6  /

100 rows created.

SQL> COMMIT
  2  /

Commit complete.

SQL> SELECT  BYTES
  2    FROM  USER_SEGMENTS
  3    WHERE SEGMENT_NAME = 'SYS_LOB0000077372C00001$$'
  4  /

     BYTES
----------
   2293760

SQL> DROP TABLE T1
  2  /

Table dropped.

SQL> CREATE TABLE t1(
  2                  C CLOB
  3                 )
  4    LOB(C) STORE AS SECUREFILE(
  5                               DEDUPLICATE
  6                              )
  7  /

Table created.

SQL> SELECT  SEGMENT_NAME
  2    FROM  USER_LOBS
  3    WHERE TABLE_NAME = 'T1'
  4      AND COLUMN_NAME = 'C'
  5  /

SEGMENT_NAME
------------------------------
SYS_LOB0000077375C00001$$

SQL> INSERT
  2    INTO T1
  3    SELECT  LPAD('A',10000,'A')
  4      FROM  DUAL
  5  /

1 row created.

SQL> COMMIT
  2  /

Commit complete.

SQL> SELECT  BYTES
  2    FROM  USER_SEGMENTS
  3    WHERE SEGMENT_NAME = 'SYS_LOB0000077375C00001$$'
  4  /

     BYTES
----------
   1179648

SQL> INSERT
  2    INTO T1
  3    SELECT  LPAD('A',10000,'A')
  4      FROM  DUAL
  5      CONNECT BY LEVEL <= 100
  6  /

100 rows created.

SQL> COMMIT
  2  /

Commit complete.

SQL> SELECT  BYTES
  2    FROM  USER_SEGMENTS
  3    WHERE SEGMENT_NAME = 'SYS_LOB0000077375C00001$$'
  4  /

     BYTES
----------
   1179648

SQL> 

SY.

Tags: Database

Similar Questions

  • How can I check if the hardware works correctly?

    How can I check if the hardware works correctly?... including fans, hard drive, cd players, etc...

    Hello

    I suggest you to generate system health report to check if the system is working properly. To run the system health report, follow the steps below.

    1. click on start

    2. go in Control Panel

    3 go to the Tools and performance information

    4 search for Advanced Tools in the left panel of the window.

    5 go to generate a system health report

    You can also check the material status of the devices in the Device Manager. Follow the link for more information on the Manager of devices below.

    http://Windows.Microsoft.com/en-us/Windows-Vista/open-Device-Manager

  • Diagnostic test to check if the crossfire works correctly

    Anyone know of a diagnosis to check if the crossfire works correctly.
     
    --
     
    mikeyshd
      

    GPU - Z:
    A utility light, designed for you give information about your video card and GPU.
    http://www.techpowerup.com/GPUZ/

    JS
    http://www.PAGESTART.com

    Never be afraid to ask. This forum has some of the best people in the world to help.

  • What ever the data that we are loading in HFM, how to check if the data are correct or not?

    Hello!

    This is SANDEEP, I loaded data using FDM in HFM. How to check if the data is correct or not, what ever the data I was responsible in HFM.

    Please tell me how to recover the data and what format, clearly can you me the data verification process step by step.

    It would be useful for me...

    Thanks in advance...

    Kind regards

    SANDEEP

    Hi Sandeep,

    I think the best way is to extract data from HFM for the same POV that you have loaded FDM and check if it is the same.

    If you then use HFM 11.1.2.x version

    1. login to the application and go to the menu Administration / extract / data.

    2. set the POV that you have loaded the data, then unzip it. You can open the file unzipped in a notebook

    3. you can compare the file with the data file generated by FDMEE under Outbox folder.

    But what would you give all the data corresponding to the POV that you set. So please ensure that you have the correct POV, defined according to the export FDMEE.

    Thank you

    Chandra

  • How to check if the printer works.

    They gave me printet 720C en with empty cartridges. I connected the printer. But when I try to print nothing happens. Not at least the paper to go so I can see if the printer works? I do not like to spend money for the ink and then discover the printer does not work.

    VDV

    OK, some are progressing.  The Red blinking light may indicate a number of things, but printing will not happen in this case.  I would start by clean cartrdige contacts, as shown here.

    If that does not solve the problem then see the page here.

    There is not low on ink or another indicator for the Deskjet 720 that could prevent printing (or at least going through the motions) with a cartridge empty.  The printer does an electric test of cartridges before printing to that there are no problems might damage the printer control electronics.  The printer will also check and make sure that the cartridges are installed, this model cannot work without both cartridges.

  • How do you get the layers work correctly when you create a document merged into the InDesign data merge feature?

    Hey everybody,

    I working on a card game using data with a .csv file merge and spin in unusual behavior when you create a merged document when my master document had layers.  Imagine I had a layer of structure that looks like this:

    Layer has
    -< DataMergeFrameA >

    -Cooked in the static element
    Layer B

    -Cooked in the static element B
    -< DataMergeFrameB >

    -< DataMergeFrameC >

    Layer C
    -Cooked in the static element C

    -< DataMergeFrameD >

    Preview, this hierarchy is respected and the image is superb.

    When I create my merged document that each individual card includes this editable structure:

    Layer has
    -< DataMergeFrameA >

    Layer B

    -< DataMergeFrameB >

    -< DataMergeFrameC >

    Layer C

    -< DataMergeFrameD >

    And the order in which the elements are drawn resembles what happened past:

    -< DataMergeFrameA >

    -< DataMergeFrameB >

    -< DataMergeFrameC >

    -< DataMergeFrameD >

    -Cooked in the static element

    -Cooked in the static element B

    -Cooked in the static element C

    I would * really * like solving this problem without going through a column of data fusion with just the same picture in each area or something stupid like that, especially because some of my other static elements are generic text boxes. Is it possible to apply the stacking order in a merged document?

    I have attached a screenshot of the preview and the merged document.
    * WARNING: The main art is a temporary placeholder *.

    The one on the left is how it looks in preview. The second is the merged document. The major problems are that a) static grass image should appear on the art main and b) main image overlays areas of main text on the left. How can-

    InDesignPreviewBug.pngInDesignMergedDocumentBug.png

    Try moving it all off the master and on the page of document in the model.

  • How to check if the indexer works?

    The problem I have is that it generates a lot of disk activity.  If I do works that are heavy on the use of the disc, it becomes almost impossible to work.

    Is it possible to control when the indexer runs in the background?  I can work in two ways.

    1. If a process of a given name is in CPU, run no indexer

    2 in some window of time, don't throw an indexer (indexer or limited only to run in a window of time)

    Thank you

    Hello

    Thank you for your response.

    You can always return to your default configuration by disabling the additional folder that you added to the indexed location (-> Panel-> option change indexing) and rebuild the index (Control Panel-> option-> Advanced Indexing - > rebuild). Indexing of the entire system can lead to search huge index of data which may result from eating up your hard drive space and slow down your system.

    If the issue still persists I would say you are referring to the link below:

    See Mike Hall responded on 15 March 2012
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-files/does-Windows-search-indexing-really-slow-down-PC/1bd40e28-a1ef-486b-9246-867200139b81

    Hope this information helps and if you have other questions related to Windows do not hesitate to post on Microsoft Community, we will be happy to help you.

  • My MacBook Pro suddenly becomes very slow, accepting orders very slow how to check if the ram is working properly

    My MacBook Pro suddenly becomes very slow, accepting orders very slow how to check if the ram is working properly

    You can try this download.   Etrecheck.   https://etrecheck.com/#about

    Then publish the report as a reply in this thread.

    It will allow us to review your system without disclosing a private matter.

  • Re: Satellite A300 - how can I make the webcam work on Win7

    Hello everyone.

    I had Win Vista installed on this Satellite A300 and it worked well.
    I had no problem at all.

    Then I moved to Win7 and now I'm going through the test of the work of webcam.
    I tried to install all types of drivers, even those for A500, but it would be of no use.

    So, how can I make the webcam work on my A300?

    I've tried everything, even the installation of Ubuntu on this laptop and still it wouldn't work. If this is your interest, I'm under Win7 in Spanish, x 32, Home Edition.

    I really need your help here, please, I beg you, I spent 5 days ago almost try ANYTHING!
    And yet, I get the message after each installation/reboot of the: "the camara web esta disabled o ha Fall.» "Por favor, it check las web camara su configs", which would result in something like "the webcam is disabled or it has failed. Please check the configuration of your webcam. I've been browsing the forum for related issues, but I have not found any solution :(

    Thanks in advance,

    Ozma.

    Hello

    Seems the webcam software has not been installed correctly.
    That Win 7 OS do you use? 32-bit or 64-bit?

    Here you can find Chicony webcam driver for Win 7 64 bit
    http://Support1.toshiba-tro.de/Tedd-files2/0/webcam-20091026100013.zip

    and here you can find Chicony webcam driver for Win 7 32 bit
    http://Support1.toshiba-tro.de/Tedd-files2/0/webcam-20091023184836.zip

    Good luck

  • Whenever I click on recorded TV I get this message "Windows Media Center has stopped working. A problem caused the blocking of the program works correctly. Windows will close the program and notify you if a solution is available. »

    Title: original problems to access TV on Windows Media Center recordings

    My media center has suddenly stopped working for recorded tv.  Whenever I click on recorded TV, I get this message:

    "Windows Media Center has stopped working.  A problem caused the blocking of the program works correctly.  Windows will close the program and notify you if a solution is available. »

    All other features of the media center work correctly.

    Any help would be appreciated.

    Hi vater19,

    Remember to make changes?

    Method 1: Run the installed TV tuner Troubleshooter and check if it makes the difference

    Open the Setup TV tuner Troubleshooter

    http://Windows.Microsoft.com/en-us/Windows7/open-the-set-up-TV-tuner-Troubleshooter

    Method 2: Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Method 3:  You can see the steps presented by Umesh P, post dated Tuesday, September 7, 2010 16:49, in the link below that relates to a similar question
    http://social.answers.Microsoft.com/forums/en-us/w7pictures/thread/7b4afa49-cb84-4BF3-A306-bc0bbb5e9f70

    Thanks and greetings

    Ajay K

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

  • Installation/uninstallation program has stopped working.__A problem caused the blocking of the program works correctly. Windows will close the program and notify you if a solution is available.

    I tried to download a program: System Mechanic Professional 9.0 www.Iola.com
    I recorded it on the desktop, right-click to run as administrator, at this stage, it starts to download but the following message comes to the screen: install/uninstall program has stopped working.
    A problem caused the blocking of the program works correctly. Windows will close the program and notify you if a solution is available.
    Of course, nothing happens after that and I close the message. I bought this on the internet and I have the activation code. It's good for 3 pc. I put it on my desktop and it works very well. My laptop is Vista Home Premium with 64-bit operating system. Everything else seems to work fine on my laptop but I desperately need this program. Laptop is so slow and Firefox takes forever to open the pages. I get a lot of messages it does not!
    So I appreciate any help you can offer.


    Hi luv2shop,.

    This problem may occur because of the conflict by the present security software on the computer.

    I suggest you try the following steps:

    Step 1: Disable security software, follow the steps mentioned below

    http://Windows.Microsoft.com/en-us/Windows-Vista/disable-antivirus-software

    Important: Activate security software once everything is done.

    Step 2: use the Windows Installer Cleanup utility for delete all entries that are related to the product you have installed wrong:

    Download and then install the Microsoft Windows Cleanup utility. To do this, see the Microsoft Web site:

    http://download.Microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe

    Save the file to the desktop. When the download is complete, double-click the file and then follow the directions. When the installation is complete, click Start, point to all programsand then click Windows Installer Cleanup.

    In the list of the products installed , delete all entries that are related to the product you have installed wrong. If there are too many entries, click select all, and then click Remove. When you have deleted all entries, click exit, and then start the installation of the product

    Description of the Windows Installer Cleanup utility

    http://support.Microsoft.com/default.aspx/kb/290301

    Step 3: Set the clean boot computer and try to install the program

    Follow step 1 in the link below,

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7 
    http://support.Microsoft.com/kb/929135

    Important: n ' forget not the computer to start normal follow step 7 in the link.

    If the problem persists, you can check with iolo for known problems

    http://www.iolo.com/customercare/

    Note: Make sure that (double check), you install the right version (32bit\64bit) for your computer.

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • a window keeps popping up that says: Windows host process (Rundll32) has stopped working - a problem caused blocking the program works correctly. Windows will close the program and notify you if a solution is available

    a window keeps popping up that says: Windows host process (Rundll32) has stopped working - a problem caused blocking the program works correctly. Windows will close the program and notify you if a solution is available

    Check if you have picked up malware in your travels.

    I see a lot of recommendations here for programs such as -

    Malwarebytes' Anti-Malware
    http://www.Malwarebytes.org/MBAM.php

    SuperAntispyware
    http://SUPERAntiSpyware.com/

    Check in safe mode.

    Vista advanced boot options
    http://Techblissonline.com/Vista-advanced-boot-options/

    See if you can isolate a possible cause.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

  • A program caused the blocking of the program works correctly

    Hello

    I developed using National Instruments LabWindows/CVI software and installed the .exe in a PC running Windows 7 32 bit with 4 GB of RAM.

    When I run my software, sometimes I get the following error.

    "A program caused blocking the program works correctly. Windows will close the program and notify you if a solution is available.

    It's very random, and sometimes this error never happens.

    Can someone help me understand this issue please. I saw my software code several times and I am sure that I do nothing wrong in the software that causes this error coming.

    Is this all related to windows and how can I solve this problem? Help is very appreciated.

    Thank you

    Sujith Fox

    Sujith,

    Given that you have developed this program, you should know better, but try to check for error events in Event Viewer

    You can also publish in MSDN for assistance

  • Error when you try to start the Medal of Honor Allied Assault: a problem caused blocking the program works correctly. Windows will close the program and notify you if a solution is available.

    Medal of honor allied assault has stopped working?

    This message seems to me when I start the Medal of honor Allied:

    (a problem caused blocking the program works correctly windows will close the program and notify you if a solution is available)

    Hello

    ·         How long have you been experiencing this problem?

    You can reduce hardware acceleration and check if the problem persists:

    1. right click on the desktop and choose personalize.

    2. click on display settings.

    3. in the display settings window, click on advanced settings.

    4. display the Troubleshooting tab.

    5. click on change settings.

    6 reduce hardware acceleration.

    Also try the procedure from the following link: http://windows.microsoft.com/en-US/windows7/Fixing-game-performance-problems

    Also try to check if the game works the clean boot: http://support.microsoft.com/kb/929135

    NOTE: make sure that you start the computer in normal mode after troubleshooting is done

    You can also post your questions on: http://support.ea.com/

  • How to check if the persistence Unit objects are persistent or not?

    How to check if the persistence Unit objects are persistent or not?

    I have correctly set up and deploy the object used as a persistence in Oracle coherence unit according to the guide Chapter 6 of tutorial for Oracle coherence 3.5
    Using the RunEmployeeExample script, I had good results. I see that once the cache object is updated, the database table (employees) is also updated accordingly. Here is the result:
    2009-11-05 11:09:55.043/53.467 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:09:54.867, Add
    ress=192.168.8.80:8089, MachineId=24656, Location=process:1684, Role=OracleRunEmployeeExample) joined Cluster with senior member 1
    2009-11-05 11:09:55.604/54.028 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service Management with senior memb
    er 1
    2009-11-05 11:09:56.885/55.309 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{Sta
    te=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=8089,localport=4084]}
    2009-11-05 11:09:57.847/56.281 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service JpaDistributedCache with se
    nior member 1
    2009-11-05 11:09:57.917/56.341 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Service JpaDistributed
    Cache: sending ServiceConfigSync containing 258 entries to Member 2
    2009-11-05 11:10:04.086/62.510 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Deferring the distribu
    tion due to 1 pending configuration updates
    [EL Info]: 2009-11-05 11:10:14.36--ServerSession(2883071)--EclipseLink, version: Eclipse Persistence Services - 1.1.1.v20090430-r4097
    [EL Info]: 2009-11-05 11:10:22.312--ServerSession(2883071)--file:/C:/JDeveloper/mywork/AppJPA/JPA/classes/-JPA login successful
    2009-11-05 11:10:24.305/82.729 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): 3> Transferring 128 ou
    t of 257 primary partitions to member 2 requesting 128
    2009-11-05 11:10:25.697/84.121 Oracle Coherence GE 3.5.2/463 <D4> (thread=DistributedCache:JpaDistributedCache, member=1): 1> Transferring 129 ou
    t of 129 partitions to a node-safe backup 1 at member 2 (under 129)
    2009-11-05 11:10:25.857/84.281 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Transferring 0KB of ba
    ckup[1] for PartitionSet{128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151,
    152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180,
    181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209,
    210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238,
    239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256} to member 2
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: disconnected from member 2 due to a kill r
    equest
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 left service Management with senior member
     1
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 left service JpaDistributedCache with seni
    or member 1
    2009-11-05 11:10:40.708/99.132 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:10:40.708, Add
    ress=192.168.8.80:8089, MachineId=24656, Location=process:1684, Role=OracleRunEmployeeExample) left Cluster with senior member 1
    2009-11-05 11:10:40.879/99.303 Oracle Coherence GE 3.5.2/463 <Info> (thread=DistributedCache:JpaDistributedCache, member=1): Restored from backup
     128 partitions
    2009-11-05 11:10:40.879/99.303 Oracle Coherence GE 3.5.2/463 <D4> (thread=DistributedCache:JpaDistributedCache, member=1): 0, 1, 2, 3, 4, 5, 6, 7
    , 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 4
    4, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80
    , 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 11
    3, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
    2009-11-05 11:28:39.800/1178.224 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:28:39.635, A
    ddress=192.168.8.80:8089, MachineId=24656, Location=site:metsys.metex.com,machine:mw12,process:1752, Role=CoherenceConsole) joined Cluster with s
    enior member 1
    2009-11-05 11:28:40.231/1178.655 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service Management with senior me
    mber 1
    2009-11-05 11:28:41.633/1180.057 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{S
    tate=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=8089,localport=4143]}
    2009-11-05 11:30:01.658/1260.082 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service DistributedCache with sen
    ior member 2
    But I can't check whether the persistence unit is still persistent.

    Published by: jetq on November 5, 2009 11:49

    Re:

        Does the above result shows that the persistence work is finished successfully?
       
    

    Yes, it's nice. What is persistence. These are the characteristics of persistence.

    Junez

Maybe you are looking for

  • Firefox will not correctly display some web pages and addons can not be installed.

    I just installed firefox to the computer after the installation of the Windows 7 operating system.It does allow me to install an addon in the browser. In addition, it does not display the page addons firefox and github.com. (only plain html is displa

  • Satellite A200 - can I driver for SD card on Windows 7?

    Hello I'm french so sorry for my poor and bad English. I installed windows 7 32 bit on my Toshiba Satellite A200 and my SD drive does not.Must I download I driver? Kind regardsJehuty.

  • AVI files

    Doesn't seem like a Mac (Imovie) recognizes an avi file created by a PC. Any who have the same experience and how to overcome it?

  • Working with interrupts (programming) software/hardware

    Hello I'm trying to manipulate the position of the mouse with a program that I wrote using hardware and software interrupts, but it seems that the cmd cannot work with these functions. Is it possible that the cmd is unable to work with the program wh

  • [Wireless-Vista] Disable the automatic access point.

    Right then, I had this problem when you play any kind of online game, what microsoft calls a 'feature', when I play a game online, I get a 5seconds or until disconnecting lag spikes every 1-5 minutes, making it impossible to play counter-strike, Call