Switch datafile all

Hi
If I use "set new name" command in rman, do I always have to issue "switch datafile all;" command ?
I`ve just used duplicate command to duplicate a database and used "set new name" in run block , I didnt specify "switch datafile all" command , and it worked without any issues

Hi,
We don't know your version, the commands you entered etc. but it's not always necessary. Perhaps you use DB_FILE_NAME_CONVERT for example ? In this case RMAN even does the "set new name" commands for you.
A quick example with a single command "duplicate" (the initP102DUP.ora I created from the spfile of P102 includes DB_FILE_NAME_CONVERT
and LOG_FILE_NAME_CONVERT) :
rman target sys/XXXXXX@P102 auxiliary /                                                                                       
Recovery Manager: Release 10.2.0.5.0 - Production on Sam. Févr. 5 09:25:01 2011
Copyright (c) 1982, 2007, Oracle.  All rights reserved.
connecté à la base de données cible : P102 (DBID=1526015026)
connexion établie avec la base de données auxiliaire : P102DUP (non montée)
RMAN> duplicate target database to P102DUP;
Démarrage de Duplicate Db dans 05/02/11
utilisation du fichier de contrôle de la base de données cible au lieu du catalogue de récupération                                                                                  
canal affecté : ORA_AUX_DISK_1                                                            
canal ORA_AUX_DISK_1 : sid=155 typedev=DISK                                               
contenu de script mémoire:
   set until scn  454134;
   set newname for datafile  1 to
"/u02/oradata/P102DUP/system01.dbf";
   set newname for datafile  2 to   
"/u02/oradata/P102DUP/undotbs01.dbf";
   set newname for datafile  3 to    
"/u02/oradata/P102DUP/sysaux01.dbf";
   set newname for datafile  4 to    
"/u02/oradata/P102DUP/users01.dbf"; 
   restore                           
   check readonly                    
   clone database                    
exécution de script mémoire          
exécution de la commande : SET until clause
exécution de la commande : SET NEWNAME
exécution de la commande : SET NEWNAME
exécution de la commande : SET NEWNAME
exécution de la commande : SET NEWNAME
Démarrage de restore dans 05/02/11
utilisation du canal ORA_AUX_DISK_1
canal ORA_AUX_DISK_1 : restauration du fichier de données 00001
copie du fichier de données en entrée recid=5 horodatage=741817866 nom=/u01/app/oracle/product/10.2.0/db_1/dbs/data_D-P102_I-1526015026_TS-SYSTEM_FNO-1_06m3eff4                     
destination de restauration du fichier de données 00001: /u02/oradata/P102DUP/system01.dbf
canal ORA_AUX_DISK_1 : copie du fichier de données 00001 copiée                           
fichier de sortie=/u02/oradata/P102DUP/system01.dbf                                       
canal ORA_AUX_DISK_1 : restauration du fichier de données 00002                           
copie du fichier de données en entrée recid=7 horodatage=741817901 nom=/u01/app/oracle/product/10.2.0/db_1/dbs/data_D-P102_I-1526015026_TS-UNDOTBS1_FNO-2_08m3efhb                   
destination de restauration du fichier de données 00002: /u02/oradata/P102DUP/undotbs01.dbf
canal ORA_AUX_DISK_1 : copie du fichier de données 00002 copiée                           
fichier de sortie=/u02/oradata/P102DUP/undotbs01.dbf                                      
canal ORA_AUX_DISK_1 : restauration du fichier de données 00003                           
copie du fichier de données en entrée recid=6 horodatage=741817895 nom=/u01/app/oracle/product/10.2.0/db_1/dbs/data_D-P102_I-1526015026_TS-SYSAUX_FNO-3_07m3efgh                     
destination de restauration du fichier de données 00003: /u02/oradata/P102DUP/sysaux01.dbf
canal ORA_AUX_DISK_1 : copie du fichier de données 00003 copiée                           
fichier de sortie=/u02/oradata/P102DUP/sysaux01.dbf                                       
canal ORA_AUX_DISK_1 : restauration du fichier de données 00004                           
copie du fichier de données en entrée recid=8 horodatage=741817903 nom=/u01/app/oracle/product/10.2.0/db_1/dbs/data_D-P102_I-1526015026_TS-USERS_FNO-4_09m3efhe                      
destination de restauration du fichier de données 00004: /u02/oradata/P102DUP/users01.dbf 
canal ORA_AUX_DISK_1 : copie du fichier de données 00004 copiée                           
fichier de sortie=/u02/oradata/P102DUP/users01.dbf                                        
Fin de restore dans 05/02/11                                                              
instruction SQL : CREATE CONTROLFILE REUSE SET DATABASE "P102DUP" RESETLOGS ARCHIVELOG    
  MAXLOGFILES     16                                                                      
  MAXLOGMEMBERS      3                                                                    
  MAXDATAFILES      100                                                                   
  MAXINSTANCES     8                                                                      
  MAXLOGHISTORY      292                                                                  
LOGFILE                                                                                  
  GROUP  1 ( '/u02/oradata/P102DUP/redo01.rdo' ) SIZE 50 M  REUSE,                        
  GROUP  2 ( '/u02/oradata/P102DUP/redo02.rdo' ) SIZE 50 M  REUSE,                        
  GROUP  3 ( '/u02/oradata/P102DUP/redo03.rdo' ) SIZE 50 M  REUSE                         
DATAFILE                                                                                 
  '/u02/oradata/P102DUP/system01.dbf'                                                     
CHARACTER SET WE8ISO8859P1                                                               
contenu de script mémoire:
   switch clone datafile all;
exécution de script mémoire 
fichier de données 2 changé en copie de fichier de données
copie du fichier de données en entrée recid=1 horodatage=742296381 nom=/u02/oradata/P102DUP/undotbs01.dbf                                                                            
fichier de données 3 changé en copie de fichier de données                                
copie du fichier de données en entrée recid=2 horodatage=742296381 nom=/u02/oradata/P102DUP/sysaux01.dbf                                                                             
fichier de données 4 changé en copie de fichier de données                                
copie du fichier de données en entrée recid=3 horodatage=742296381 nom=/u02/oradata/P102DUP/users01.dbf                                                                              
contenu de script mémoire:
   set until scn  454134;
   recover               
   clone database        
    delete archivelog
exécution de script mémoire
exécution de la commande : SET until clause
Démarrage de recover dans 05/02/11
utilisation du canal ORA_AUX_DISK_1
démarrage de la récupération après défaillance matérielle
journal d'archivage, thread 1 séquence 3 déjà sur disque en tant que fichier /u01/app/oracle/product/10.2.0/db_1/dbs/arch1_3_741731765.dbf
journal d'archivage, thread 1 séquence 4 déjà sur disque en tant que fichier /u01/app/oracle/product/10.2.0/db_1/dbs/arch1_4_741731765.dbf
journal d'archivage nom=/u01/app/oracle/product/10.2.0/db_1/dbs/arch1_3_741731765.dbf thread=1 séquence=3
journal d'archivage nom=/u01/app/oracle/product/10.2.0/db_1/dbs/arch1_4_741731765.dbf thread=1 séquence=4
récupération après défaillance matérielle terminée, temps écoulé : 00:00:01
Fin de recover dans 05/02/11
contenu de script mémoire:
   shutdown clone;
   startup clone nomount ;
exécution de script mémoire
base de données ouverte
Fin de Duplicate Db dans 05/02/11Best regards
Phil
Edited by: Philippe Florent on Feb 5, 2011 9:36 AM -- typo

Similar Messages

  • "switch datafile" returns "RMAN-06015"

    Hi,
    I'm facing a strange error.
    I'm trying to restore a database from a cold backupsets created by RMAN into a new machine.
    My restore commands returns "RMAN-06015" when it tries to execute "switch datafile" command.
    RMAN> run{
    2> set newname for datafile
    3> 'E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS201' TO
    4> 'D:\oracle\oradata\dawa\UNDOTBS201';
    5> switch datafile all;
    6> }
    executing command: SET NEWNAME
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of switch command at 07/19/2011 11:36:55
    RMAN-20230: datafile copy not found in the recovery catalog
    RMAN-06015: error while looking up datafilecopy name: D:\ORACLE\ORADATA\DAWA\UNDOTBS201The file D:\ORACLE\ORADATA\DAWA\UNDOTBS201 doesn't exist in the production.
    It doesn't exist in the controlfile either. I made a bakup of the control file into the trace folder and checked the generated file. That file doesn't exist overthere.
    It isn't part of the backupset either.
    RMAN> list backup of tablespace undotbs2 ;
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    780     Full    1M         DISK        00:26:37     06-JUL-11
            BP Key: 780   Status: EXPIRED  Compressed: NO  Tag: FULLDB
            Piece Name: \\PRODSERVER\DBBACKUPS\PLMGPUNM_1_1
      List of Datafiles in backup set 780
      File LV Type Ckp SCN    Ckp Time  Name
      117     Full 24338668495 06-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS201
      119     Full 24338668495 06-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS203
      121     Full 24338668495 06-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS205
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    781     Full    128K       DISK        00:27:54     07-JUL-11
            BP Key: 781   Status: EXPIRED  Compressed: NO  Tag: FULLDB
            Piece Name: \\PRODSERVER\DBBACKUPS\PMMGQ09T_1_1
      List of Datafiles in backup set 781
      File LV Type Ckp SCN    Ckp Time  Name
      118     Full 24338668495 06-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS202
      120     Full 24338668495 06-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS204
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    783     Full    22G        DISK        00:33:07     09-JUL-11
            BP Key: 783   Status: EXPIRED  Compressed: NO  Tag: FULLDB09072011
            Piece Name: \\PRODSERVER\DBBACKUPS\PQMH1JNA_1_1
      List of Datafiles in backup set 783
      File LV Type Ckp SCN    Ckp Time  Name
      2       Full 24380946158 09-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS206
      53      Full 24380946158 09-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS207
      118     Full 24380946158 09-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS202
      119     Full 24380946158 09-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS203
      120     Full 24380946158 09-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS204
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    784     Full    13G        DISK        00:28:33     09-JUL-11
            BP Key: 784   Status: EXPIRED  Compressed: NO  Tag: FULLDB09072011
            Piece Name: \\PRODSERVER\DBBACKUPS\PRMH1LLN_1_1
      List of Datafiles in backup set 784
      File LV Type Ckp SCN    Ckp Time  Name
      54      Full 24380946158 09-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS208
      117     Full 24380946158 09-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS201
      121     Full 24380946158 09-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS205
    BS Key  Type LV Size
    786     Full    28G
      List of Datafiles in backup set 786
      File LV Type Ckp SCN    Ckp Time  Name
      2       Full 24470026732 16-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS206
      53      Full 24470026732 16-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS207
      118     Full 24470026732 16-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS202
      119     Full 24470026732 16-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS203
      121     Full 24470026732 16-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS205
      Backup Set Copy #1 of backup set 786
      Device Type Elapsed Time Completion Time Compressed Tag
      DISK        00:31:39     16-JUL-11       NO         TAG20110716T135920
        List of Backup Pieces for backup set 786 Copy #1
        BP Key  Pc# Status      Piece Name
        786     1   UNAVAILABLE \\PRODSERVER\DBBACKUPS\PTMHJ91Q_1_1
      Backup Set Copy #2 of backup set 786
      Device Type Elapsed Time Completion Time Compressed Tag
      DISK        00:31:39     19-JUL-11       NO         TAG20110716T135920
        List of Backup Pieces for backup set 786 Copy #2
        BP Key  Pc# Status      Piece Name
        789     1   AVAILABLE   X:\TEMP\PTMHJ91Q_1_1
    BS Key  Type LV Size
    787     Full    17G
      List of Datafiles in backup set 787
      File LV Type Ckp SCN    Ckp Time  Name
      54      Full 24470026732 16-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS208
      117     Full 24470026732 16-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS201
      120     Full 24470026732 16-JUL-11 E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS204
      Backup Set Copy #1 of backup set 787
      Device Type Elapsed Time Completion Time Compressed Tag
      DISK        00:29:36     16-JUL-11       NO         TAG20110716T135920
        List of Backup Pieces for backup set 787 Copy #1
        BP Key  Pc# Status      Piece Name
        787     1   UNAVAILABLE \\PRODSERVER\DBBACKUPS\PUMHJATD_1_1
      Backup Set Copy #2 of backup set 787
      Device Type Elapsed Time Completion Time Compressed Tag
      DISK        00:29:36     19-JUL-11       NO         TAG20110716T135920
        List of Backup Pieces for backup set 787 Copy #2
        BP Key  Pc# Status      Piece Name
        788     1   AVAILABLE   X:\TEMP\PUMHJATD_1_1In OS level, logged on user has access privileges:
    D:\>copy d:\temp\test.log D:\ORACLE\ORADATA\DAWA\UNDOTBS201.txt
            1 file(s) copied.
    What should I do to get rid of that error?
    Oracle 10g R1 on Windows 2003 32-bit

    OzOracle wrote:
    Hi,
    I'm facing a strange error.
    I'm trying to restore a database from a cold backupsets created by RMAN into a new machine.
    My restore commands returns "RMAN-06015" when it tries to execute "switch datafile" command.
    RMAN> run{
    2> set newname for datafile
    3> 'E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS201' TO
    4> 'D:\oracle\oradata\dawa\UNDOTBS201';
    5> switch datafile all;
    6> }
    executing command: SET NEWNAME
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of switch command at 07/19/2011 11:36:55
    RMAN-20230: datafile copy not found in the recovery catalog
    RMAN-06015: error while looking up datafilecopy name: D:\ORACLE\ORADATA\DAWA\UNDOTBS201
    Hi,
    Unless you have restored the datafile or it does exist then it is expected error when you try to switch datafile
    Try restore the datafile first and switch datafile after that
    Cheers

  • Switch datafile datafilespec to copy ; what this does ?

    1) SWITCH DATAFILE datafileSpec;
    2) SWITCH DATAFILE datafileSpec TO COPY;
    ^^
    I cant understand the difference in the above 2 commands teIs there a difference in the above 2 commands.
    The description in DOC is :
    DATAFILE datafileSpec TO COPY :      Specifies the datafile that you wish to rename. As with DATABASE TO COPY, specifies to switch this datafile to the latest image copy.
    When would the 2nd option be preferred over the 1st ?

    The basic difference is that switch datafile datafileSpec can not be run outsize a run block whereas "SWITCH DATAFILE datafileSpec TO COPY";
    perfectly does. More over "SWITCH DATAFILE datafileSpec" can not be use barely.
    consolidaterac1@oracle $ rman target /
    Recovery Manager: Release 11.1.0.6.0 - Production on Mon May 18 09:03:27 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: X4540 (DBID=1568043037)
    RMAN> copy datafile 1 to '+DATA';
    Starting backup at 18-MAY-09
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=292 device type=DISK
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00001 name=+DATA/x4540/datafile/system.256.685477569
    output file name=+DATA/x4540/datafile/system.370.687171837 tag=TAG20090518T090350 RECID=392 STAMP=687171858
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:25
    Finished backup at 18-MAY-09
    RMAN> startup mount force;
    Oracle instance started
    database mounted
    Total System Global Area 2058981376 bytes
    Fixed Size 1300968 bytes
    Variable Size 553649688 bytes
    Database Buffers 1493172224 bytes
    Redo Buffers 10858496 bytes
    RMAN> switch datafile 1 to copy;
    datafile 1 switched to datafile copy "+DATA/x4540/datafile/system.370.687171837"
    RMAN> recover datafile 1 ;
    Starting recover at 18-MAY-09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=314 device type=DISK
    starting media recovery
    media recovery complete, elapsed time: 00:00:01
    Finished recover at 18-MAY-09
    RMAN> alter database open;
    database opened
    RMAN> copy datafile 1 to '+DATA';
    Starting backup at 18-MAY-09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=314 device type=DISK
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00001 name=+DATA/x4540/datafile/system.370.687171837
    output file name=+DATA/x4540/datafile/system.369.687172089 tag=TAG20090518T090802 RECID=394 STAMP=687172107
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:26
    Finished backup at 18-MAY-09
    RMAN> startup mount force;
    Oracle instance started
    database mounted
    Total System Global Area 2058981376 bytes
    Fixed Size 1300968 bytes
    Variable Size 553649688 bytes
    Database Buffers 1493172224 bytes
    Redo Buffers 10858496 bytes
    RMAN> switch datafile 1;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found ";": expecting one of: "comma, to"
    RMAN-01007: at line 1 column 18 file: standard input
    RMAN> run{
    2> switch datafile 1;
    3> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of switch command at 05/18/2009 09:09:41
    RMAN-06039: SET NEWNAME command has not been issued for datafile 1
    RMAN> copy datafile 20 to '+DATA';
    Starting backup at 18-MAY-09
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00020 name=+DATA/x4540/datafile/academy.327.685962083
    output file name=+DATA/x4540/datafile/academy_bts.368.687172365 tag=TAG20090518T091237 RECID=396 STAMP=687172384
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:25
    Finished backup at 18-MAY-09
    RMAN> sql 'alter database datafile 20 offline';
    sql statement: alter database datafile 20 offline
    RMAN> run{
    2> switch datafile 20 to datafilecopy '+DATA/x4540/datafile/academy_bts.368.687172365';
    3> }
    datafile 20 switched to datafile copy
    input datafile copy RECID=396 STAMP=687172384 file name=+DATA/x4540/datafile/academy_bts.368.687172365
    RMAN> recover datafile 20;
    Starting recover at 18-MAY-09
    using channel ORA_DISK_1
    starting media recovery
    media recovery complete, elapsed time: 00:00:00
    Finished recover at 18-MAY-09
    RMAN> sql 'alter database datafile 20 online';
    sql statement: alter database datafile 20 online
    RMAN> copy datafile 20 to '+DATA';
    Starting backup at 18-MAY-09
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00020 name=+DATA/x4540/datafile/academy_bts.368.687172365
    output file name=+DATA/x4540/datafile/academy_bts.367.687172763 tag=TAG20090518T091915 RECID=398 STAMP=687172779
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:25
    Finished backup at 18-MAY-09
    RMAN> sql 'alter database datafile 20 offline';
    sql statement: alter database datafile 20 offline
    RMAN> run{
    2> set newname for datafile 20 to '+DATA/x4540/datafile/academy_bts.367.687172763';
    3> switch datafile 20;
    4> }
    executing command: SET NEWNAME
    datafile 20 switched to datafile copy
    input datafile copy RECID=398 STAMP=687172779 file name=+DATA/x4540/datafile/academy_bts.367.687172763
    RMAN> recover datafile 20;
    Starting recover at 18-MAY-09
    using channel ORA_DISK_1
    starting media recovery
    media recovery complete, elapsed time: 00:00:00
    Finished recover at 18-MAY-09
    RMAN> sql 'alter database datafile 20 online';
    sql statement: alter database datafile 20 online
    For more refer to
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta061.htm "Restrictions and Usage Notes" section.
    Regards,
    HS

  • IMac switches on all on it's own!

    Hi Ladies & Gents.
    Bit of a funny one! My 2GHz Intel Core Duo 20" iMac switches on all on its own. Been an OS X user for over 5 years, but am a bit boggled by this one.
    Have gone down the System Preferences route:
    Energy Saver: Wake for Ethernet access, unchecked. Restart Automattically, unchecked. Schedule, both unchecked
    .Mac: Manual Sync only
    iCal: only Alarms set are email only. Also, have deleted iCalAlarmScheduler from Login items.
    Have a very "tidy" hard drive, 2 Lacie Hard Drives only switched on when required and hardly any 3rd party stuff installed (Onyx, Firefox, Excel, Speed Download & a few Widgets). Network wise, wireless to a Netgear ADSL .n router which I've had for over 6 months, with no previous problems.
    My main concern at the moment is that it powers-on the 20" ACD aswell. Which is always turned off manually at the monitor. And also, I cover my kit when i'm away with Tucano covers - 'affraid I'm gonna come back from a week or two away from home and my Mac will have overheated!!! Could unplug from the mains, I know!
    I believe the SMU problems of old don't apply to Intel Macs. Am I right?
    Bit of a weird one for someone to have a think about!! The Genious Bar were a bit perplexed!!!
    Thanks in advance Guys & Gals!
    Daz
    20" Intel iMac 2GB, 20" ACD & Powerbook 1.67Ghz 15" 2GB   Mac OS X (10.4.9)  

    Do you have EyeTV at all? If so check what TV programmes you've got set to record. 
    Alternatively try an SMC reset (link) as this controls all aspects of the computer's power.
    regards
    mrtotes

  • What may be the reasons for my iphone switching off all of a sudden and how do i prevent it?

    what may be the reasons for my iphone switching off all of a sudden and how do i prevent it?

    With the home page on display, in the menus select View, then Zoom and then Reset
    For details on the zoom features see [[page zoom]] and [[text zoom]]

  • From time to time my imac is switching off all of the sudden, who knows what it could be?

    Once every few days my imac (2010) is switching off all of the sudden. It is happening since a few weeks. Who knows what it could be?

    Hello Tommy,
    Have you blown the dust out lately?
    Get Temperature Monitor to see if it's heat related...
    http://www.macupdate.com/info.php/id/12381/temperature-monitor
    iStat Menus...
    http://bjango.com/mac/istatmenus/
    And/or iStat Pro...
    http://www.islayer.com/apps/istatpro/

  • Shouldn't the ring/silent switch silence all sounds?

    Shouldn't the ring/silent switch silence all sounds at a system level, including those made by third-party apps? That's how my Treo worked, and it worked well.
    (I'm aware that clock alarms still ring, regardless of the setting, as pointed out in the user manual: that's a nice feature in case someone forgets and leaves the switch set to "silent.")
    But for example, I was in a long meeting the other day, and the topic veered to something in which I wasn't involved. I whipped out my new iPhone, set to silent, and decided to give Scrabble a whirl. You can guess what happened: its lame startup sounds made every head turn. I gave a sheepish look.
    Should my beef be with Scrabble's developers, or with the iPhone 3G itself? Annoyingly, there's no way to silence Scrabble's startup sounds, even if you turn off all other in-game sounds, so that's just plain annoying. But it still seems to me that I should be able to keep the in-game sounds (which I like) on, but silence them with the hardware switch when needed.
    UPDATE: Found this thread, which addresses my question. Reading through it, I think it's Apple's responsibility to invoke a system-wide mute (with the exception of clock alarms) when the switch is set to silent.

    I too assumed the phone mute button would silence the speaker in all places. I thought that's what it's for. But I wrote to EA for the Scrabble issue. I got a dumb generic response. Now today I got a servey asking me to rate their serivce response. Oy!

  • SP2010 I need to set the include in search option switch on all document libraries to off across all site collections on the whole farm?

    SP2010 I need to set the include in search option switch on all document libraries to off across all site collections on the whole farm?
    Has anybody seen If this can be done programmatically any help would be gratefully welcomed thanks.

    i am not sure about the script, why not create crawl rule which will exclude the allitems.aspx from showing in the search results.
    Go to search service application, crawling section, click crawl rules to create a crawl rule to excludehttp://*allitems.aspx page.
    also check this:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f431dd0e-871b-4f9e-990e-8f3b7ca932a4/crawl-rule-exclusion-sharepoint-2013
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • My Led flash light switch on all the time,anybody got the solution.i tried 3 things but it couldn't solved the problem. 1.settings-accessibility-LEd flash off   2. Switch off the phone for several times.  3.press the home button n power button until the

    My Led flash light switch on all the time,anybody got the solution.i tried 4 things but it couldn't solved the problem. 1.settings-accessibility-LEd flash off   2. Switch off the phone for several times.  3.press the home button n power button until the apple logo appears.  4.reset my all settings.

    My Led flash light switch on all the time,anybody got the solution.i tried 4 things but it couldn't solved the problem. 1.settings-accessibility-LEd flash off   2. Switch off the phone for several times.  3.press the home button n power button until the apple logo appears.  4.reset my all settings.

  • Calendar Question: Why do all day untimed events switch to all day timed events???

    I've complained about this on other threads, but so far nobody has answer.  Can somebody please tell me why all day untimed events on the Pre sometimes switch to all day TIMED events (i.e., an event that starts at 12am and ends at 11:59pm)??  My guess is that this is yet another glitch with Google calendar sync, but I would like somebody to weigh in if they know how to fix it.  Thanks. 
    PS--I'm also still waiting for someone from Palm to address the daylight saving time glitch too, if anybody is out there.  Thx.
    Post relates to: Pre p100eww (Sprint)

    This is happening to me as well.  So far, I've noticed it only with repeating events, and not with all of them.  I started noticing the problem in late October, at the same time that I noticed some all-day repeating events being moved forward a day (see separate thread).  As of today (the 12th), I see a repeating yearly all-day event on the 14th that is changed to a 12:00-11:59 event; and a similar problem with an all-day event on the 20th that is supposed to repeat until the 22nd.  In that case, the event is showing only on the 20th and 21st, with the 22nd not showing the event.  In this same time period, there are many all-day events repeating yearly that are NOT showing any problems.
    At the moment all events seem to be showing up correctly in Google Calendar, which my Pre is syncing to. - Dan

  • Is it possible to switch off all addons by default when starting firefox?

    Firefox often runs quite slowly but resetting appears to solve the problem. I tried to identify any problmatic addon but was unsuccessful

    '''''Is it possible to switch off all addons by default when starting firefox?'''''
    Not really. You can start Firefox in the [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode?esab=a&s=Safe+Mode&r=1&as=s SafeMode], but you would need to restart Firefox to enable your addons.

  • Hello All, I have recently made the switch to all things Apple and still feel quite the rookie so hoping I can find help here!  I'm a bit in shock as 0f now because  my entire music libra was deleted by accident and I am completely stuck as to what to do

    Hello All, I have recently made the switch to all things Apple and still feel quite the rookie so hoping I can find help here!  I'm a bit in shock as 0f now because  my entire music libra was deleted by accident and I am completely stuck as to what to do now..I just got the 4s and haven't transferred much music over at all..I figured i could just export it all back but to my Mac...Any advice guys , is it even possible?

    Restore from TimeMachine back-up.

  • Tomcat switches off all the time

    I tried to install tomcat 5.5.12 on my windows xp computer. Unfortunately tomcat switches off all the time!!! I can not run tomcat automatically.
    What might be the problem? Are there maybe wrong windows settings?

    I think you need to look at tomcat websites and forums.

  • G5 tower chimes after switch on, fans start and then it switches off, all in about 5 seconds

    G5 tower chimes after switch on, fans start and then it switches off, all in about 5 seconds.  Does anyone know how to get this mac started?

    Use Compressed Air to blow it out good, LCS was the Liquid Cooling System on the last/fastest G5s.
    If you don't know the model, find the Serial# & use it on one of these sites, but don't post the Serial# here...
    Using this serial number locator is way better than Chipmunk, and more secure:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    http://www.chipmunk.nl/klantenservice/applemodel.html

  • Should Bluetooth switched on all the time on my mac Pom pro

    Should I  Bluetooth switched on all the time on my mac Pom pro

    Use it only when you need it.  Keeping applications open which are not needed will just shorten battery life if you are under battery power and will unnecessarily slow down the MBP.
    Ciao.

Maybe you are looking for

  • Tutorial Announcement :: How To Use Auto Complete Text Form Control ::

    Hello Everyone... Here in this tutorial we gonna to learn a new and amazing feature of (ADDT), we will learn how to use Adobe developer toolbox (ADDT) form controls. Form controls help you to add a fantastic features to your forms, that helps you to

  • Jdev 10.1.13 startup inconvenience operlapping windows

    Running jdev 10.1.3 on Debian Linux with java5.0 aka 1.5 It displays a dialog warning about the certification of this jdev for 1.4.2 and that I am running on 5.0. issue: ======== The warning dialog is centered on the screen BEHIND the jdev splash scr

  • Simple distribuited computing appl. with RMI (message-passing system ?)

    hi, I had success with several exercises to create remote objects, and now I would like to apply RMI mechanism to work in my application on a small net. My problem is to make the connection to a database (derby) embedded in a copy of the application

  • Why do pdfs sometimes print darker?

    There are some expected answers to this question but I would love to get a whole lot of input to cover all my bases. Why will some colours print out darker or differently do the work file or PDF? Is it due to the paper type it is printed on? Or that

  • Tablet + pen pressure + illustrator CS5 issue

    Hello all,    I just installed Illustrator CS5 and I can't get the brushes to recognize pen pressure from my graphics tablet (intuos3). I have tried all the combos of brushes, strokes, etc.  It looks like all the 6D options (bearing, tilt, pressure)