About the collections

Hello

A created collection exists in all sessions, but the data are seen only in the session that created the collection?
I want to use the collection, and I wonder if I need to give a unique name to a collection. If I create a collection in a session, can it be created with the same name by other sessions?

Thank you.

A collection is always associated session. There is no way to share it between sessions. To do this, you use a table.

Denes Kubicek
-------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.Opal-consulting.de/training
http://Apex.Oracle.com/pls/OTN/f?p=31517:1
http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
-------------------------------------------------------------------

Tags: Database

Similar Questions

  • Question about the collection of NETWORK adapters for vMotion / VM vSwitch

    Hello

    We use vSphere Enterprise Edition 5.1.

    We also create separate vSwitch for management / vMotion and VM.

    Each vSwitch receives 2 network cards connected to the different switch for redundancy.

    We would like to know is necessary to provide the collection of NETWORK adapters for these vSwitches?  Currently, only enable us NIC Teaming for VM vSwitch only.

    Thank you

    VSwitch vMotion, we have 2 assigned NIC (nic2 and nic6) with 10 VLANS.  NIC2 and nic6 are connected to 2 different physical switches.

    Should I choose

    (1) both are active

    (2) both are assets + grouping of NETWORK cards?

    Question - if there is only 1 VLAN, it seems that NIC Teaming is also not very useful unless we use 2 VLAN (Multi-NIC vMotion).  Is this right?

    If you use Multi-NIC vMotion, there is no need to have two different VLANS, all you need is depending on configuration

    on your vMotion switch, please create two vmkernel port for vMotion with the same VLAN ID, but the grouping of NETWORK cards as below

    vMotion_1 - VLAN ID: 10

    Grouping of NETWORK cards

    vmnic2 - active

    vmnic6 - watch

    vMotion_2 - VLAN ID: 10

    vmnic6 - active

    vmnic2 - watch

  • Question about the collection of NETWORK adapters / collage

    When installing ESXi, I want to use all 4 GigE ports on my server and I put a static IP address for each NIC.  Once the server is in place, I bind two NICs.  What I want to know is, it is best to remove the IP address for the second NETWORK card in our DNS?  For example, after you install ESXI, our DNS has the following:

    esxi1.mycompany.local 10.10.0.111

    esxi1.mycompany.local 10.10.0.112

    Should I delete the 10.10.0.112 entry if the servile pair use 10.10.0.111?  I think that I should so that there is no misdirection, but I'm not sure.

    Any suggestion would be appreciated.

    So phyical NIC have IP addresses assigned to ESXi.  You say ESXi which physical network cards must be plugged into the virtual switch and you assign an IP to the network management agent who is also trendy that same virtual switch, but never you assign IP addresses to physical network interface cards.  The sole purpose of a phyical in an ESXi installation nic is so they can connect to the virtual switches that you create within your ESXi installation.  Then it's the other virtual machines and VMKernel ports that have their own IP address.  Take this picture below, that I found on the internet for example.  These (vmnic0 and vmnic1) physical network interface cards have not all ip addresses, there is no record of A DNS pointing to those, etc..  They are there to connect physical switches on your virtual switches (they are network devices; it is the clearest way to think about).  The gray bar below is a virtual switch and the green dots on the virtual switch are ports where something is plugged.  These virtual machines (Linux, Windows, whatever), that's what has ipaddresses.  The special devices plugged into the virtual switch are called Service Console and VMKernel Ports (in ESXi 4.x, they are all just called VMKernel Ports).  These have IP addresses and these are the closest things to what you describe in your message.

    If you get the chart however, you will notice that the virtual switch "obligations" say these two NICs phy, together based on how it to bind to them.  Unless you want to do a lot of research, or you have an exceptional case complex parameters for pasting of these two NICs (in the tab "NIC Teaming") should probably be "Route based on the original virtual port code" and "link status only.  Lighthouse of probing should be used in cases when the status link only mode does not work (usually he does it very well).  Moreover I also put the two cards as 'Active' network and say yes to "Warn switch" and "rescue".

  • Question about the collection

    I'm in bulk data collection in an associative array called v_tb_bw_lg_mstr twice. However, both the last index value is the same.
    DECLARE
      TYPE typ_tb_bw_lg_mstr IS TABLE OF tb_bw_lg_mstr%ROWTYPE INDEX BY BINARY_INTEGER;
      v_tb_bw_lg_mstr typ_tb_bw_lg_mstr;
      v_sql VARCHAR2(64);
    BEGIN
         
      SELECT * BULK COLLECT
      INTO v_tb_bw_lg_mstr
      FROM tb_bw_lg_mstr;
      
      Dbms_output.put_line('Output 1:'||v_tb_bw_lg_mstr.LAST);
      
      SELECT * BULK COLLECT
      INTO v_tb_bw_lg_mstr
      FROM tb_bw_lg_mstr;
      
      Dbms_output.put_line('Output 2:'||v_tb_bw_lg_mstr.LAST);
    
    EXCEPTION
      WHEN OTHERS THEN
      ROLLBACK;
      Dbms_output.put_line(SQLERRM);
    END;
    /
    Output 1:2430
    Output 2:2430

    Because the second SELECT is not an addition to an existing collection, it just overwrites it.

    To get what you want, this could be the most effective way:

      SELECT * BULK COLLECT
      INTO v_tb_bw_lg_mstr
      FROM tb_bw_lg_mstr
      UNION ALL
      SELECT *
      FROM tb_bw_lg_mstr;
    
  • Questions about the collection of personalization data.

    I am currently working on a form which is presented as an xml file using a submit button by email.  There are several things that I wonder if you can customize and if so, how?

    1. Is it possible to have the calculated time field that is included in the exported data?
    2. IF SO... Is it possible to change the date/time calculated field to calculate when the e-mail button is clicked rather than when the form is started?
    3. Is it possible to have the file by e-mail named something other than * name * _data?  Maybe something that includes the date, or another domain specified for point more precisely what form it is?
    4. Finally, is it possible when you import data to import xml data into an Excel file which already has other data collected in it?

    Responses to the foregoing would be greatly appreciated!

    Thank you!

    Kayla

    Hey Kayla,

    Yes, most of it is possible.

    1: select the date/time field and go to object > tab. Liaison depending on the version of LC designer you have, you want the drop-down list of data binding to have 'Normal' or 'using the name '. This means that the value is exported to the XML file. If the drop-down list says "No data binding" or "None", the value will not be exported.

    2: the date/time field probably has the script initialization or docReady. That's fine, the date and time will be filled when the form is opened. In order to refresh the time at the time wherever the user submits the form, you must include the following line in the mouseDown event of the submit button.

    DateTimeField1.execEvent("initialize"); 
    

    This will trigger the DateTime field Initialize event and update the date / time just before submitting the form.

    3: it's tricker, the name of the XML file is set automatically to reflect the name of the file of the form. You can write the script to change the name of the file of form (and by extension the name of the XML file), however, this requires a function of trust in a separate javascript file. This JS file will have to be on all computers which would be used to access the form and to be honest not worth the (significant).

    4: adobe do a good job, if you are distributing your form via Acrobat.com. Additionally, Acrobat version 9 allows you to select the individual xml files and export them to an Excel spreadsheet (under the menu options). You can also compile returned forms by selecting the answer file and the individual xml files. I don't think that you will be able to export a new XML responses in an existing worksheet. Using Excel, you may be able to import the new XML into the existing file. If all else fails, I export the new xml to spreadsheet files, this open in Excel and copy the data back. Open the existing worksheet, and then copy the data back at the end of the table.

    Hope that helps,

    Niall

  • doubt about the collection of object type

    Hi all

    I'm a newbie!

    I tried an array of type object index, as follows.

    declare

    type ty_tab is table of the directory index ty_test;

    v_tab ty_tab;

    Start
    v_tab (1): = ty_test ('ashok', 1000);
    v_tab (2): = ty_test ('rashmi', 2000);
    v_tab (3): = ty_test ('baby', 3000);

    for me in v_tab.first... loop of v_tab. Last

    dbms_output.put_line (v_tab (i));

    end loop;

    end;

    /

    While running the script above, I got the following error message.
    ORA-06550: line 14, column 8:
    PLS-00306: wrong number or types of arguments in the call to "PUT_LINE '.
    ORA-06550: line 14, column 8:
    PL/SQL: Statement ignored

    Can anyone suggest me where I'm wrong.


    Thanx

    DBMS_OUTPUT. Put_line argument is a scalar value. It does not composite types. You should pass the individual attributes. Assuming that ty_test is:

    SQL> create or replace
      2    type ty_test
      3      as object(
      4                name varchar2(10),
      5                val  number
      6               )
      7  /
    
    Type created.
    
    SQL> 
    

    Use:

    declare
        type ty_tab is table of ty_test index by binary_integer;
        v_tab ty_tab;
    begin
        v_tab(1):=ty_test('ashok',1000);
        v_tab(2):=ty_test('rashmi',2000);
        v_tab(3):=ty_test('baby',3000);
        for i in v_tab.first .. v_tab.last loop
          dbms_output.put_line(rpad(v_tab(i).name,11) || v_tab(i).val);
        end loop;
    end;
    /
    ashok      1000
    rashmi     2000
    baby       3000
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    

    SY.

  • Basic questions about the Permanent Collections

    I'm learning just on Collections, discover that a Collection preserves all the work I did in the collection. So, I guess that the images of a collection are virtual copies which can be adjusted in the develop Module, with the difference that they appear in the catalogue under the imported original files. I suppose also that a changed image can be locked to prevent other changes, say if another virtual copy should be made.

    I understand that Collections should be protected somehow, for example if I have a collection with images adjusted to look good on the web, and another collection of the same images adjusted to the for look good, using a certain printer.

    Maybe I'll ever need adjust the images for different applications, except outside of Lightroom for applications in the CMYK offset printing. As different settings for the slideshow, Web and print can all be contained in a collection, it would probably be best to use the same images, without changing the images for each output.

    Some of you who have more experience can add thoughts here about how best to use the Collections. My goal is to keep things simple.

    TIA,

    Ken

    Ken-

    Put an image in a Collection made not a virtual copy. Either you have to have VC to reside in a Collection. These distinctions may be among the most important! Can I suggest that run you a few tests with VC in and out of the Collections?

    Best wishes

  • Windows Explorer has stopped working windows is collecting more information about the windows problem restarts what is the fix

    Is not allowing me to access my computer, don't constantly message restarts message windows.   Process is underway, need help.  I loged as a guest on the computer problem not if badly - however, it does not go to all the pages and begins to have a similar message to say windows cannot open this page, even if it often is in the page and it stops.

    a response would be email to me - thanks

    Hello

    1 have had any changes made to the computer before the show?

    Please follow the steps in the link.

    Important: before you perform an upgrade in-place, you must be prepared for the worst scenarios that led to your existing data on your computer being deleted. These data include data personal, settings, information about the hardware and software drivers. In case of a worst case scenario, you may have to reinstall all the programs. Make sure that you back up personal data to disks or other external storage devices before performing an upgrade on the spot.

    Error: Windows Explorer has stopped working

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

    Reference link:

    Explorer Windows stopped working

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-performance/Windows-Explorer-has-stopped-working/6ab02526-5071-4DCC-895F-d90202bad8b3

  • Doubt about the passage collection (Pl/SQL table) in a procedure.

    Hi all

    I have developed a package of sample with procedure 1. Here, I spent the output to a table in the collection data and I am passing the array of the collection as a parameter out.
    When I run the proc, it worked for 1 scenario, but did not work for the other. I posted two scenarios after the code.
    pkg spec:
    
    create or replace
    PACKAGE IMP_EXP_BKUP_PKG
    AS
      TYPE test10_tbl2 IS TABLE OF test10.t1%type INDEX BY BINARY_INTEGER;
      v2_test10 test10_tbl2;
      PROCEDURE manpower_list(v1 number, v2 out test10_tbl2);
    END IMP_EXP_BKUP_PKG;
    
    Pkg Body:
    
    create or replace
    PACKAGE BODY IMP_EXP_BKUP_PKG 
    AS 
    PROCEDURE manpower_list(v1 number, v2 out test10_tbl2)  AS
    BEGIN
      SELECT t1 BULK COLLECT INTO v2 FROM test10 WHERE t4 = v1; 
    END;
    END IMP_EXP_BKUP_PKG;
    Scenario 1:
    DECLARE
      v2 imp_exp_bkup_pkg.test10_tbl2;
    BEGIN
      imp_exp_bkup_pkg.manpower_list('10', v2);
      FOR i IN v2.FIRST..v2.LAST
      LOOP
        DBMS_OUTPUT.PUT_LINE(v2(i));
      END LOOP;
    END;
    Worked well.

    Scenario 2:
    DECLARE
      --v2 imp_exp_bkup_pkg.test10_tbl2;
      TYPE typ_tbl2 IS TABLE OF test10.t1%type INDEX BY BINARY_INTEGER;
      v2 typ_tbl2;
    BEGIN
      imp_exp_bkup_pkg.manpower_list('10', v2);
      FOR i IN v2.FIRST..v2.LAST
      LOOP
        DBMS_OUTPUT.PUT_LINE(v2(i));
      END LOOP;
    END;
    
    Error:
    ORA-06550: line 6, column 3:
    PLS-00306: wrong number or types of arguments in call to 'MANPOWER_LIST'
    Is not here.

    I want to just make sure that, are we supposed to use the same type that we have breeding stock in the package for the declaration of the variables?

    SamFisher wrote:

    I want to just make sure that, are we supposed to use the same type that we have breeding stock in the package for the declaration of the variables?

    Yes, you MUST use the same type definition.

    SY.

  • Microsoft Silverlight will / can send information about the people and the info on their computer. What are the plans for Firefox to protect its community of users of this?

    After reading the privacy statement from Microsoft regarding their Silverlight 5, it has troubling information about the loss of his privacy, under the "collection and use of information...". "the personal information and the information on my computer! In addition, information may be stored outside of the United States! (paragraph 4 under "collection and use of information... »). As part of the FireFox community, what other options do we have?

    P. S.
    I clicked on "Shared Data" on my Firefox browser, that means all average data? All good or bad I should know about?

    Hello 010matrix010, firefox will not run on the default Web sites, but only silverlight content when a user activates explicitly the plug-in through the icon in the address bar or click on the embedded content.
    also the support for plugins like silverlight in the browser will be dismantled at the end of next year: https://blog.mozilla.org/futurereleases/2015/10/08/npapi-plugins-in-firefox/

  • Assistant DAQ need graphics update during the collection of samples of N

    Hi all, I have a question about the DAQ Assistant. I need to acquire data at low rates (ca 10 Hz). I want to acquire Let's say 100 samples. I join my card day ten times per second. But when I choose N (100) to 10 Hz, updates to the table only once - 10 seconds samples. Is there another way to take samples of N and be able to watch the chart updated 10 times per second the use of samples keep (10 Hz, 1 sample to read) with timer that ends the while loop after 10 seconds?

    When I use the last mentioned way and write data in the file, I always acquire 101 samples, not 100. And I think that's not an ellegant way to write data to file 10 times per second (higher sampling rates, LabView is unable to write all of the samples file .xlsx, with the CT (s) files, it's better).

    Perhaps to collect 1 sample on request would be ok, but so far I have not had an experience with that.

    Thanks for your replies

    Lefebvre

    First of all, read this excellent whitepaper on the DAQ-mx hardware and stop using the DAQ Assistant, who does not have the flexibility you need to do what you describe.

    Don't you see what you want to do?  You ask to taste 10 Hz and want to update for each samplegraph.  So how many samples do you take before you add the data sampled at the table?

    Now, with the knowledge of what you have learned in the white paper, put some (you can do it in one) features DAQmx to start the Acquisition, in a loop For (with this that connected to N?), take the appropriate number of samples and send that to the table, and then out of the loop, stop the Acquisition.  If you use tasks (created by MAX or using the command 'New task' of the LabVIEW project), you should be able to do this with as little as 3 functions DAQmx (I'd probably use 4) and a single loop.

    Bob Schor

  • How to make two spider Bridge version in the collection of Windows Solitaire?

    Original title: solitaire suited spider 2

    I downloaded collection windows solitaire and got a suit spider solitaire.  How two spider Bridge version?

    Hi Jeanne,

     

     

    Thanks for posting your question in the Microsoft Community.

    I imagine the inconvenience that you are experiencing. I will certainly help the question of fixing.

    To help you suggest several steps to solve the problem, I would appreciate if you could answer the following questions:

     

    . Where did you downloaded Windows solitaire collection?

    I suggest you to check the Web site where you downloaded the game or your favorite search engine about the research question.

    The default games in Windows Vista in mentioned in the link below:

    Discover games in Windows Vista:

    http://Windows.Microsoft.com/en-us/Windows-Vista/learn-about-Windows-games

     

     

    Your response is very important for us to ensure a proper resolution. Please get back to us to help you accordingly.

     

  • I'm totally confused about records, collections and smart collections.

    I am a complete newbie to Lr so please forgive what are fundamental questions without doubt!

    In records, I have 2 folders - Annecy and Aix which have different vacation photos.

    In Collections, under smart Collections, I have a folder named Aix which has my pictures of Aix and that is synchronized to Lr on my ipad.  However, although Annecy is listed under Collections, it is in a folder at the top of a new tree under smart Collections but does not part of smart Collections.  I hope that makes sense!  This issue of Annecy does contain pictures, and the only thing being synchronized on ipad is the name of the folder.  How can I copy photos from the folder in the folders in the Collections folder?

    I read that peaks must be in the Collections before they can be synchronized.  However, on the ipad there is that a folder named "Pictures Lightroom" it contains 242, the same as "all photographs synchronized" under the heading catalog when Lr appears on my desktop.  At present, I am initially upload my pictures in my office and then import to the RL.

    Finally, about mobile Lr in response to a previous johnreliis investigation informed that I must ensure that I am connected to creative cloud on the ipad before being able to view synchronized + photos on the ipad.  I downloaded Lr mobile on the Apple store and have nothing to CC on the ipad.  Now, I wonder if the reason that the pictures of Annecy are not displayed on the ipad is due to the fact that, at the present time, they are not in a Collection.

    Thanks in advance for all you can give me advice.

    Richard

    Just drag Annecy out of smart Collections and next to Aix.

    What is called "smart Collections" is actually a Collection Set - that is a container for other regular or silent collections (like your Aix) and smart collections which include images of criteria that you define. Notice how "Smart Collections of" has a different icon from the smart collections inside, looking more like a box. So what you could do then is to create a set of Collection called France and drag Annecy and Aix in it.

    To get the pictures in the Annecy collection, you can find them in your folders and drag the thumbnails in the grid and place in Annecy.

  • Student about the versions of Dreamweaver and Photoshop on CC

    Hello

    I recently signed up for CC for the teams as part of a summer course that I take my multimedia Production called University.  I received and activated the following message appears in my email:

    Hello
    You have been assigned a creative cloud - membership applications. This gives you access to the collection full creative cloud office products - with the benefits of level team.
    .. .you will use Adobe software and free to use. You must click on the activation link and use the e-mail address used in this post to create an Adobe ID (instructions for how to do this are provided once you click on the activation link). Once you've created an Adobe ID for the email used in this post, you can download Adobe Cloud Desktop App and install Dreamweaver and Photoshop for beginners on your computer. Be prepared that it will take a while.
    To start your membership, you will need to create an Adobe ID or sign in with an Adobe ID existing using this email address. Click below to accept the invitation.

    OK, well.  It is said that once I have download, I would have free access to Dreamweaver and Photoshop as long the class lights (8 weeks).  Then I do all this; I have downloaded/installed CC for teams on my computer, and then once it is I downloaded/installed the latest versions of Photoshop and Dreamweaver, Dreamweaver CC 2015 and Photoshop CC 2015.

    But then, once I tried to download and install DW and PS, they are trial versions only, whereas they should be non-epreuve versions.  Quick glance:

    http://content.screencast.com/users/nr441/folders/Jing/media/0eb08f73-A843-44e0-8c3d-f0963 b905191/00000016.png

    I checked a day later to ensure that these versions are trial versions and so problematic for my course:

    http://content.screencast.com/users/nr441/folders/Jing/media/b759ad11-821e-4E14-900b-28447 c64e359/00000017.png

    My question to Adobe customer service: Please help me!  I have absolutely no idea whatsoever about how to get to the correct version of DW and PS for my class.  The only other version that is still available is the one that must be purchased, which is not the version that we use for the class (I asked my teacher).  No one else in my class seem to have this problem.  What I did wrong, how can I solve this problem, and on the EARTH I'm looking for versions of the software that I need next week?

    Your subscription to cloud shows correctly on your account page?

    https://www.adobe.com/account.html for subscriptions on your page from Adobe

    If you have more than one email, you will be sure that you use the right Adobe ID?

    .

    If Yes

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp

    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html

    .

    If no

    This is an open forum, Adobe support... you need Adobe personnel to help

    Adobe contact information - http://helpx.adobe.com/contact.html

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific time) <===> NOTE DAYS AND TIME

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • It is mandatory to use the manufacturers during the use of the collections?

    Code

    --------------------

    DECLARE

    Int_varray TYPE is VARRAY (3) integer;

    VARRAY_INT INT_VARRAY: = int_VARRAY();

    BEGIN

    DBMS_OUTPUT. Put_line ('VARRAY initialized with null');

    VARRAY_INT: = int_VARRAY (NULL, NULL, NULL);

    I'm in 1.3

    loop

    DBMS_OUTPUT. PUT_LINE ('INT_VARRAY('|| i||'): ' |) VARRAY_INT (i));

    end loop;

    DBMS_OUTPUT. Put_line ('VARRAY initialized as VALUES');

    VARRAY_INT: = int_VARRAY (11,12,13);

    I'm in 1.3

    loop

    DBMS_OUTPUT. PUT_LINE ('INT_VARRAY('|| i||'): ' |) VARRAY_INT (i));

    end loop;

    end;

    OUTPUT

    --------------------

    VARRAY initialized with null

    INT_VARRAY (1):

    INT_VARRAY (2):

    INT_VARRAY (3):

    VARRAY initialized as VALUES

    INT_VARRAY (1): 11

    INT_VARRAY (2): 12

    INT_VARRAY (3): 13

    The sample code above for collections works perfectly well with the help of a constructor method. However, my question is that is it possible to re - write the same code without using Builder methods?

    or is it mandatory to use constructors when the use of the collections?

    But he has not yet answered my question. Is it mandatory to use a constructor method? If 'NO', then how we can treat a VARRAY (not the tables / associative PLSQL) without a constructor method?

    When you have a basic question about the functionality of the Oracle, you should ALWAYS read the documentation.

    The doc of the PL/SQL language answers your question

    With the help of documents and Collections of PL/SQL

    Initializing and referencing Collections

    Until you initialize it, a nested table or varray is atomically null; the collection itself is zero, not its elements. To initialize a nested table or varray, you use a builder, a function defined by the system with the same name as the collection type. This function constructs collections from the elements that is passed.

    You must explicitly call a constructor for each varray and nested table variable. Associative arrays, the third type of collection, use no constructors. The constructor calls are allowed everywhere where function calls are allowed.

    Example 5-10 Initializes a nested table using a constructor, which resembles a function with the same name as the collection type.

Maybe you are looking for

  • HP Elitebook 8570p: GPU Upgrade for p 8570

    Hello I want to update the graphics card of my p 8570. CPU: Intel i7 3740QM 2.70 GHz with integrated Intel® HD Graphics 4000 GPU: AMD Radeon HD M 7570 What are the possibilities are available? I could possibly run an external graphics card? Thank you

  • HP Photosmart 7525: CB321WN ink cartridge

    Are there or were never there, a cartridge with the product # of CB321WN?   I keep seeing this # from external suppliers.  They say that their cartridges will be the same as 564XL - CN684WN/CB321WN.  I can't find the cartridges with this # on the HP

  • Cannot run my SLI after Windows was last updated.

    The last update of Windows vista killed my PC. With hindsight were not up to date my graphics card drivers. I got today partially of the situation. (short version of events), but my PC will work is SLI without freezing. The PC works only through card

  • Font size: my fonts, images and everything is now in a font that I have bad seeing

    For some reason, my fonts, images and everything is now in a font size that I have difficulties to see.  I don't know what I did to make this happen.  I'm back to normal... Please help!

  • IPS - disruption of

    Hey all thanks for reading my post. Can someone tell me or point me to a doc that says 100% certainty what updates regarding IP addresses are disruptive. IE: Signatures, engine, software. Thank you guys for your help. Rodney Sent by Cisco Support tec