tablespace used and the size of the space in 9i

Hello

How to find the used tablespace space and space free in 9i tablespace.

Normally I use under request in 10g and 11g, but this query works does not in 9i. Please help the query for 9i...

SELECT / * + RULE * / df.tablespace_name "Tablespace"
DF.bytes / (1024 * 1024) "size (MB)",.
"" Sum (FS.bytes) / (1024 * 1024) "free (MB).
NVL (Round (Sum (FS.bytes) * 100 / df.bytes), 1) "% free"
Round ((df.bytes - SUM (fs.bytes)) * 100/df.bytes) "% used (s)".
FROM dba_free_space fs,
(SELECT tablespace_name, SUM (bytes) bytes
FROM dba_data_files
GROUP BY nom_tablespace) df
WHERE fs.tablespace_name (+) = df.tablespace_name
GROUP BY df.tablespace_name, df.bytes
UNION ALL
SELECT / * + RULE * / df.tablespace_name tspace,.
FS.bytes / (1024 * 1024).
Sum (DF.bytes_free) / (1024 * 1024).
NVL (Round ((Sum (FS.bytes) - df.bytes_used) * 100 / fs.bytes), 1),
Round ((Sum (FS.bytes) - df.bytes_free) * 100 / fs.bytes)
FROM dba_temp_files fs,
(SELECT tablespace_name, bytes_free, bytes_used
V $ temp_space_header
DF GROUP BY tablespace_name, bytes_free, bytes_used)
WHERE fs.tablespace_name (+) = df.tablespace_name
GROUP BY df.tablespace_name, fs.bytes, df.bytes_free, df.bytes_used
ORDER BY DESC 4;

Kind regards
Pravin

Hello

We use of it:

SELECT substr (df.tablespace_name, 1, 20) 'Tablespace name. "
substr (DF.file_name, 1, 40) 'File name',
Round(DF.bytes/1024/1024,2) "size (M)."
Round(e.used_bytes/1024/1024,2) "used (M)."
Round(f.free_bytes/1024/1024,2) "free (M),"
RPAD (' ' | ') rpad ('X',
Round(e.used_bytes*10/DF.bytes,0), 'X')
11,'-') '% used (s) '.
FROM DBA_DATA_FILES DF,.
(SELECT file_id,
Sum (decode(bytes,,0,bytes)) used_bytes
FROM dba_extents
E file_id GROUP),
(SELECT Max (bytes) free_bytes,
file_id
FROM dba_free_space
GROUP BY file_id) f
WHERE the e.file_id (+) = df.file_id
AND df.file_id = f.file_id (+)
ORDER BY df.tablespace_name,
DF.file_name;

In any case, for each environment, storage space can be configured differently, and the different queries may be possible or necessary.

Best regards
Kalin

Tags: Database

Similar Questions

  • Why I don't see (created with my iPhone 5 s) forms in the creative clouds (for iOS) and the space used in CC is 0 MB? Where are they kept?

    I installed Adobe forms on my iPhone (iOS 8) and don't see, where the forms are stored.

    In CC app for iOS, there is no files (and the space used in CC is 0 MB). And I do not see my shapes in your other apps (for iOS: ideas, Photoshop Mix).

    How to export shapes for the storage of files?

    Content in your libraries CC is currently not available on the CC iOS app.  You can see it online.  But, not in the app native iOS... yet. I hope that the CC app will have this feature soon.

  • I try to install vista on a computer running xp. XP does not even recognize the vista disc is in the drive. XP recognizes any other drive that I use and the vista drive is recognized on other computers, that I put it in it's not a prob with the disk or cd

    I try to install vista on a computer running xp. XP does not even recognize the vista disc is in the drive. XP recognizes any other drive that I use and the vista drive is recognized on other computers, that I put it in it's not a prob with the disk or cd rom

    The Vista installation disc is a DVD. Apparently, you don't have a DVD player. You would need to purchase/install a DVD-ROM or DVD - RW to install Vista. Are you sure that your hardware supports Vista before doing this?

    http://www.Microsoft.com/Windows/Windows-Vista/get/system-requirements.aspx
    Even if a minimum of 1 GB, the requirements in the real world Vista requires a minimum of 2 GB of RAM to run without problem. You will also need Vista drivers for all your hardware.

    http://www.Microsoft.com/Windows/Windows-Vista/get/Upgrade-Advisor.aspx MS - MVP - Elephant Boy computers - don't panic!

  • Can I use * and the list of the column names in a select query

    PLSQL again.  Can I use * and the list of the column names in a select query, i.e. Select *, col1, col2 from Mytable.  When I do that my questions tend to the bomb.  Can do in other databases.

    Thank you

    Mike

    Hi, Mike,.

    If there is something else in the more SELECT clause *, then * must be qualified with a table name or alias.

    For example:

    SELECT Mytable. *, col1, col2

    FROM MyTable;

  • I bought adobe cc of my student account and installed. Then my computer broke down and I bought a new one. Do not know how to install cc on the new computer. The redemption code can be used and the web campus will not make another p

    I bought adobe cc of my student account and installed. Then my computer broke down and I bought a new one. Do not know how to install cc on the new computer. The redemption code cannot be used and the campus web allow me to make another payment within 1 year in term aid.

    I'll appreciate any help!

    The Adobe ID here in the forums have no CC registered to it, you can activate the CC to your Adobe ID twice. in case you have activated it twice, you have to disable among the previous machine or the third machine will give you the ability to disable from all the previous machine.

    Concerning

    Baudier

  • Question regarding tablespace TEMP and the o/s file associated with.

    Hello

    I want to write a simple query that returns the existing storage space and files that are part of each tablespace.

    I tried the script / query:
    col tablespace_name format a15
    col datafile_name   format a35
    col MB              format 999999
    col "CreateSize MB" format 999999
    
    --
    -- following two queries present only to show the problem I'm running into
    --
    
    select ts#
         , name
      from v$tablespace;
    
    select ts#
         , name
      from v$datafile;
    
    --
    -- this ALMOST works
    --
    
    select t.name tablespace_name
         , t.bigfile
         , d.name datafile_name
         , d.bytes/(1024*1024) MB
         , d.create_bytes/(1024 * 1024) "Create Size MB"
      from v$tablespace t
      join v$datafile   d
     using (ts#)
    ;
    The last query fails to display the files associated with it and the TEMP tablespace.

    Question: what tables should I ask to get a complete picture (one that is not lack of TEMP and its files)?

    Thank you for your help,

    John.

    V$ tempfile

    dba_temp_files

    Here you get a temporary tablespace.

    Concerning
    Asif kabir

  • password Keyring and the space on the hard disk

    I am facing problems of space on my hard drive and the Keychain password... Need help please...

    And, how do you think these two are related? Or you are having problems with both? In all cases, you will need to sharpen the issue, then we know what you mean.

    How to free space on the hard drive

    1. You can remove the data from your file except for the folder/Home/Library /.
    2. Visit The FAQ XLab and read the FAQ on the free space on your hard drive.
    3. See also release space on your Mac OS X startup disk.
    4. See where my disk space gone?.
    5. Remember to empty the Recycle Bin to reclaim space.
    6. Replace the disc with a larger. Check out OWC of readers, tutorials and boxes tools.
    7. Use OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are.

    [Permission to use any part of the foregoing has been granted by khati, exclusively, to theratter.]

  • Best Config for the new MBP 13 "retina? (decide between the RAM and the space... i7 also confirmation is worth)

    I'm in the market for a new MBP 13 "retina and I have a few questions about where max out of the unit.

    What I have... I currently have a renovated MBP 13 "retina, end 2012, 2.9 GHz, 8 GB to 128 GB of storage. I was especially pleased with this machine. I love the SSD and the quick start. The only regions that in deca for me were video compression and storage of physical disk speed. I currently have about 30 GB HD free space, but it's because I'm a Spartan and store essential files only on the MBP. Without a doubt, I want to double my storage on the following I buy (at least it will give it more leeway to work properly).

    What I do for a living... I am a writer and also a vlogger. I opted for the i7 chip because video compression is painful on the cell current, particularly H264. I use MS Word, Photoshop, Quicktime Pro and compression software to take videos and convert raw. MOV H264. So my core processing tasks, record audio/video and audio/video compression. I turn on photoshop work.

    What I would like to get...

    • MacBook Pro 13 inch with Retina display
    • 3.1GHz dual - core Intel Core i7, Turbo Boost up to 3.4 GHz
    • Intel Iris 6100 graphics card
    • 8 GB RAM
    • 256 GB HD

    My Questions:

    1. It is better to push either the HD or RAM, up to 16 GB or 512 GB, respectively? I can't afford both. Or does save $200. (I upgraded in general on 3-year cycles)
    2. I guess that the i7 will help with the compression of various media or export tasks I have? Usually, I have to record videos using the internal camera and then export it into a format more suitable for delivery. Same with the audio (except that I capture with a blue Yeti MIC). Basically, I want to just speed up export jobs and compression. To do this, I guess the i7 and turbo boost will shine?

    Just curious if anyone has any advice... I would like to purchase today. Thank you! I'm leaning towards i7 with 256 SSD and 8 GB of RAM. Since I already have an i7 on my 2012 model, descending into the processor speed is not really sense (2.9-2.7). Nor do the same (2.9 to 2.9). I'd love to 16 GB of RAM, but it pushes the machine to near $2 K.

  • How I and the spaces in the text property of a showDetailItem?

    Hi experts,

    I use Jdev 12.1.3 and I would like to add spaces in the text property of a showDetailItem like this:

    < af:showDetailItem text = ' #{rank. " Field1}-& \nbsp; -& \nbsp; #{rank. Field2})' id = 'sdi1.

    Works fine generated html code and makes the spaces, but the compiler gives an error:

    Error(1,1):  The page failed validation from validator: "org.xml.sax.SAXParseException; lineNumber: 84; columnNumber: 103; Undeclared referenced to entity "nbsp"
    
    
    

    How could I solve it?


    Kind regards

    Jose.

    Jose

    Try like this

     

    It looks like this on the page

    Ashish

  • The use of the space on the form that is coming when hide items

    Hello

    I have a problem with white space when I make the subform visible/hidden using java script based on condition.

    Let me explain the whole scenario. I created an adobe form for print the invoice details, basically, I have two pages, the second page is used to manage the content of first page overflow and the condition is that we should show the total on last page only when section we exit switchis on the invoice page. For this I wrote a script on the page second sub total form in such a way so that the subform will be visible only on the last page and will not appear on any other page. But due to hide the item, I get a blank space in other pages I want. I want to continue to print the deatisl of elements in this place to use that empty space.

    Can you guys help me with this problem.

    Thank you

    Suman

    You must create a floating shape. Set pages float up-down.

    All visible objects will be organized automatically as they are ordered in the hierarchy tree.

  • with respect to its use and the issue of time to watch on the iphone 6 s

    Hi, I'm a bit confused about the use and timing standy on 6 s 16 gb iphone. so my request is as follows: -.

    1.) after charging my iphone 6 s, 100%, I use it non-stop Messaging on whats app, Yearbook, online, twitter, without interruption. However, I don't watch the videos on you tube. Also my opinion, all location-based services are turned on. so in this case when I use it non-stop, the battery is going for almost 8 hours. so, it is normal that the battery to last for 8-9 hours when the phone is used non-stop.

    Thank you...

    prospects for an immediate response

    PAL Mickey


    Hello

    It seems ok to make battery last another 2/3 hours go into settings

    Disable Apps refresh also Bluetooth so do not use.

    See you soon

    Brian

  • D. Norton Antivirus backup drive in error and the space is low

    How to delete files on drive D?  Accidentally saved my Norton Antivirus to the D drive and continue to receive messages that the space is low.  Help, please!

    Hello

    Delete the old backup file Norton will not affect your current installation of Norton AV.

    Kind regards

    DP - K

  • When I try to open a chanel online, it seems to me the message: Microsoft Visual C++ Run time Library Error.Google Chrome and to view a chanel online that I use and the IE toolbar.

    original title: Hello!

    Hey, I have a question. When I try to open a chanel online seems to me the message: Microsoft Visual C++ Run time library error made in Google Chrome and to view a chanel in line that I use and IE toolbar. I'm waiting for a response. Thank you!

    Hello

    1. is this problem only occurs in Internet Explorer?
    2 may I know which version of IE are you using?

    Method 1:   
    If the problem occurs on Internet Explorer, try the link below.
    http://support.Microsoft.com/kb/822521

    Method 2 If on Chrome, I suggest you get contact with Chrome Forums.
    http://www.Google.com/support/forum/p/chrome

    Hope this information helps you.

  • Native of filebrowse using and the cascading Save dialog box

    In my application I need to open file and file save dialog box when a specific button is clicked. I looked at the docs of stunts, but I found that the native options. Tried the native alert dialog, change of filebrowse dialog type. It displays well on Simulator, but could not get any output file that will be used in the Qt code.

    I pass these parameters

    int * num = NULL;

    char * folder [1024];
    dialog_update (alert_dialog);

    to dialog_event_get_filebrowse_filepaths(event,file,num), but it always returns BPS_FAILURE.

    In addition, access_shared is present in the bar-descriptor

    Here is my code:

    //slot function
    void App::fileOpen(){
        //===========================
            dialog_instance_t alert_dialog = 0;
    
            bps_initialize();
    
            dialog_request_events(0);    //0 indicates that all events are requested
    
            if (dialog_create_filebrowse(&alert_dialog) != BPS_SUCCESS) {
                        fprintf(stderr, "Failed to create alert dialog.");
                        return ;
                }
                const char* extensions[] = {"*.*","*.jpg","*.jpeg","*.mp3","*.wav","*.mp4","*.txt","*.doc","*.pdf"};
                int items = 9;
                if(dialog_set_filebrowse_filter(alert_dialog, extensions,items) != BPS_SUCCESS){
                    fprintf(stderr, "Failed to set alert dialog message text.");
                            dialog_destroy(alert_dialog);
                           alert_dialog = 0;
                           return ;
                }
               if( dialog_set_filebrowse_multiselect(alert_dialog,FALSE)!=BPS_SUCCESS){
                   fprintf(stderr, "Failed to set alert dialog message text.");
                                dialog_destroy(alert_dialog);
                               alert_dialog = 0;
                               return ;
               }
    
            if (dialog_show(alert_dialog) != BPS_SUCCESS) {
                fprintf(stderr, "Failed to show alert dialog.");
                dialog_destroy(alert_dialog);
                alert_dialog = 0;
                return ;
            }
    
            int shutdown =0;
            while (!shutdown) {
                bps_event_t *event = NULL;
                bps_get_event(&event, -1);    // -1 means that the function waits
                                              // for an event before returning
    
                if (event) {
                    if (bps_event_get_domain(event) == dialog_get_domain()) {
    
                        int selectedIndex =
                            dialog_event_get_selected_index(event);
                        const char* label =
                            dialog_event_get_selected_label(event);
                        const char* context =
                            dialog_event_get_selected_context(event);
    
                        char **fileArray[]={};
                        int *numFiles = NULL;
                       //
                              if(selectedIndex == 0){
           shutdown = 1;//user press the cancel button on dialog; close the dialog
       }
       else if(selectedIndex == 1){
           if(dialog_event_get_filebrowse_filepaths(event,file,num)!=BPS_SUCCESS){
           fprintf(stderr,"File open fail");
       }
       else{
    
    //debug purposes
           fprintf(stderr,"File array: %d/n",sizeof(file)*1024);
               fprintf(stderr,"Num files: %n",num);
               //fprintf(stderr,"Files int: %d",files);
       }
    
       }
                    }
                }
            }
    
            if (alert_dialog) {
                dialog_destroy(alert_dialog);
            }
            //===========================
    }
    

    Native Subforums have no useful information on this subject. Any help is greatly appreciated

    Hello again, here's the example as promised.

    To use the native filebrowse dialog box, the native code must run in its own thread to prevent the user interface in the Cascades to block. This is achieved by encapsulating all the dialog box code in a class derived from QThread.  The class I wrote is called FileBrowseDialog

    FileBrowseDialog.hpp

    #ifndef FILEBROWSEDIALOG_HPP_
    #define FILEBROWSEDIALOG_HPP_
    
    #include 
    #include 
    #include 
    
    /*
     * The file browse dialog displays a dialog to browse and select
     * files from shared folders on the system.
     */
    class FileBrowseDialog : public QThread
    {
        Q_OBJECT
    
        /*
         * QML property to allow multiple selection
         */
        Q_PROPERTY(bool multiselect READ getMultiSelect WRITE setMultiSelect)
    
        /*
         * QML property to read the selected filenames
         */
        Q_PROPERTY(QVariant filepaths READ getFilePaths)
    
        /*
         * QML property to set or get the file filters. This is an
         * list array variant.
         */
        Q_PROPERTY(QVariant filters READ getFilters WRITE setFilters)
    public:
        /*
         * Ctor and Dtor
         */
        FileBrowseDialog(QObject* parent = 0);
        virtual ~FileBrowseDialog();
    
        /*
         * Exposed to QML to start the run loop which creates and displays the dialog.
         * The dialog is shown until a button is clicked.
         */
        Q_INVOKABLE void show();
    
    public:
        /*
         * Getter for the selected filenames QML property
         */
        QVariant getFilePaths() const;
    
        /*
         * Setter and Getter for the filters QML property
         */
        QVariant getFilters() const;
        void setFilters(QVariant const& value);
    
        /*
         * Getter and Setter for the multiselect QML property
         */
        bool getMultiSelect() const;
        void setMultiSelect(bool value);
    
    signals:
        /*
         * Signal emitted when the OK button has been clicked on the browse dialog
         * The OK button is not enabled unless a file is selected
         */
        void selectionCompleted();
    
        /*
         * Signal emitted when the cancel button has been clicked on the browse dialog
         */
        void selectionCancelled();
    
    protected:
        /*
         * Implements the run loop. Dialog stays open until a button is clicked.
         */
        virtual void run();
    
    protected:
        dialog_instance_t m_dialog;
        bool m_multiSelect;
        QVariantList m_filePaths;
        QVariantList m_filters;
    };
    
    #endif /* FILEBROWSEDIALOG_HPP_ */
    

    FileBrowseDialog.cpp

    #include "FileBrowseDialog.hpp"
    #include 
    #include 
    
    FileBrowseDialog::FileBrowseDialog(QObject* parent)
        : QThread(parent)
        , m_multiSelect(false)
    {
        m_filters.push_back(QString("*.*"));
    }
    
    FileBrowseDialog::~FileBrowseDialog()
    {
    }
    
    void FileBrowseDialog::show()
    {
        if (!isRunning())
        {
            m_filePaths.clear();
            start();
        }
    }
    
    QVariant FileBrowseDialog::getFilePaths() const
    {
        return m_filePaths;
    }
    
    bool FileBrowseDialog::getMultiSelect() const
    {
        return m_multiSelect;
    }
    
    void FileBrowseDialog::setMultiSelect(bool value)
    {
        m_multiSelect = value;
    }
    
    QVariant FileBrowseDialog::getFilters() const
    {
        return m_filters;
    }
    
    void FileBrowseDialog::setFilters(QVariant const& value)
    {
        m_filters = value.toList();
        qDebug() << "filter count: " << m_filters.count();
    }
    
    void FileBrowseDialog::run()
    {
        bps_initialize();
    
        //request all dialog events
        dialog_request_events(0);
        if (dialog_create_filebrowse(&m_dialog) != BPS_SUCCESS)
        {
            qDebug() << "Failed to create file browse dialog.";
            emit selectionCancelled();
            return;
        }
    
        //set the selection filters
        if (m_filters.count() > 0)
        {
            char** ext = (char**)new char[m_filters.count()*sizeof(char*)];
            int i = 0;
            for (QVariantList::iterator it = m_filters.begin(); it != m_filters.end(); ++it, ++i)
            {
                QString filter = it->toString();
                if (!filter.trimmed().isEmpty())
                {
                    int length = (filter.length() + 1) * sizeof(char);
                    ext[i] = new char[length];
                    strncpy(ext[i], filter.toAscii(), length);
                }
            }
            if (dialog_set_filebrowse_filter(m_dialog, (const char**)ext, m_filters.count()) != BPS_SUCCESS)
            {
                qDebug() << "unable to set file browse dialog extensions";
            }
            for (i = 0; i < m_filters.count(); i++)
            {
                delete ext[i];
            }
            delete ext;
        }
    
        if (dialog_show(m_dialog) != BPS_SUCCESS)
        {
            qDebug() << "Failed to show file browse dialog.";
            dialog_destroy(m_dialog);
            m_dialog = 0;
            emit selectionCancelled();
            return;
        }
    
        bool shutdown = false;
        while (!shutdown)
        {
            bps_event_t* event = NULL;
            bps_get_event(&event, -1);    // -1 means that the function waits
            // for an event before returning
    
            if (event)
            {
                if (bps_event_get_domain(event) == dialog_get_domain())
                {
                    //0=ok, 1=cancel
                    int selectedIndex = dialog_event_get_selected_index(event);
    
                    if (selectedIndex == 1)
                    {
                        int count;
                        char** filepaths;
                        if (BPS_SUCCESS == dialog_event_get_filebrowse_filepaths(event, &filepaths, &count))
                        {
                            for (int i = 0; i < count; i++)
                            {
                                qDebug() << "selected file: " << filepaths[i];
                                m_filePaths.push_back(QString(filepaths[i]));
                            }
                            bps_free(filepaths);
                        }
                        emit selectionCompleted();
                    }
                    else
                    {
                        emit selectionCancelled();
                    }
    
                    qDebug() << "Got file browse dialog click";
                    shutdown = true;
                }
            }
        }
    
        if (m_dialog)
        {
            dialog_destroy(m_dialog);
        }
    }
    

    This class derives from QObject (by QThread) which means that it can be used by QML when it exposes properties and signals. The FileBrowseDialog class has 3 properties

    -multiple selection: a Boolean flag indicating if single or multiple selection is allowed

    -filepaths: a read only value that returns the list of files selected

    -Filters: a read/write value is where you can specify one or more filters to file (for example, ".doc", "*.jpg") etc.

    The next part is how you call the FileBrowseDialog through the QML. To do this, we must inform the QML of the FileBrowseDialog page. This is done in the App class via the qmlregistertype code.

    App.cpp

    #include 
    #include 
    #include 
    
    #include "app.hpp"
    #include "FileBrowseDialog.hpp"
    
    using namespace bb::cascades;
    
    App::App()
    {
        qmlRegisterType("Dialog.FileBrowse", 1, 0, "FileBrowseDialog");
        QmlDocument *qml = QmlDocument::create("main.qml");
        qml->setContextProperty("cs", this);
    
        AbstractPane *root = qml->createRootNode();
        Application::setScene(root);
    }
    

    The QML is now ready to be able to use the FileBrowseDialog. The example below is a page complete qml which has a button and a label. When we click on the FileBrowseDialog button is open, and all selected files will appear in the label.

    Main.QML

    import bb.cascades 1.0
    import Dialog.FileBrowse 1.0
    
    Page {
        content: Container {
            Label { id: filebrowseDialogLabel }
            Button {
                text : "File Browse Dialog"
                onClicked: {
                    filebrowseDialog.show();
                }
            }
            attachedObjects: [
                FileBrowseDialog {
                    id: filebrowseDialog
                    multiselect : true
                    filters : ["*.doc","*.jpg","*.txt"]
                    onSelectionCompleted: {
                        if(filebrowseDialog.filepaths.length>0)
                            filebrowseDialogLabel.text = filebrowseDialog.filepaths[0];
                        else
                            filebrowseDialogLabel.text = "no file selected";
                    }
                    onSelectionCancelled: {
                        filebrowseDialogLabel.text = "file browse dialog was cancelled";
                    }
                }
            ]
        }
    }
    

    And it's pretty much just invoke the native dialog file navigation in stunts. Please note save the file would follow a similar model, but I found that this dialog box was not particularly useful because it displays only a simple dialogbox with a text file name entry.

    See you soon

    Swann

  • Its use and the demand for capacity

    Hello ps vRO community,

    I love ps vRO and there are many things that I would like to know. My question is why the workload (always) shows memory usage greater than demand and capacity, however there is no pretense.

    Thanks for the help,

    memory.JPG

    If the workload was 100% and its use has been 100% you would really use all the capacity of this virtual machine. If the workload was 120% and its use was 100%, you will have to add 20% more memory to meet the demand for this virtual machine.

    If the workload was 25% and its use was 100% you would really use 25% of this memory. You still have plenty of ability on the virtual machine, and depending on how stable that is 25%, you could probably reduced the memory of half and still be okay.

Maybe you are looking for

  • How to scan HP6510 for iPad 2

    I have an iPad 2 and you want to scan from my HP6510, I can print from. Any help appreciated.

  • How can I change my product key.

    Hi, I had my computer fixed. Its a really old computer and the person who fixed improved many things. He even re-installed Windows XP and makes it seem smoother and faster by adding more ram. I have been using this machine for awhile now, but then wh

  • How to perform a factory restore?

    original title: PA bear... because I do not have a vista disk figured out how destructive aka recovery... do I have to re - buy a copy of vista 32? ty4yh tootsnw everything I've read claims a disc to use... my system came with one.  where can I find

  • 27 a XPS cannot update to the latest NVidia drivers

    Hello! I have some GFX linked the issue to be resolved, and for that, should be update my GFX NVidia drivers latest version.  The GFX card is a NVidia GeForce GT M 640 with drivers V. 295.55 on a Dell XPS One 27 i7. First of all, I went on NVIdia's w

  • Can VPN site-to-site with just 1 static IP address in PIX?

    Hi all Can I use pix for VPN with just 1 static IP address as follows: LAN-A---PIX1---INTERNET---PIX2---LAN-B Just PIX1 has static IP, PIX2 use DHCP from ISP. I have the config this type of VPN with another brand equipment. But the use of PIX, I just