Option to import only jpg or only Raw

Hi, I don't have a lot of room on my iBook & large files take a really long time to import & to render previews.
I'm shooting with NEF + jpg & I've started to 1st just import the jpgs to sort them.
Then when I have my few picks & import just those NEFs that I need.
It's quite time consuming to de select everything then go through & select alternate files that are jpgs. Be so much easier if there was a preference to import just one type of file or the other.
Thanks.

Solutions depends of your Oracle version, assuming you are on 10g+ and export is an export dump.
You could import the procedure only (impdp include=procedure="'MY_PROC'") from your export dump file, find out more :
http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#sthref309
Or you could also use a flashback query against USER_SOURCE (as sysdba) to get the previous procedure's code :
SQL> select text from dba_source where owner='SCOTT' and name='MY_PROC' order by line;
TEXT
procedure my_proc as begin /* overwriten*/ null; end;
SQL> select text
  2  from dba_source as of timestamp to_timestamp('04-DEC-2010 04:40:00.00000 PM')
  3  where owner='SCOTT' and name='MY_PROC' order by line;
TEXT
procedure my_proc as null; end;
SQL>Eventually, you'll get the code and just have to reapply it.
Nicolas.

Similar Messages

  • How to import only RAW files from camera?

    I also shoot with both RAW and JPEG, such that I have access to JPEGs to share with people immediately before post-processing.  But I only want to use RAW in my Lightroom flow.
    When pictures are already in Lightroom, I use filters in the library view to show only RAW, or only JPEG, or both (by applying a filter on the file extension).
    But how do I set a filter before importing?  I would like to import only the RAW pictures into lightroom, but I don't see a way of doing that using Lightroom's import from camera card features.  I either have to let lightroom  import all, and then remove the JPEGs, or use Windows explorer to copy over just RAW files and then use Lightroom to import.
    I would like to use Lightroom in just one step to import all RAW files (but only RAW files) from the camera card directly to the library.  A file filter in the import dialog seems like an easy feature to implement.

    Another reason to have a filter in import is then you can then apply a preset to the RAW files only. At present if I want to apply a preset to my RAW files on import I have to apply it to the JPEGs too as there is no way of being selective on import. I then have to remove the preset from the JPEGs, which is a pointless and unnecessary task, whilst LR is busy rendering the unwanted look.
    I shoot both file types on one cameras as the JPEG gives me a look that is very hard to replicate with the RAW files and on another camera I use a picture style to remind me of what I was looking for when shooting. Again as it's a custom style it's very hard to replicate the look in LR from the RAW file.
    Though a major reason I shoot both JPEGs + RAW is that I was asked by a client a few years back, when I only shot RAW for all the shots as JPEGs to select down from. As this was a 4 week feature film shoot it took several days constant rendering out of Photoshop to output the JPEGs. This was just before LR and even then, LR would still take considerable time to produce all those exported files, though a lot quicker than PS I would hope. So now I always shoot JPEGs as well so I never have to waste time outputting JPEGs for a client to do a rough select.

  • Aperture does not import Nikon JPG files when RAW and JPG

    I own a Nikon D2x that I download files to a Sony 40GB portable HD. When I shoot in RAW + JPG only the RAW file is imported when I connect the Sony HD to my Mac and import to Aperture.
    If I open the Sony disk Icon on the Desktop, I can see both the RAW and the JPG. In fact I can finder copy both files to the Desktop with no problem.
    Even when I connect the camera itself, the jpg files are not imported.
    This makes me think I should just shoot in RAW and save the space on the memory card.
    Why does Aperture not import the JPG files?

    it does import them ... but only displays the RAW file ... if you drill down into the library package you will see them ...
    here are threads dealiing with same issue ...
    http://discussions.apple.com/search.jspa?search=Go&q=RAW+JPEG

  • How to import only RAW images from folder with RAW & JPEGs?

    My system is set up that I have both RAW & JPEGs in the same folder since I shoot JPEG+RAW. How can I import just the raw images without also sucking in the jpegs? There is no way to distinguish the difference in the Import box and also no way to easily separate the the two in the Import box. I've tried using the List View and separting them by File Size, but Aperture has a stupid bug here and it tells me that the JPEG file sizes are in the teens (like 17-18 megs) and they are still hard to separate from the RAW which are about the same size.
    Why can't Aperture do this basic thing?

    I'm not doing anything. What I wrote in my workflow example above is exactly what I'm doing. I've been trying some experiments to see if it was "A Better Finder Rename" that is causing the issue. So far, no go. I have taken just a couple of JPGs only and pointed Aperture's Import to the folder that contains them. Aperture is reading that there are only 2 jpegs (which is what there is) and their file size is right on the mark.
    Ok. I just narrowed it down to something. The flaw is showing up after the RAW files are converted to DNGs. The JPEGs do not show up in the Import box when there are camera raw files like NEFs or CR2s and the corresponding JPEGs. That is Aperture's normal behaviour. But, and this is a big BUT, when the raw files are converted to DNGs and they are in the same folder as the corresponding JPEGs, that's when Aperture pulls its shenanigans. It has something to do with the JPEGs and DNGs having the same name. Even though the files have different extensions, Aperture is doing something to the file size of the JPEGs that make them seem that they are much larger files than they actually are.
    I figured it out like this:
    I had 2 CR2 files and the corresponding JPEGs in a folder. Pointing Aperture's Import to that folder, Aperture did what it is supposed to do; it saw only 2 raw files (doesn't matter that the G9 CR2 files are not supported yet). So, I renamed all the files using A Better Finder Rename and Aperture still only saw 2 raw files.
    So far so good.
    Then, I converted just the 2 CR2 files to DNG and kept them in the same folder. Aperture saw 2 DNGs and 2 CR2 files. No jpegs were seen. Business as usual. Then I removed the CR2s and renamed the jpegs so they had the same names as the DNGs (except for of course different extensions) and that's when Aperture saw the jpegs as separate files and saw them with bogus file sizes.
    So I tested that by altering the jpeg names so that they were different from their corresponding DNGs and Aperture went back to seeing the jpegs with the correct file sizes.
    Therefore, Aperture is having some difficulty with two separate files, one JPEG and the other DNG, when they both have the same name (different extensions, of course).
    Try it if you have a moment. Take one raw file and convert it to DNG and place it in a folder with its corresponding jpeg. Rename both to the same name and different extensions (.dng + .jpg) and see what happens when you try to get Aperture to import. Chance are Aperture will show bogus file sizes for the jpeg.
    Let me know if that's clear.
    Antonio

  • Aperture applying D7000 jpg WB to RAW previews--I do NOT have that selected

    I have always, and still have, set Aperture to NOT apply jpeg settings to RAW previews. Now, with my new D7000, it is doing this no matter what I do. I have the Preview settings in Aperture preferences with the apply jpeg settings Unchecked.
    I do NOT have this problem with my D90.
    Any help resolving this would be greatly appreciated, as would anyone else experiencing this problem chiming in (in case there is an issue with the D7000 RAW conversion in Aperture 3)
    I have the latest versions of Aperture, Mac Os 10, etc.

    Chromey,
    I am importing only RAW files. The setting I mentioned in Aperture is to allow it to use the settings for the imbedded jpeg to generate the previews in Aperture. RAWs have imbedded jpeg data, since even if you only shoot RAW in camera, there is a small jpeg that needs to be created for your camera LCD.
    I think this setting is a red herring with respect to your problem. The setting you are chasing is only to allow Aperture to show you a preview quickly, *while it is importing*. I.e., before Aperture parses the 12MB RAW file, it can parse the first 40K of it and extract the embedded JPG to show you. If you were to walk away from your computer as soon as you hit "import" and then come back only after it was done, the setting would be meaningless.
    The real issue is that Apple's RAW decoding is applying the white balance, as indicated in the metadata. There have been a couple threads recently about this sort of thing, but I cannot seem to find them right now. Interestingly, though, I think the other threads were questioning why Aperture was not applying some of the attributes to the RAW decoding for a particular camera.
    I guess I do not know what the right answer is. I am actually very happy to be able to set white balance in my Canon XTi and have Aperture apply that setting.
    nathan

  • Import only jpg files from a camera that shoots RAW+jpg?

    Is there a way to import only jpg files from a camera that shoots both RAW+jpg? I only want the small jpgs copied, not the RAW file. I have the USB adapter and am about to go on vacation and wanted to use my iPad to upload pictures to Facebook on the go so I am going to shoot on my Canon 5D in RAW+jpg. All I want to copy to the iPad are the jpg files. Is there a way to only copy one?

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?
    I would note there is a long-standing issue between Kodaks and some versions of OS X - the workaround for that is to use a USB Card reader.
    Regards
    TD

  • Is there a possibilty to import ONLY the RAW pictures via Organizer and let the jpeg's on the camera?

    When I import the pictures from the camera (Olympus OMD Em-1): can I only import the RAW-pictures into the organizer?
    Hope for help I'm not very good in englisch sorry.
    txs
    Alexandra

    Alexandra,
    The downloader module of Elements does not provide an option to filter imported files by their type (jpg or raw). You can only filter videos from still photos. I agree that would be a welcome addition!
    What you can do instead:
    - use your OS (explorer / finder) to import the files to your computer via your card reader : you can order your files to import by extension (jpg, CR2, NEF...) and select the raw files. Then use the 'Import' feature of Elements to import from 'Files and Folders' (that 'registers' the files in the catalog).
    - Or you can use the standard Element download and delete the jpegs afterwards. Not very elegant, but that works.
    - Or you can use the 'Import' feature of Elements and choose from 'Files and folders' instead of From camera or card reader, then browse to the card reader. The card reader will be considered as a separate drive. You can select only raws in the import dialog by setting the file order to file extension (CR2, NEF...) instead of file name. You select the first item, then Shift Click on the last one. Only raws are selected. Now, be careful to have the checkbox to 'copy' the files ticked. Otherwise, Elements would consider your pictures to be on a removeable drive. The picture files will be copied on your computer in a special 'photo from removable drives' subfolder.

  • I need to select to import only low-res jpeg images from my Canon 5D Mk11 camera to an iPad 2 and not RAW images

    I need to select somehow to import only jpeg images from my Canon 5D Mk11 camera to an iPad 2
    I take photographs in both RAW (high quality up to 30Mb file size) and JPEG low quality for use on iPad and Internet. The Raw files I save to a 1Tb Multimedia Storage Viewer and later down load-them to my computer where I process them for high quality prints.
    Using the Camera Kit I can’t find an option to only download jpeg images, and fill the iPad memory with unwanted RAW images. Can you please tell me how to get over this problem?

    Have you checked your "Import" settings for "Raw&Jpeg" pairs in the "Import" panel?
    You can set Aperture to import raw, jpeg, or raw&jpeg.
    If you imported Raw&Jpeg, but have set Aperture to use the Jpeg as original, you will see the imported image as Jpeg image, not as a raw image, even if the raw has also been imported. You can switch between Raw and Jpeg originals for selected images from the Photos menu:
    Photos > Use Raw as original.
    Regards
    Léonie

  • How can I import only jpeg and not jpeg plus RAW into Photos on iPad?

    I capture both on my camera.  I do post-shoot processing on computer (Lightroom/Photoshop) but want to see larger previews on iPad (the "new" version with retina display) than my camera LCD allows.  I am using the Apple hadware adaptor to load from an SD card.  The RAW files are taking up way too much memory on the iPad--it seems Photos imports both files at once.  I can't figure our how to tell it to import only the smaller JPEG files.
    If there is a better App than Photos for this, please advise.  Note I will not be doing any serious editing on the iPad.
    Thanks,
    Doug

    It doesn't matter what App you use it will copy all the photos from the SD card.
    But I have a workaround;
    All you do is import your JPEG+RAW images using the camera connection kit.
    Go to Albums in the Photo App, choose Change, Choose New Album, give name, choose Last import, choose Select all photos, choose Finish.
    Now go back into the photos app and delete all the photos from your "Last import" Album. It will say that it is going to delete them everywhere but really it doesnt because it leaves the JPEG in the new album. The result is that you will only have your JPEGs that you imported in your camera roll and the RAW images get deleted.
    First try out before you delete photos from SD card!

  • Imovie media browser only has one option, "Mobile". other videos had option for medium and small. mobile option wont import into iDVD. other videos gave me the Medium option, why not this one?

    help! imovie media browser only has one option, "Mobile". other videos had option for medium and small. mobile option wont import into iDVD. other videos gave me the Medium option, why not this one? need answers ASAP!

    That is your answer then.
    Large is 960x540
    Medium is 640x480 (or 720x480)
    Mobile is probably 480x272.
    It is offering you the sizes that make sense given the size of your source material.
    As a trick, you might try this. In your project, put a short 640x480 clip in the project as the first clip of the project. Then keep the rest of the project as is. See if it will let you share now in Medium. It will not look as good, because there are not enough pixels to cover the Medium size, but it might work.

  • I purchased Lightroom 5, loaded it on my Mac, and updated to version 5.6. I then tried importing photos from my Sony DSC-RX100iii. Unfortunately it only imports JPEG files but no RAW files. What is the problem and how do I fix it?

    I purchased Lightroom 5, loaded it on my Mac, and updated to version 5.6. I then tried importing photos from my Sony DSC-RX100iii. Unfortunately it only imports JPEG files but no RAW files. What is the problem and how do I fix it?

    Than LR should have brought in the RAW files as well. ACR is the RAW
    processing engine used by LR under the covers so anything not supported by
    ACR would not be supported by Lightroom.
    Are you shooting RAW plus JPEG? By default, Lightroom will stack then
    unless you tell it not to. Check to see if there is a small badge on the
    preview that looks like two sheets of paper with a number. That is how
    Lightroom indicates a stack. You can unstack them by clicking on the badge.
    There is also a menu item to stack/unstack photos. Otherwise, I would have
    to research but not sure why Lightroom would ignore the RAW photos but
    still import the JPEGS.

  • How to have iPad (iOS 5) import only the JPEG from a RAW JPEG pair?

    I have an iPad 2 16 GB, running iOS 5. I also have a Canon EOS 7D. I purchased a CF Card Reader for the iPad (see http://store.micgadget.com/card-readers/280-ipad-2-cf-card-camera-connection-kit .html) so that I can view and edit photos quickly in the field, without having to lug my laptop around. To make this easier, I set my camera to shoot RAW+JPEG. I shoot with the smallest JPEG files possible, still a relatively large for the iPad 2,592x1,728, with the idea that I'd only import the JPEG files to the iPad, but still have the RAW files to work with when I get back to my computer. This works great with one exception: the iPad doesn't allow me to import only the JPEG files, but grabs the RAW files along with them. As you can imagine, this fills up my iPad rather quickly, and takes quite a bit longer to import than if it only grabbed the JPEGs.
    So here is my question: How do I have my iPad import only the JPEGs from the RAW+JPEG pairs on the memory card?
    One workaround that helps slightly. If I connect my iPad to my computer after the import, I can go in via Image Capture, select all the RAW images and delete them, leaving the JPEGs behind. This is an underwhelming solution, but does save space after the fact.

    What you are seeing is how Safari works now in iOS 5. There is no way to get that icon in Safari now. There other much better browsers available in the App Store. Look at iCab Mobile, Mercury, Atomic, ....
    I have been running iOS 5x for so long now, that I don't even remember if that icon did appear in earlier iOS versions

  • Cannot load Photoshop Elements 10. 1st (of 3) disks only gives me option to import photos and videos, not to install. How can I install?

    Cannot load Photoshop Elements 10. 1st (of 3) disks only gives me option to import photos and videos, not to install. How can I install?

    Are you sure that:
    1. You have the correct disc for your operating system? You have both mac and windows versions on the discs. If you have a mac you want disc 3, not disc 1.
    2. PSE is not already installed?

  • Importing jpgs instead of RAW...

    I've just imported my 3rd CF card into lightroom 4. The first one had no problems but with the 2nd and third I have noticed that about 200+ photos in it starts importing the occassional jpg instead of the .CR2 file? By the end of the import it seems to be every second or thirtd file but random not consistent. I have been shooting in both RAW and JPG lately which was never a problem in LR3 - it would only ever import the RAW files in to LR - it would import the JPGs but just to the hard disk. I only noticed when editing and realising that I wasn't getting all the WB options on some of the files...
    Anyone alse having this issue? any suggesitons?
    Thanks

    Thanks for the reply Lee
    I hadn't changed the import setting at all from the default (always worked
    ok in LR3). The strange thing is that it has imported all the pics in
    sequence 321,322 but only some of them are JPEGs - completely random. I
    checked the drive where they were imported and it has imported about 2/3
    RAW and 1/3 JPEG so I checked the card to make sure something weird hadn't
    happened to it and sure enough the card contains all the RAW and JPG files.
    I had already started editing about a third of the files before I realised
    so I did a new import using LR3 and then deleted the import from LR4 and
    then did the 'find file' thingy in LR4 which still found the JPGs.. so I
    moved the JPGs to another folder and did the 'find file' thingy again and
    this time had to select the matching RAW file... quite time consuming but
    it worked!
    Just wondering if this is a bug? It didn't happen with the previous import
    with all settings the same.
    Thanks again

  • How can I import only new pictures from my iPhone 5C?

    I want to import only the newest pictures from my iPhone to my desktop.  I used to get a prompt asking me if I wanted to import only the new pictures, and now there is no prompt and my only option is to import all of the photos on my iPhone.  I appreciate any help!

    Try iPhone Data Recovery - Easily Restore Lost Data from iPhone or similar software.

Maybe you are looking for

  • Not able to generate form in the web brower

    I am not able to open a form in the web browser... I have started OC4J instance and connect to the database... Errors :--- In the java Console :-- Java Plug-in 1.6.0_03 Using JRE version 1.6.0_03 Java HotSpot(TM) Client VM User home directory = C:\Do

  • Cosmos LG Touch - no touch

    My Cosmos LG Touch doesn't work.  The touch screen does nothing when I touch it.  I cannot reset because the touch screen doesn't work.  I pulled the battery.  NOw it's locked and I can't unlock my phone because the touch screen doesn't work.  HELP!

  • [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.

    Hi, I've seen questions about this error posted elsewhere but I'm not sure if the same issues applied. I'm trying to connect to SQL Server from a VBA macro in excel. I've managed to do this with the code below where my query is return to cells in my

  • Unable to Edit Dashboards for Weblogic admin

    HI, I just installed and configured OBIEE 11.1.1.6.9 and OBIA 7.9.6.4 I was trying to edit Dashboard but when i click page Options (small icon top right handside) i did found 'Edit Dashboard' further when to catalog and tried to edit Analysis & promp

  • Microsoft Outlook Mobile Service Address

    Hope I can explain something I don't understand.I've read Microsoft Outlook has a feature called Outlook Mobile Service that allows me to send SMS to my cell.  To accomplish this I apparently need a web service address supplied by my carrier.  How do