Please Clear the Difference

Please clear the difference between these two commands
Backup archive log all
Backup archive log all delete input
Thanks

4.3.7.1 Backing Up Archived Redo Log Files with BACKUP ARCHIVELOGTo back up archived redo logs, use the BACKUP ARCHIVELOG command at the RMAN prompt. This example uses a configured disk or sbt channel to back up one copy of each log sequence number for all archived redo logs:
BACKUP ARCHIVELOG ALL;
Even if your redo logs are being archived to multiple destinations and you use RMAN to back up archived redo logs, RMAN selects only one copy of the archived redo log file to include in the backup set. (Since logs with the same log sequence number are identical, there is no need to include more than one copy.)
C:\>rman target /
Recovery Manager: Release 10.1.0.2.0 - Production
Copyright (c) 1995, 2004, Oracle. All rights reserved.
connected to target database: DB01 (DBID=1230234218)
RMAN> show all; check ur backup destination (Disk or SBT)
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 3;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'D:\ORACLE\PRODUCT\10.1.0\DB_1\DATABASE\S
NCFDB01.ORA'; # default
RMAN> backup archivelog all;
Starting backup at 21-AUG-06
current log archived
using target database controlfile instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=17 devtype=DISK
channel ORA_DISK_1: starting archive log backupset
channel ORA_DISK_1: specifying archive log(s) in backup set
input archive log thread=1 sequence=5 recid=1 stamp=598992467
input archive log thread=1 sequence=6 recid=2 stamp=598994490
input archive log thread=1 sequence=7 recid=3 stamp=598994675
input archive log thread=1 sequence=8 recid=4 stamp=599040183
input archive log thread=1 sequence=9 recid=5 stamp=599046469
input archive log thread=1 sequence=10 recid=6 stamp=599046809
input archive log thread=1 sequence=11 recid=7 stamp=599046943
input archive log thread=1 sequence=12 recid=8 stamp=599046957
input archive log thread=1 sequence=13 recid=9 stamp=599046991
input archive log thread=1 sequence=14 recid=10 stamp=599047604
input archive log thread=1 sequence=15 recid=11 stamp=599047727
channel ORA_DISK_1: starting piece 1 at 21-AUG-06
channel ORA_DISK_1: finished piece 1 at 21-AUG-06
piece handle=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01$1\BACKUPSET\2006_
08_21\O1_MF_ANNNN_TAG20060821T100848_2GLMHLGC_.BKP comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:09
Finished backup at 21-AUG-06
4.3.7.1.2 Using BACKUP ARCHIVELOG with DELETE INPUT or DELETE ALL INPUT
You can specify the DELETE INPUT or DELETE ALL INPUT clauses for the BACKUP ARCHIVELOG command to delete archived logs after they are backed up, eliminating the separate step of manually deleting the archived redo logs. With DELETE INPUT, RMAN only deletes the specific copy of the archived redo log chosen for the backup set. With DELETE ALL INPUT, RMAN will delete each backed-up archived redo log file from all log archiving destinations.
For example, assume that you archive to /arc_dest1, /arc_dest2, and /arc_dest3, and you run the following command:
BACKUP DEVICE TYPE sbt
ARCHIVELOG ALL
DELETE ALL INPUT;
In this case RMAN backs up only one copy of each log sequence number in these directories, and then deletes all copies of any log that it backed up from the archiving destinations. If you had specified DELETE INPUT rather than DELETE ALL INPUT, then RMAN would only delete the specific archived redo log files that it backed up (for example, it would delete the archived redo log files in /arc_dest1 if those were the files used as the source of the backup, but it would leave the contents of the /arc_dest2 and /arc_dest3 intact) .
RMAN> backup archivelog all delete all input;
Starting backup at 21-AUG-06
current log archived
using channel ORA_DISK_1
channel ORA_DISK_1: starting archive log backupset
channel ORA_DISK_1: specifying archive log(s) in backup set
input archive log thread=1 sequence=5 recid=1 stamp=598992467
input archive log thread=1 sequence=6 recid=2 stamp=598994490
input archive log thread=1 sequence=7 recid=3 stamp=598994675
input archive log thread=1 sequence=8 recid=4 stamp=599040183
input archive log thread=1 sequence=9 recid=5 stamp=599046469
input archive log thread=1 sequence=10 recid=6 stamp=599046809
input archive log thread=1 sequence=11 recid=7 stamp=599046943
input archive log thread=1 sequence=12 recid=8 stamp=599046957
input archive log thread=1 sequence=13 recid=9 stamp=599046991
input archive log thread=1 sequence=14 recid=10 stamp=599047604
input archive log thread=1 sequence=15 recid=11 stamp=599047727
input archive log thread=1 sequence=16 recid=12 stamp=599047883
channel ORA_DISK_1: starting piece 1 at 21-AUG-06
channel ORA_DISK_1: finished piece 1 at 21-AUG-06
piece handle=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01$1\BACKUPSET\2006_
08_21\O1_MF_ANNNN_TAG20060821T101123_2GLMNFKO_.BKP comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:09
channel ORA_DISK_1: deleting archive log(s)
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\O1_MF_1_5_2GJXJLJB_.ARC recid=1 stamp=598992467
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\O1_MF_1_6_2GJZHSF0_.ARC recid=2 stamp=598994490
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\O1_MF_1_7_2GJZOLSZ_.ARC recid=3 stamp=598994675
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_21\O1_MF_1_8_2GLD3OBP_.ARC recid=4 stamp=599040183
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\ARC00009_0598966187.001 recid=5 stamp=599046469
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\ARC00010_0598966187.001 recid=6 stamp=599046809
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\ARC00011_0598966187.001 recid=7 stamp=599046943
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\ARC00012_0598966187.001 recid=8 stamp=599046957
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\ARC00013_0598966187.001 recid=9 stamp=599046991
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\ARC00014_0598966187.001 recid=10 stamp=599047604
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\ARC00015_0598966187.001 recid=11 stamp=599047727
archive log filename=D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\DB01\ARCHIVELO
G\2006_08_20\ARC00016_0598966187.001 recid=12 stamp=599047883
Finished backup at 21-AUG-06
RMAN>
http://download-west.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkup003.htm#i1006454listen all other member opinion.

Similar Messages

  • Please clear the price/ set the invoice expected indicator

    Hi SRM Gurus,
    We have upgraded from SRM 3.0 to SRM 7.0 thro' Double step upgrade.
    We are  in SRM 7.0 SP06
    Scenario :Extended Classic Scenario
    After the Upgrade we have created a shopping cart from SRM-MDM catalog.
    Shopping cart is approved.Local Purchase order is not ordered but it is
    saved. When we Edit the Purchase order and press the Check button
    defect noticed" Plese clear the price (or) set the invoice expected
    indicator.
    This happens only after the Upgrade.
    even for the old purchase order when we do changes we are getting the above defect
    can you please advice us.
    whether any SAP notes to be applied. I have checked in SAP market place,there is no SAP NOTES
    Regards
    G.Ganesh Kumar

    Hi,
    I have checked the Purchase order for the newly created one in SRM 7.0
    If we go to the supplier list we can check for the invoice expected indicatoe where we can check this.
    It is working, I  resolved on my own.
    For all the OLD purchase order created before upgrade if i change and check even though the invocie indicator is checked
    i get the above message."Please clear the price/ set the invoice expected indicator"
    any one working on SRM 7.0 can please check and reply
    Regards
    G.Ganesh Kumar

  • Please tell the difference ICS and Gingerbread

    Please tell the difference ICS and Gingerbread.

    Please refer to this blog post: http://developer.sonymobile.com/wp/2012/03/30/learn-about-the-technical-differences-between-gingerbr...

  • Please what the difference between MFP1132 AND MFP1136 LASERJET PRINTER

    please what the difference between MFP1132 AND MFP1136 LASERJET PRINTER

    Nothing definite, but http://mindmachine.co.uk/products/HP_Texts/HP_LJ_Pro_M1130_01.html suggests that:
    The MFP1132 (part number CE847A) is for  American and European markets, and uses the CE285A toner cartidge.
    The MFP1136 (part number CE849A) is for  Asian markets, and uses the CE388A toner cartidge.

  • Could someone please explain the difference between Projects Intelligence and Projects Analytics?

    Could someone please explain the difference between Projects Intelligence and Projects Analytics?
    Thanks,
    Adrien

    Older iPads got 3G service and were called Wi-Fi + 3G. Newer iPads can connect to faster cellular networks and those are given different names by the major carrier so to simplify things Apple calls the newer models Wi-Fi + Cellular.
    iPads with 3G or Cellular are NOT used like a mobile phone. They do not make phone calls or send SMS or MMS text messages, They do connect to the data network and can connect to the web.

  • Can you please tell the difference between FSCM 8.8 and 9.0

    Hi,
    Can you please tell me the difference b/n PeopleSoft FSCM 8.8 and 9.0.
    What are major changes took place in application from 8.8 to 9.0 and also in tools 8.46 and 8.49.
    Thanks

    Well There is lots of Stuff but hey I will take a crack at it
    First off you will have to go to PeopleTool 8.49 : you get new stuff for IB, XML publisher, Archive Mangers, and too much to cover here....Financials adds:
    Credit Card Encryption
    Workflow Enhancements
    Expenses:
    Save and Hold functionality
    enable approvers to add transaction lines during the approval process.
    Compare Totals
    Payabales
    Financial Santion Validations
    Digital Sig on Electronic Invoices
    Tons of Voucher enhancements : sales Use Tax, ssesion defualts, related documents page
    Streamlined withholding process
    Payment Processing Enhancements: mass payment cancellations
    AM
    Fair Market Value tracking
    Depr. Write-off Reval. Method
    Multiple Deprecation Enchnacements:
    General Assets;
    Operational attributes and creation of non-financial assets
    Asset component hierarchy enhancements
    Configurable attributes for asset definition
    Other enhancements to the asset repository
    General Ledger
    Enhanced spreadsheet import.
    Enhanced combination editing.
    Enhanced audits of VAT report amounts.
    XML Publisher for ChartField reporting

  • Issue with clearing the Differences in 999 storage type in HU managed S.Loc

    Hi Experts,
    We are trying to writeoff the differences stocks which are there in 999 storage type, but getting an error message 'Quantity difference document line item for HU's' with Message class L6 & Message number 606. Any idea how this can be resolved?
    I can see that for this product/batch combination there is another HU in packing area 923 which is acting as a SU because the item level details are deleted for this HU. Could this be the issue for the errror? Would need some pointers to clear this stocks.
    Thanks,
    Harish

    The item details of the HU seems to be have deleted, causing the difference between HU, IM/WM stocks. We have deleted the HU using HUMO & then the HU difference quantity was posted using HUDIFF.
    Thanks,
    Harish

  • Please write the difference between ODS and DSO...

    Hi all,
             Please write me the differences between ODS and DSO.. I think both are same in structure and have same update types (Over write, Addition) and also with the tables (changelog, Activation queue, Active table).. Is there still a difference between ODs and DSO...I can assign the points..
    thanks
    arya

    Hi,
    You can check the below document for new Features in BI:
    http://help.sap.com/saphelp_nw04s/helpdata/en/a4/1be541f321c717e10000000a155106/frameset.htm
    /people/martin.mouilpadeti/blog/2007/08/24/sap-netweaver-70-bi-new-datastore-write-optimized-dso
    Reg
    Pra

  • Could someone please explain the difference between 3g and cellular please.  Many thanks.

    Please could someone explain the difference between an i pad with wi fi + 3g and wi fi + cellular, thank you

    Older iPads got 3G service and were called Wi-Fi + 3G. Newer iPads can connect to faster cellular networks and those are given different names by the major carrier so to simplify things Apple calls the newer models Wi-Fi + Cellular.
    iPads with 3G or Cellular are NOT used like a mobile phone. They do not make phone calls or send SMS or MMS text messages, They do connect to the data network and can connect to the web.

  • Please Tell The Difference

    REPORT_EXECUTION_MODE has two values BATCH & RUNTIME.
    what is the difference ? pls expalin in detail
    REPORT_COMM_MODE has two values SYNCHRONOUS & ASYNCHRONOUS
    what is the difference ? pls expalin in detail

    Please refer to this blog post: http://developer.sonymobile.com/wp/2012/03/30/learn-about-the-technical-differences-between-gingerbr...

  • Please explain the difference, data file wise, between an album and folder

    First day with iPhoto. I've just finished reading most of the help files. However, I'm still confused between the differences of an album and a folder.
    Specifically; I see the iPhoto Library data tree in Finder. I get that iPhoto imports pictures to the Library. But we take pictures randomly. There's a 100% certaintly that after I import the most recent images, they'll all need to be individually moved to an appropriate sub-category area. I'll make all the areas (House, Family & Friends, Skiing ,etc..).
    What I don't want to have happen is to duplicate actual photo images. I'd like to move them out of the library and into their permanent home. Otherwise, the library will turn into a 3,000 photo mish mash of pictures and be unusable.
    So.. do I create my new areas as albums, or as folders? My hunch is folders. Then again, it's also possible that I'm not fully understanding the libraries functions.
    Many thanks
    - Rowan

    HI Rowan,
    iPhoto imports each of your camera imports or folder imports as a roll within iPhoto (set your view to View>film rolls to see them) and the Finder (under Originals/Year/roll name)
    The organization within iPhoto of making albums and folders to put albums and other folders in, is only seen within iPhoto as they are actually info contained in data files. You will not see the folders and albums or even books, slideshows, calendars, etc in the finder. all the info for those is contained in data files.
    The library contains all the images you have imported.
    When you make Albums containing the images, you are not duplicating those images. the albums actually just reference the images that are in it.
    therefor if you delete photos from an album, they will still be in your library.
    If you delete photos from the library and then empty iPhoto's trash, you are deleting them from iPhoto and your hard drive.
    Folders are used to organize even further within iPhoto.
    Folders cannot contain loose images. You have to put images in an album first, then you can put albums in a folder.
    You can also put slideshows and books etc into a folder. You can also put a folder into another folder.
    There are different ways to view your iPhoto Library within iPhoto.
    You can view by date, film rolls, keywords, ratings. Go to View in the menu bar and click on it and scroll to your choice.
    I personally view by film rolls (imports) and keep the film rolls closed (option click on the disclosure triangle of an open roll to close all rolls)
    So now I will offer you more info just in case you might need it:
    --First thing to know and remember is this...Do not drag any images, folder of images into the iPhoto Library in the Finder. Images have to be imported into iPhoto within the application. Do not scan images and save them into the iPhoto Library folder in the Finder. Save them to another location such as the Pictures folder or even the desktop. You can then import them into iPhoto.
    If you have already put files/folders in the iPhoto Library folder in the Finder then you will also find out that if you try to import them into iPhoto you will get an error message. No worry, just drag them to the desktop and import from there.
    --All images that you import are shown in the library view. You can choose how you want to view, by rolls, by date, by rating, etc. When you put images in an Album, slideshow, book, etc, you are actually just putting pointers to those images in the library. You are not adding more images. If you delete an image from the Album it will still be in the library. If you delete an image from the library it is deleted from iPhoto's database and your hard drive (unless you have it backed up somewhere else)
    --You have a folder of images on your hard drive and want to import them into iPhoto. Drag the folder of images into an open iPhoto Library window and the folder of photos will be copied into the library, resulting in a new roll with the name of the folder. You now have two copies of those photos, the ones in iPhoto's database and the ones on your desktop. You can keep the ones on your desktop that you just imported as backup or you can delete that folder.
    -- you scan a picture/pictures and save it in a folder. You cannot scan directly into iPhoto or the iPhoto Library folder in the Finder.
    You want all your photos in iPhoto so you import them into iPhoto.
    Now you have two copies of that picture/pictures, so you can delete the originals that were in the scanned folder and keep the one/ones that were imported into iPhoto.
    -- You download pictures from your camera into iPhoto.
    There is now one copy of each of the pictures. (DO NOT HAVE IPHOTO DELETE THE IMAGES FROM YOUR CAMERA! DELETE THEM MANUALLY WITH THE CAMERA-if something goes wrong with the import and they are never imported and then they are deleted from the camera you might end up losing those images)
    You want to change something about a picture you imported, such as
    cropping it or changing the size, or changing the orientation.
    Once you do that to a picture, you now have two copies of the picture
    in iPhoto, the original and the edited one. The edited one will be in the library organize view. The original is packed away in an Original folder in your iPhoto Library folder under the date of the roll. You can always revert to the original by control clicking on the photo and choose "revert to orginal" You will not have this choice if you used iPhoto Diet to get rid of the Originals.
    (a quick note on cropping within iPhoto...when you are in edit mode, you automatically will be in the crop mode with cross hairs to highlight the crop area. To finish cropping you must click the crop button and then go back to library view and your cropped picture will be there.
    3.You want to use Photoshop or another graphic program to edit a picture in your iPhoto library.
    You can open up prefs for iPhoto and choose "when double clicking on
    photo ..do" choose "other" and select Photoshop. Now you can edit all
    pictures in your iPhoto library in PhotoShop by double clicking. If you save the photo with the same name and as a flattened file it will be saved right into iPhoto and you will see the changes. If you don't want to save it into iPhoto then do a "save as" and save to the desktop. You will then have the original photo still in iPhoto and your new edited photo on the desktop.
    Or, with iPhoto open, you can drag a picture from the library window
    to your desktop (you see a + sign on the pic you are dragging). You now
    have two of the same picture, one in the iPhoto library and one on your desktop. You can open up the one on your desktop in any graphic program and work on it. The one in iPhoto stays the same. You can also share/export the picture/pictures to your desktop or folder to work on them or do batch processing, etc. You will still have the originals in your iPhoto Library.
    Or, you can open up the ~/Pictures/iPhoto Library/folders and option drag any
    picture out of the folder to your desktop. Notice that you will see a plus sign while dragging the photo. This is copying the file to your desktop
    I would advise anyone not to do this as they might forget to use the option key and drag the photo out. Next time you open iPhoto the photo will be missing.
    Two Apple kbs for you to read
    Don't tamper with files in the iPhoto library folder
    About the iPhoto Library folder
    Don't forget that in Library view you can Control click on any picture and get a contextual menu with many options. One is to revert to original.
    Backing up your iPhoto Library
    1. Burn the iPhoto Library folder in the Finder to a CD or DVD
    This method will give you a burned iPhoto Library folder that can be copied back to your computer to replace a damaged library. You can also use this method to backup an old library when you want to create a new Library to use as your current library.
    insert a blank CD into your internal or external CD-RW drive and copy the iPhoto library to the CD icon on your desktop. When you drag the CD icon to the Trash/Eject button in the Dock, you are given the option to burn the CD. Click Burn and the CD is created. To burn a DVD backup of your digital images, use a DVD and a SuperDrive-equipped Mac
    The easiest way to burn an iPhoto Library folder in the Finder that is larger than 4.7 gig to fit on one DVD is to burn sections of the folder.
    Drag the iPhoto Library folder to the desktop
    Double click the folder to open it.
    Drag each Year folder to the desktop.
    You should be left with the iPhoto Library folder containing all the data files, and the Year folders.
    Combine whatever year folders that amount closest to a DVD burn size on one DVD. Make sure that you have burned all the Year folders, then the iPhoto Library folder with all the data files.
    If you ever need to use this backup, insert the DVDs into your computer and copy the folders to the desktop. Put all the Year folders back into the iPhoto Library folder. Then put the iPhoto Library folder back into the Pictures folder.
    You can also check out applications for disc spanning:
    Disc-spanning software
    DropDMG
    Toast
    Dragon Burn 4
    Retrospect Express-comes with some external drives
    Retrospect for Macintosh Desktop Edition
    2. Copy the ENTIRE iPhoto Library to an external drive formated for a Mac. Do not use this as your only back up as the external can also go bad.
    3. Copy the ENTIRE iPhoto Library to your iPod in disk mode
    4.Creating your own CDs and DVDs for viewing in iPhoto
    This method is a great way to back up Albums of older photos or even your entire library if it is small enough to fit on a DVD. This method will give you a library that will mount within iPhoto in the source column to be viewed. To import any images from this library they need to be dragged into your library in the source column.
    If you just want to backup the images in your library:
    1) Within iPhoto select the images, albums or rolls you want to backup. Go to Share>Export and export them to a newly created folder on the desktop. Follow the directions in the next link.
    Creating a CD or DVD to be viewed in Windows or by a photo processing company
    1.. If you backed up the entire iPhoto Library by burning within iPhoto or burning the folder in the Finder, make sure the burned copy is a good working copy before you delete the iPhoto Library folder in the Finder. You delete the iPhoto Library in the finder by dragging it to the trash when iPhoto is closed. When you next launch iPhoto it will create a new empty library for you to start anew.
    2. If you burned just the images, be aware that that is all you are archiving. No metadata will travel with the images such as comments, keywords, etc.
    You can then delete those images within iPhoto by highlighting them and hitting the delete key, then empty iPhoto's trash. Do this often and in groups so iPhoto will not choke on too many images.
    Importing Images from the hard drive, CD, or DVD
    To import a folder with subfolders of images maintaining the same organizational structure (or close to it):
    Drag the folder into iPhotos viewing area.
    A film roll will be created with each sub folders name. To view the rolls in the Library you need to first go to the menu bar and choose View>by film rolls.
    To make each roll into an Album, highlight the tile of the roll
    Go to File>new album from selection.
    You will now have an Album in the source column with the images from that roll. Do this for each roll if you want them to be an Album. This is your choice.
    Next, go to the menu bar and hit File>new folder
    Name this new folder with the year or whatever the name was of the Parent folder containing the subfolders that you had dragged into iPhotos viewing area.
    Next drag all the Albums into the respective new Parent folder you just made.
    Albums- collection of images from one roll or many rolls. The Albums will be listed in your source column when you make them. The albums only contain placeholders for the images that are still in the library. They are not duplicates.
    Rolls- rolls are created when you import folder of images. It will be given the name of the folder you are importing.
    Rolls are also created from each import from your camera. You are given the option to name the roll at import.
    Folder-a folder you create manually using the File>new folder command
    Folders can hold Albums, slideshows, books, another folder, etc.
    One other way you can import a folder of images and have an Album created for it as the same time it is imported as a roll in the Library view:
    Drag each folder of images into the source column of iPhoto. When you see the plus sign, drop it in the source column.
    An album will be created in the source column, and the roll that the album was created from will be in the library view window.
    Hope this helps!
    iMac 800 512, iBook 700 640   Mac OS X (10.4.6)   AE, Canon i9900, Canon LIDE30, Canon S2, iPod 3gen, shuffle
    iMac 800 512, iBook 700 640   Mac OS X (10.4.6)   AE, Canon i9900, Canon LIDE30, Canon S2, iPod 3gen, shuffle

  • Can any please  highlight the difference betweeen standard SAP and IS Retai

    Hi Gurus.
    Can any one please tell me the basic difference between Standard SAP and IS Retail.
    regards
    Sridhar.P

    Sridhar,
    IS is nothing but Industry Solution for Retail/telecom/Oil..
    Its designed for that specifc industry by taking into consideration processes & scenarios..(In short they are ready to use like...)
    REWARD IF U FINDS THIS AS USEFUL....
    Regds
    MM

  • Could someone please explain the difference betwee...

    I need to set up video conferences with multiple users but i understand this can be done with skype premium as well. If i understood correctly 1 user can have premium and call the other users on skyp video conference, allowing all teh callers to be on video conference, is this correct?
    If so, what is the advantage of getting skype manager (for business)

    Hi, All,
    I am learning Skype Manager: this system allows a user to create accounts and to manage resources allocated to those accounts, such as credit and subscriptions.  Skype Connect, on the other hand, is a PBX phone system add-on.
    There are links to contact Skype for information within these website pages, however I do not recall as I draft this message exactly where those links are. 
    Skype Manager:  http://www.skype.com/intl/en/business/skype-manager/
    Skype Connect: http://www.skype.com/intl/en/business/skype-connect/
    Skype Business offerings in general: http://www.skype.com/intl/en/business/#t_overview
    The principal difference between Skype Premium and Skype Manager is that Premium is a subscription purchased by an individual user for their own use. http://www.skype.com/intl/en/prices/premium/
    Skype Manager offers the facility to purchase subscriptions and set up accounts for the benefit of many Skype accounts/users.
    Hope this helps at least a little.
    Best regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Can u please explain the difference between both the queries.

    col TABLESPACE_NAME format a15;
    col MAXSPACE format 9999999;
    col USEDSPACE format 999999;
    col FREESPACE format 999999;
    col "% Free Space" format a6;
    select tablespace_name,
    sum((((8192*maxextend)/1024)/1024)) maxspace,
    ((sum(bytes)/1024)/1024) usedspace,
    (sum((((8192*maxextend)/1024)/1024)) - ((sum(bytes)/1024)/1024)) freespace,
    round((((sum((((8192*maxextend)/1024)/1024)) - ((sum(bytes)/1024)/1024))*100)/sum((((8192*maxextend)/1024)/1024))))||
    ' %' "% Free Space"
    from dba_data_files a,
    sys.filext$ b
    where a.file_id = b.file#(+)
    group by tablespace_name;
    AND
    SELECT size_free_gb.tablespace_name,
    SUM( size_free_gb.size_gb) SIZe_gb,
    SUM( size_free_gb.free_gb) free_gb
    FROM ( SELECT DFS.FREE_GB,
    SUM(DDF.BYTES / 1024 / 1024 / 1024) SIZE_GB,
    DDF.FILE_ID,
    DDF.TABLESPACE_NAME
    FROM (SELECT SUM(BYTES / 1024 / 1024 / 1024) FREE_GB, FILE_ID
    FROM DBA_FREE_SPACE
    GROUP BY FILE_ID) DFS,DBA_DATA_FILES DDF
    WHERE DDF.FILE_ID = DFS.FILE_ID
    GROUP BY DDF.FILE_ID, DDF.TABLESPACE_NAME, DFS.FREE_GB) size_free_gb
    GROUP BY size_free_gb.tablespace_name;
    Why maxextend in first query.... ?
    Thanks in Advance..

    Hi Vivek,
    Please see if it explains.
    Sample output of query1
    ===============
    TABLESPACE_NAME MAXSPACE USEDSPACE FREESPACE % Free
    CDCRPT_IDX                    4608            %   
    LM_8M_IDX_01                  4096            %   
    XDB                            256            %   
    MDM_DAT                       1012            %   
    SYSTEM                         800            %   
    CPM_DAT            10240      5500      4740 46 % 
    LM_128K_DAT_01     65536      6144     59392 91 %  Sample Output of query2
    ===============
    TABLESPACE_NAME                   SIZE_GB    FREE_GB
    LM_8M_IDX_01                            4     2.8125
    CDCRPT_IDX                            4.5 4.22113037
    MDM_DAT                         .98828125 .538330078
    XDB                                   .25 .203491211
    SYSTEM                             .78125 .243713379
    LM_128K_DAT_01                          6 3.96582031
    CPM_DAT                        5.37109375 .469665527
    CPM_IDX                           6.59375 2.86303711Your 1st query will hold true only for datafiles which are AUTOEXTENSIBLE, because the table SYS.FILEXT$ holds entry for those file_ids (datafiles) which has AUTOEXTENSIBLE as YES in DBA_DATA_FILES. If all your datafiles of all tablespaces are AUTOEXTENSIBLE (YES), then you should get entry like
    CPM_DAT 10240 5500 4740 46 %.
    Now, maxspace is calculated as sum((((8192*maxextend)/1024)/1024)) from table SYS.FILEXT$. maxextend signifies the maximum number of blocks that a file_id (datafile) can extend upto. That is, as the datafile is AUTOEXTENSIBLE, it has been allocated a minimum extend initially and then it can INCREMENT BY some particular EXTENTs until it reach MAX EXTENTS. So, this maxentend denote the same. Now if your database is using 8K block size (show parameter DB_BLOCK_SIZE), then we can get the maximum size of the datafile it can grow upto by using 8192*maxextend, and converted to MB (/1024/1024).
    USEDSPACE and SIZE_GB calculated sam way using SUM(BYTES) from dba_data_files, just one is in MB and another in GB.
    FREESPACE in 1st query is calculated as MAXSPACE - USEDSPACE, that is, space available for the file_id(datafile) to grow until reached maxextend. That is, we can guarantee that the datafile will not throw error until this value is reached and can be used out of the operating system disk space. It doesn't signify the free space for the datafile available in DB. FREE_GB in 2nd query signifies that.
    % FREE is usual.
    Thanks,
    Tapan
    Edited by: TapanKumar Saha on Apr 2, 2013 1:13 AM

  • Could someone please explain the difference

    between Back Up and Restore from Backup @iTunes?  I'd like to know which to do regularly and the recommended frequency for doing so.
    Many thanks.

    A backup is a snapshot file with all of the data on your device at the time that the backup was created.
    Restoring from a backup is putting the snapshot back onto your device from a point in time.
    When you create a backup, you basically take picture of everythign in your iPhone and save it in iCloud or iTunes. When you restore a backup, you recreate that picture in your iPhone in a sense.
    Check out these articles http://support.apple.com/kb/HT4946 http://support.apple.com/kb/HT1766 http://support.apple.com/kb/HT5262

Maybe you are looking for