Hot RMAN backup requires archivelog all the time?

Hi all

consider: a dml operation is running in oracle database 11 g. After a while he completed and published a statement commit. Now, I took a full hot backup with rman. but backup of archivelog dint take (its must I know, but I want to know if we can do incomplete recovery using only the full backup and the database open with RESETLOGS option?

Kindly let me know if we can do incomplete recovery using only full database backup, or we must need archivelog to open the database?

Kind regards

Tell your DATABASE BACKUP begins at 01:00 and ends at 01:50. At a minimum, you must save the Archivelogs from 01:00 for the first archivelolg after 01:50.  Technically you don't need the archivelogs in until 01:00. However, if you want to make a point in time recovery (which is a MUST for any production database), you should also save the archivelogs "earlier", which can be used with the last database backup.

Your commitment does NOT guarantee that the database files are immediately updated - DBWR differs "lazily" writing in database files.  Your commitment is preserved in the online redo log. This should be archived an Archivelog and saved.

Hemant K Collette

Tags: Database

Similar Questions

  • Error in the creation of the database of hot RMAN backup

    Hello

    I created the database at the time of the installation of Oracle software. Name AAA
    Now I took hot RMAN backup of database and after the fall of database.

    Now I want to restore the database again, but I am facing a problem.

    as: if I want to connect RMAN, $rman target / it gives error

    Recovery Manager: Release 10.2.0.1.0 - Production on Tue may 24 15:29:17 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04005: target database error:
    ORA-12560: TNS:protocol adapter error

    Please help to get me out of this problem.


    Regs,
    Brij

    See this topic and say if this can help

    http://forums.Oracle.com/forums/thread.jspa?threadID=2190328&TSTART=90

  • RMAN: Backups not exipring after the window of redundancy.

    
    

    Hello

    I meet backup sbt_tape and the use of the slot block:

    run{
    ALLOCATE CHANNEL C1 TYPE SBT_TAPE PARMS='SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so,
    ENV=(STORAGE_UNIT=CH2-nwtdb-Oracle, BACKUP_HOST=172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    ALLOCATE CHANNEL C2 TYPE SBT_TAPE PARMS='SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so,
    ENV=(STORAGE_UNIT=CH2-nwtdb-Oracle, BACKUP_HOST=172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    ALLOCATE CHANNEL C3 TYPE SBT_TAPE PARMS='SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so,
    ENV=(STORAGE_UNIT=CH2-nwtdb-Oracle, BACKUP_HOST=172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    ALLOCATE CHANNEL C4 TYPE SBT_TAPE PARMS='SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so,
    ENV=(STORAGE_UNIT=CH2-nwtdb-Oracle, BACKUP_HOST=172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    backup incremental level 0 database filesperset=1 format '%d_L0_DF%f_%T_%u.dbf' tag 'DB_L0_DF_#_DT_UNQNO';
    backup current controlfile format '%d_L0_CF_%T_%u.ctl' tag 'DB_L0_CF_DT_UNQNO';
    backup incremental level 0 archivelog all filesperset=1 format '%d_L0_AL_%h_%e_%T_%u.arc' tag 'DB_L0_ARC#_DT_UNQNO';
    crosscheck backup of database;
    crosscheck backup of archivelog all;
    delete noprompt expired backup of database;
    delete noprompt expired backup of archivelog all;
    }
    

    My backups work perfectly, but for some reason, my backups expire even though my redudancy is set to 7 days.

    In my dest backup, I have backups as old as March 13, which should have been expired since a long time back.

    Any ideas what could be wrong?

    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name IWTPR are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 4 BACKUP TYPE TO COMPRESSED BACKUPSET;
    CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 4 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE 'SBT_TAPE' TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE 'SBT_TAPE' TO 1;
    CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS  'SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so, ENV=(STORAGE_UNIT=CH2-nwtdb-Oracle, BACKUP_HOST=172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128';
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE;
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '+IWTPRFRA/IWTPR/snapcf_IWTPR.f';
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '+IWTPRFRA/iwtpr/snapcf_iwtpr.f';
    

    Thanks in advance,

    aBBy.

    Details of env: RAC 4 node cluster running 11.2.0.3.4 GI/RDBMS on RHEL 5. 6

    AB007 wrote:

    Hello

    I meet backup sbt_tape and the use of the slot block:

    1. Run {}
    2. ALLOCATE CHANNELS C1 TYPE SBT_TAPE PARMS='SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so.
    3. ENV = (STORAGE_UNIT = CH2-nwtdb-Oracle, BACKUP_HOST = 172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    4. ALLOCATE channel C2 TYPE SBT_TAPE PARMS='SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so,
    5. ENV = (STORAGE_UNIT = CH2-nwtdb-Oracle, BACKUP_HOST = 172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    6. ALLOCATE CHANNELS C3 TYPE SBT_TAPE PARMS='SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so.
    7. ENV = (STORAGE_UNIT = CH2-nwtdb-Oracle, BACKUP_HOST = 172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    8. ALLOCATE CHANNELS C4 TYPE SBT_TAPE PARMS='SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so.
    9. ENV = (STORAGE_UNIT = CH2-nwtdb-Oracle, BACKUP_HOST = 172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    10. filesperset database backup incremental level 0 = 1 format '% d_L0_DF%f_%T_%u.dbf' tag "DB_L0_DF_ #_DT_UNQNO";
    11. backup current controlfile '% d_L0_CF_%T_%u.ctl' format tag "DB_L0_CF_DT_UNQNO".
    12. incremental backup of level 0 archivelog all filesperset = 1 format '% d_L0_AL_%h_%e_%T_%u.arc' tag "DB_L0_ARC #_DT_UNQNO";
    13. cross-checking of backup of database;
    14. backup duplication of the archivelog all;
    15. delete noprompt expired backup of database;
    16. delete expired backup noprompt to archivelog all;
    17. }

    My backups work perfectly, but for some reason, my backups expire even though my redudancy is set to 7 days.

    In my dest backup, I have backups as old as March 13, which should have been expired since a long time back.

    Any ideas what could be wrong?

    1. RMAN > show all.
    2. using the control file of the target instead of recovery catalog database
    3. RMAN settings for database with db_unique_name IWTPR are:
    4. CONFIGURE RETENTION POLICY TO RECOVERY OF 7-DAY WINDOW;
    5. CONFIGURE BACKUP OPTIMIZATION
    6. CONFIGURE THE TYPE OF DEFAULT DEVICE TO 'SBT_TAPE ';
    7. CONFIGURE CONTROLFILE AUTOBACKUP
    8. CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default
    9. CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO "%F" # by default
    10. SET UP THE DEVICE TYPE DISK PARALLELISM 4 TYPE OF BACKUP TO COMPRESSED BACKUPSET;
    11. SET UP THE DEVICE TYPE 'SBT_TAPE' PARALLELISM 4 TYPE OF BACKUP BACKUPSET.
    12. CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1;
    13. CONFIGURE BACKUP COPIES OF DATA FILE FOR THE 'SBT_TAPE' UNIT 1;
    14. CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1;
    15. CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE 'SBT_TAPE' 1;
    16. CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=/u01/app/oracle/product/11.2.0.3/db1/lib/libddobk.so, ENV is (STORAGE_UNIT = CH2-nwtdb-Oracle, BACKUP_HOST = 172.28.136.50, ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/db1)';
    17. CONFIGURE MAXSETSIZE TO UNLIMITED;
    18. CONFIGURE THE DATABASE ENCRYPTION
    19. CONFIGURE THE ENCRYPTION ALGORITHM "AES128";
    20. CONFIGURE COMPRESSION ALGORITHM 'BASIC' AND 'DEFAULT' LIBERATION OPTIMIZE FOR TRUE LOAD;
    21. CONFIGURE THE NONE ARCHIVELOG DELETION POLICY;
    22. CONFIGURE the SNAPSHOT CONTROLFILE NAME to "+ IWTPRFRA/IWTPR/snapcf_IWTPR.f";
    23. CONFIGURE the SNAPSHOT CONTROLFILE NAME to "+ IWTPRFRA/iwtpr/snapcf_iwtpr.f";

    Thanks in advance,

    aBBy.

    Details of env: RAC 4 node cluster running 11.2.0.3.4 GI/RDBMS on RHEL 5. 6

    You are confusing "expired" with "obsolete".

    When a backupset is created, an account of which is placed in the control file.

    If you backup ' overlap ', rman checks these records against reaility.  If no backup turns out have disappeared, his file is marked as "expired".  That follow-up with a 'delete expired backup', and missing backups (expired) records will be deleted from the repository.

    What you want is "delete obsolete.  Which will remove any backup that is no longer necessary to enforce the retention period.

    BTW, "redundancy" and "x days" are mutually exclusive.

  • "Backup canceled because all the files were ignored"

    Hello

    I'm performing backup of database by using the following command:

    Run {}
    allocate channel c1 device type disk;
    database backup incremental level 0 more entered archivelog delete;
    output channel c1;
    Validate restore them database;
    }

    While they inspected the RMAN newspapers, it ends, and I can say that it is a good backup. I can also list the components of backup that has been backed up. After this step, I want the flash_recovery_area on a backup tape, I used this command:

    Run {}
    allocate channel t1 device type sbt;
    BACKUP RECOVERY AREA;
    REMOVE the TYPE of DEVICE OBSOLETE sbt;
    output channel t1;
    }

    When I do that, I get this message from the newspapers, and I see not all tape backup:

    -NEWSPAPERS-
    allocated channel: t1
    channel t1: SID = 503 device type = SBT
    channel t1: Oracle Secure Backup

    From 23 July 11 backup
    Specification does not match any newspaper archived in the recovery catalog
    Specification does not match any data file copy in the repository
    Specification does not match any backupset in the repository
    backup cancelled because all the files were ignored
    Backup finished July 23, 11

    RMAN retention policy apply to the order
    RMAN retention policy is set to 7 days recovery window
    not found obsolete backups

    output channel: t1

    RMAN >

    I don't understand why I get this message when in fact, I archivelog and datafile backupset saved in my FRA. Any ideas?

    Thank you!

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK to 'C:\oracle\flash_recovery_area\PROD\AUTOBACKUP\%d-%F ';
    CONFIGURE CHANNEL DEVICE TYPE DISK MAXPIECESIZE 2 G FORMAT 'C:\oracle\flash_recovery_area\PROD\BACKUPSET\%d-%T-%U ';

    When you specify a FORMAT, Oracle takes this format as the backup location. It may happen to be physically identical to your FRA, but it is not logically the same as your FRA.
    A BACKUP RECOVERY AREA is not 'find' these backups because they are not logically in the FRA.

    You will also find that Oracle automatic management of the FRA (where it automatically removes OBSOLETE etc backups) will not work against these backuppieces - once again, because they are "not in the FRA.

    A good backup RMAN that goes to the FRA relies on 'db_recovery_file_dest' (and "db_recovery_file_dest_size"). This is set up, a simple "BACKUP DATABASE" (or "BACKUP AS COMPRESS BACKUPSET DATABASE") will create BackupSets in the FRA. It will automatically create the appropriate folder structure (each day is a new folder). Controlfile AutoBackups, too, should use the FRA.

    See the Oracle support Article: 'configuration correctly the box Flash recovery to allow the release of recoverable space [ID 316074.1] ".

    Hemant K Collette

  • EBS cloning using hot RMAN backup

    Hi hussein/helios,

    EBS R12.0.6
    Oracle 10g DB

    I was cloning EBS using cold backup, which means that I stop the database and copy it.
    Today, as I face a problem of cloning because I am not allowed to stop the database. This is my first time at this meeting.
    I want to clone a PROD EBS customer, but he's working on a service 24 x 7, which means that I can not close easily.
    I have a RMAN backup, full of Sundays and archive newspapers every day.
    Can you give me the metalink notes where I can clone using a hot RMAN backup?

    Thank you very much

    MsK

    Salvation;

    Now I'm here;

    Let me share my experience with you

    1. copy your ORACLE_HOME from source to the target
    2 give her permission
    3. restore your Db on your target with RMAN
    4. use the ORACLE_HOME which are copied from the source to target
    5. you must activate the automatic configuration on the new database, follow below

    * With the help of automatic configuration to manage system Configurations in Oracle E-Business Suite Release 12 [ID 387859.1] *.
    Section 3: Patch 3.2 AutoConfig. Enabling AutoConfig on a new Oracle home

    Respect of
    HELIOS

  • Error all the time

    The following error keeps showing all the time. Unable to find a motive. Any idea on what this means and how I can solve it?

    "pteiddialogdaemon quit unexpectedly.

    is there a reason you are stay on 10.11.5 and not do the 10.11.6 and subsequent updated?

    otherwise I suggest you backup with Time Machine and see if the updates to the OS and iTunes fix this.

  • iPad Air crashes all the time

    I have been using my iPad Air since the day wherever she launched and I have had no problem, however, in my overall experience. But about a week ago my iPad started to be slower and slower and it crashed all the time to reach a State where it is now more usable. Other problems include not being able to type my password a few times and when and if I get to the home screen, if I want to launch an application, there is usually a delay of about 1-5 minutes until it starts and when it does rarely it works correctly and it crashes after a while. I tried several times and with different ways to solve this problem and I was also advised by the answers to similar questions to mine with a few solutions, but none of them worked. More precisely what I tried was: 1. I've updated to the latest iOS 9.3.1 just to be sure that wasn't the problem because the update included bug fixes (here, it is worth noting that I could not install the update from my iPad as it has already had a serious problem and so I had to install from iTunes by connecting to a computer) , but wasn't it 2. After that, I was advised to erase history and Web site data just to be sure and I did but that does not solve the problem of equal to 3. What I read in an answer to a similar question to mine, it was to zero all the setting so that's what I was doing and I was really hoping it would work, but once again unfortunately, it didn't. I repeat that I had no problem with my iPad Air in general and that the RAM was just enough for my needs, also generally clean apps from multitasking when I see that it becomes any more slowly. To try to resolve the problem, I had to force reboot my iPad a couple of times just to get this small window of time where he has not overwritten which lasted about a minute just enough to do what I had to do before returning to its state constantly crashing. What concerns me is that as I read in a q & a this problem could be caused by a specific application, and that means I have to uninstall one by one to see if it is one of them and who would take centuries. Moreover, now that a week has passed I can not even open the home screen like iPad refuses turn on properly and it needs constant restarting... If anyone has any advice or had to face the same problem, or his personal experience, please share it with me, also if you know all the possible solutions I have tried I would be happy to hear them!

    I wouldn't wipe my content that I have a lot of things that is indispensable for my work in the iPad and I can could use backup but the last one I was since last year that I have no more storage iCloud for storing another. Yet once please share only advise and solutions with me, I appreciate your help.

    Model: iPad Air

    iOS: 9.3.1

    Two suggestions:

    (1) your iPad could be faulty in which case, you can do is take it to an Apple Store for testing.

    (2) if the problem is with all the software, that you can do at this point is a system restore. You can't do that, but there is nothing else to try. Many you will lose some data, but unfortunately you have not backed up on a regular basis. I wish I had better news.

    The system restore. First backup your device via iTunes if you still can. Then import your photos on your computer. Try to restore from the backup first and test it. If this does not help, you may need to restore as a new and reconfigure from scratch. Here are the steps for a restoration:

    https://support.Apple.com/en-us/HT201252

  • Can not access the site Web of John Lewis, get message server unexpectedly dropped the connection all the time

    Use the iMac with El Capitan 10.11.1 & Safari 9.0.1

    During the last week, I was unable to access the site Web of John Lewis and the message "Safari cannot open page www.johnlewis.com because the server dropped the connection unexpectedly. Sometimes this happens when the server is busy. Wait a few minutes and then try again"I retry but get the same message all the time. Can access all other sites ok.

    I emptied the cache, deleted the cookies and history. Enter the name of the site in its entirety is not helped either.

    Unable to access the Web by John Lewis site with my iPad either.

    Help!

    Try restarting/resetting the router.

    Try a reboot.

    Make a backup using Time Machine or a cloning program, to ensure that data files can be recovered. Two backups are better than one.

    Try to set up another admin user account to see if the same problem persists. If back to my Mac is enabled in system preferences, the guest account will not work. The intention is to see if it is specific to an account or a system wide problem. This account can be deleted later.

    Isolate a problem by using a different user account

    If the problem is still there, try to start safe mode using your usual account.  Disconnect all devices except those necessary for the test. Shut down the computer and then put it up after a 10 second wait. Immediately after hearing the startup chime, hold down the SHIFT key and continue to hold it until the gray Apple icon and a progress bar appear. Startup is considerably slower than normal. This will reset some caches, forces a check for directory and disables all start-up and connection, among other things. When you restart normally, the initial restart may be slower than normal. If the system is operating normally, there may be 3rd party applications that pose a problem. Try to delete/disable the third-party applications after a reboot using the UN-Installer. For each disable/remove, you need to restart if you do them all at once.

    Safe mode - on El Capitan

    Start Mode without failure-El Capitan.

  • My very old DELL does not start all the time. And when that happens, it doesn't look very good.

    Original title: Please help

    I HAVE A VERY OLD DELL LAPTOP THAT WILL NOT START ALL THE TIME, AND WHEN THAT HAPPENS IT LOOKS LIKE SA WORKS VERY HARD!

    I HAVE A VERY OLD DELL LAPTOP THAT WILL NOT START ALL THE TIME, AND WHEN THAT HAPPENS IT LOOKS LIKE SA WORKS VERY HARD!

    It seems that two things must happen... Three if you don't have good backups (it would be the first thing * if * you have not any outside of the machine.)

    (1) the material must be tested.  By restarting and pressing the combination of keys at the right time could test the hard/readers/speed control (CTRL + ALT + D, on a dell computer before starting at startup of Windows.)  For other tests - Dell probably put on a partition or sent a CD with the machine that allows you to perform a battery of tests on the... video, audio equipment, etc.

    (2) a restoration clean install a factory should probably be made * if * hardware testing are in agreement.  You could probably clean the machine by following the steps I'll give you - but knowing no more about the problem that we are so far... If that does not better... it's perception, or something so serious, that a clean install is probably the only real 'next step '.

    (And if the new facility does not solve it and analysis of material found nothing - that's the perception, or something (material) defective which is not be picked up).

    Search for malware:

    Download, install, execute, update and perform analyses complete system with the two following applications:

    Remove anything they find. Reboot when necessary. (You can uninstall one or both when finished.)

    Search online with eSet Online Scanner.

    The less you have to run all the time, most things you want to run will perform:

    Use Autoruns to understand this all starts when your computer's / when you log in. Look for whatever it is you do not know usingGoogle (or ask here.) You can hopefully figure out if there are things from when your computer does (or connect) you don't not need and then configure them (through their own built-in mechanisms is the preferred method) so they do not - start using your resources without reason.

    You can download and use Process Explorer to see exactly what is taking your time processor/CPU and memory. This can help you to identify applications that you might want to consider alternatives for and get rid of all together.

    Do a house cleaning and the dust of this hard drive:

    You can free up disk space (will also help get rid of the things that you do not use) through the following steps:

    Windows XP should take between 4.5 and 20 GB * with * an Office suite, editing Photo software, alternative Internet browser (s), various Internet plugins and a host of other things installed.

    If you are comfortable with the stability of your system, you can delete the uninstall of patches which has installed Windows XP...
    http://www3.TELUS.NET/dandemar/spack.htm
    (Especially of interest here - #4)
    (Variant: http://www.dougknox.com/xp/utils/xp_hotfix_backup.htm )

    You can run disk - integrated into Windows XP - cleanup to erase everything except your last restore point and yet more 'free '... files cleaning

    How to use disk cleanup
    http://support.Microsoft.com/kb/310312

    You can disable hibernation if it is enabled and you do not...

    When you Hibernate your computer, Windows saves the contents of the system memory in the hiberfil.sys file. As a result, the size of the hiberfil.sys file will always be equal to the amount of physical memory in your system. If you don't use the Hibernate feature and want to reclaim the space used by Windows for the hiberfil.sys file, perform the following steps:

    -Start the Control Panel Power Options applet (go to start, settings, Control Panel, and then click Power Options).
    -Select the Hibernate tab, uncheck "Activate the hibernation", and then click OK. Although you might think otherwise, selecting never under "Hibernate" option on the power management tab does not delete the hiberfil.sys file.
    -Windows remove the "Hibernate" option on the power management tab and delete the hiberfil.sys file.

    You can control the amount of space your system restore can use...

    1. Click Start, right click my computer and then click Properties.
    2. click on the System Restore tab.
    3. highlight one of your readers (or C: If you only) and click on the button "settings".
    4 change the percentage of disk space you want to allow... I suggest moving the slider until you have about 1 GB (1024 MB or close to that...)
    5. click on OK. Then click OK again.

    You can control the amount of space used may or may not temporary Internet files...

    Empty the temporary Internet files and reduce the size, that it stores a size between 64 MB and 128 MB...

    -Open a copy of Microsoft Internet Explorer.
    -Select TOOLS - Internet Options.
    -On the general tab in the section 'Temporary Internet files', follow these steps:
    -Click on 'Delete the Cookies' (click OK)
    -Click on "Settings" and change the "amount of disk space to use: ' something between 64 MB and 128 MB. (There may be many more now.)
    -Click OK.
    -Click on 'Delete files', then select "Delete all offline content" (the box), and then click OK. (If you had a LOT, it can take 2 to 10 minutes or more).
    -Once it's done, click OK, close Internet Explorer, open Internet Explorer.

    You can use an application that scans your system for the log files and temporary files and use it to get rid of those who:

    CCleaner (free!)
    http://www.CCleaner.com/
    (just disk cleanup - do not play with the part of the registry for the moment)

    Other ways to free up space...

    SequoiaView
    http://www.win.Tue.nl/SequoiaView/

    JDiskReport
    http://www.jgoodies.com/freeware/JDiskReport/

    Those who can help you discover visually where all space is used. Then, you can determine what to do.

    After that - you want to check any physical errors and fix everything for efficient access"

    CHKDSK
    How to scan your disks for errors* will take time and a reboot.

    Defragment
    How to defragment your hard drives* will take time

    Cleaning the components of update on your Windows XP computer

    It is a good idea at this time to ensure that you continue to get the updates you need. This will help you ensure that your system update is ready to do it for you.

    Download and run the MSRT tool manually:
    http://www.Microsoft.com/security/malwareremove/default.mspx
    (Ignore the details and download the tool to download and save to your desktop, run it.)

    Reset.

    Download/install the latest program Windows installation (for your operating system):
    (Windows XP 32-bit: WindowsXP-KB942288-v3 - x 86 .exe )
    (Download and save it to your desktop, run it.)

    Reset.

    and...

    Download the latest version of Windows Update (x 86) agent here:
    http://go.Microsoft.com/fwlink/?LinkId=91237
    ... and save it to the root of your C:\ drive. After you register on theroot of the C:\ drive, follow these steps:

    Close all Internet Explorer Windows and other applications.

    AutoScan--> RUN and type:
    %SystemDrive%\windowsupdateagent30-x86.exe /WUFORCE
    --> Click OK.

    (If asked, select 'Run'). --> Click on NEXT--> select 'I agree' and click NEXT--> where he completed the installation, click "Finish"...

    Reset.

    Now reset your Windows with this FixIt components update (you * NOT * use the aggressive version):
    How to reset the Windows Update components?

    Reset.

    Now that your system is generally free of malicious software (assuming you have an AntiVirus application), you've cleaned the "additional applications" that could be running and picking up your precious memory and the processor, you have authorized out of valuable and makes disk space as there are no problems with the drive itself and your Windows Update components are updates and should work fine - it is only only one other thing youpouvez wish to make:

    Get and install the hardware device last drivers for your system hardware/system manufacturers support and/or download web site.

    If you want, come back and let us know a bit more information on your system - particularly the brand / model of the system, you have - and maybe someone here can guide you to the place s x of law to this end. This isn't 100% necessary - but I'd be willing to bet that you would gain some performance and features in making this part.

  • Why the photo stops all the time by watching the video of youtube

    everything by watching videos on youtube picture stops all the time

    Hi erna eisenwort,.

    Thanks for posting in the Microsoft community.

    Before you start the troubleshooting steps, I need the information required.

    1. what web browser do you use?

    2 did you receive an error message?

    3 did you changes to the computer?

    4. this problem only occurs with the web site?

    If you use Internet explorer, I suggest you to see link and check.

    The video problems when you use Internet Explorer

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

    WARNING: Reset Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings

    Please follow these recommended steps, review the additional information provided and after back if you still experience the issue. I will be happy to provide you with additional options available that you can use to get this resolved.

  • My computer shuts down unexpectedly, all the time. It is not the disk space. I don't know what it is.

    Original title: MY COMPUTER IS down unexpectedly, ALL THE TIME, IT is NOT DISK SPACE... I DON'T KNOW WHAT IT IS

    CAN YOU PLEASE ME SAY WHAT DO TO SLOVE THIS PROBLEM, MY COMPUTER STOPS UNEXPECTEDLY, ALL THE TIME.

    Hello

    Could be heat related - try using a small fan to blow into the air intakes to see if that helps.
    It is just like it loses power or stop it in the normal way? Keep in mind
    This associated heat does not always mean too much heat as it is often a part or a component
    who is too sensitive to normal levels even heat.

    Remove ALL power and reinstall all the memory cards and cables (both ends where possible).
    in fact, remove and replace - don't do not just tight. Remove the dust bunnies and clean the
    air vents. Check that fans are working (before and after opening the case). When your laptop on all the
    You can do is to reinstall the memory and clean the vents (still may try to add a small fan as a
    test).

    This sounds like material so if the above does not help you then probably need help
    a real computer store (not the leeks and the glances at a Best Buy or other stores) or the
    Support of system Maker.

    ===========================================================

    Check with these utilities to see if information may be collected: run BlueScreenView
    to see if there were any BlueScreens and verify in MyEventViewer at shutdown
    (or a few seconds before) See the event log contains useful information.

    It is an excellent tool for displaying the blue screen error information

    -Free - BlueScreenView scans all your minidump files created during "blue screen of death," collisions
    and displays information about all accidents of a table.
    http://www.NirSoft.NET/utils/blue_screen_view.html

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

    MyEventViewer can be verified at the time of the blue screen (BSOD) or event within a second
    or time of the BSOD or event to provide more information about the possible cause - see TIP.

    MyEventViewer - free - a simple alternative in the standard Windows Event Viewer.
    TIP - Options - Advanced filter allows you to see a period of time instead of the whole of the record-
    Set it a bit before and after the time of the event or BSOD.
    http://www.NirSoft.NET/utils/my_event_viewer.html

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

    AppCrashView - free - a small utility for Windows Vista and Windows 7 which shows details
    application of all accidents occurred in your system. The information breaks down is extracted from the
    .WER files created by the Windows Error Reporting (WER) of the operating system component of each
    time that an accident has occurred. AppCrashView also allows you to easily record the list of accidents to
    text/html/csv/xml file.
    http://www.NirSoft.NET/utils/app_crash_view.html

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

    Also do this so you can see the probable bluescreens. (You may or may not be able to see
    them if they occur even after doing this according to the cause.)

    Windows Vista restarts automatically if your computer encounters an error that requires him to plant.
    (also Windows 7)
    http://www.winvistatips.com/disable-automatic-restart-T84.html

    I hope this helps and happy holidays!

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • How to stop security WARNING pop up all the time to come

    original title: question of security warning

    How to stop security alert pop up coming all the time when you view the web site Clikpic. Whenever I select an image or a page, he asks me to select Yes or no, if I want to see the next page.

    Hi EDeeS,

    The settings Windows 7 UAC (User Account Control) has a slider to change your level of comfort with the notifications. You can choose one of the following four options:

    ·         Always notify me and wait for my reply. UAC (User Account Control) prompt is displayed on the Office secure when a program is trying to install the software or when you or a program tries to change the settings of Windows. If you do not click Yes, after 30 seconds, the UAC (User Account Control) prompt automatically denies the request.

    ·         Always inform me. The UAC (User Account Control) prompt will appear on the desktop when a program tries to install the software or if you or a program changes Windows settings. If you do not click Yes, after 30 seconds the UAC prompt automatically denies the request.

    ·         Notify me only when programs try to make changes to my computer. You are notified only when a program tries to make changes to your computer, including changes to Windows settings.

    ·         Never notify me. This selection disables UAC (User Account Control).

    http://TechNet.Microsoft.com/en-us/library/cc709691 (WS.10) .aspx #BKMK_S2

    Note: You must restart your computer when you turn on or turn off UAC (User Account Control). Change levels of notification does not require that you restart your computer.

    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-change-the-behavior-of-user-account-control-by-using-the-slider

    When should I programs to make changes to my computer?

    http://Windows.Microsoft.com/en-za/Windows7/when-should-I-allow-programs-to-make-changes-to-my-computer

  • How to keep the session active all the time?

    Hello

    I have a requirement where the page should be active all the time.

    The session should never expires. If I put 1 session timeout in the web.xml file, be active all the time?

    What kind of performance issue it will cause server as memory consumption etc.? Please notify.

    If the timeout of session-1 will keep active all the time.

    See the doc:

    http://docs.Oracle.com/CD/E24329_01/Web.1211/e21049/web_xml.htm#WBAPP533

  • GeForce 7350LE graphics card fan is running all the time or at certain temperatures?

    I have a HP Pavilion m8147c Media Center with AMD Atlon 64 X 2 Dual Core processor 5600 + 2.80 GHz 3 GB of Ram and run these last time the parser when began to enter the mode "sleep" or something. Sometimes, there is a warning that says something like no signal DVI and one more, but still not long enough to read all this. I am running Vista Home Premium 32 bit. I had just installed a new game but enough course has nothing to do with that I used the system restore and backed up to a time before it was installed. At the beginning it was only when you play, but now, it happens with almost nothing running. This pc was purchased in July 2007 and I have another office but I let my wife use one and I use the other. I opened the folder and clean all the dust but noticed when I booted again that the fan does not work on the video card. I don't know if it lights at certain times or works all the time but I think that's the problem. He was about one hour and lights do not at all. Any information will be appreciated.

    captna wrote: thanks again for the help, I thought it was probably the case but never bothered with graphics cards before today. Any thoughts on an upgrade for not much more money? It was a pretty good pc when I bought it, but it is old, and there should be some video cards better for the same price that would work. I'll add some memory and while I am because the grandchildren need to play their games too. Do you know where to find an upgrade that would be compatible? Yet once again, I appreciate the help.

    Hello captna, here is a link for the specifications of your system. It shows that the system was delivered with a 300 Watt power supply.

    There is not much better performing video cards that work with a 300 Watt power supply. Most require at least a 400 Watt power supply or greater power.

    You could improve the feed and the video card, then possibly 4 new memory modules, but the cost would start to add up. On a system to make a few years about it, I don't know if this would be the way to go, or consider getting a new system.

    You could simply acquire a new video of the same type card and get the system back, because there was, or even try and find a graphics card fan to replace the failed fan. It would be the least expensive option.

    Your system was shipped with the memory 3 X 1 GB modules. It only supports 4 X 1 memory modules, so upgrading the memory would not help all that much. You'd probably remove the existing memory and install 4 new memory modules in order to be compatible with your system memory. It is not recommended to mix memory strips.

    Just some thoughts.

  • I have iphone5s and my contact id does not work, all the time he show faild Setup touch id please help?

    I have iphone5s and my contact id does not work, all the time he show faild Setup touch id please help?

    Hi yjain51,

    I understand you had some problems recently with getting Touch ID to work reliably on your iPhone 5s. I know that it is a feature of great security for your iPhone, so I'm happy to help you.

    When you use Touch ID, make sure that your hands are free of any dirt or moisture so that fingerprints can be read clearly. This article explains further:

    Use the ID Touch on iPhone and iPad - Apple Support

    Thank you for using communities Support from Apple. See you soon!

Maybe you are looking for