How to put blob to external file (Help!?)

hi,
I am a beginner in oracle. Now i use sql*loader and put some jpg,rm files in blob(jpg->blob) , but,in reverse, i don't know how to extract blob and put it in my OS(blob->jpg).......>_<
thanks
d.t.

Just photos?
File -> Export
This User Tip
https://discussions.apple.com/docs/DOC-4921
has details of the options in the Export dialogue.
Move the Library?
Make sure the drive is formatted Mac OS Extended (Journaled)
1. Quit iPhoto
2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
Regards
TD

Similar Messages

  • How to put blob data in OS (help!?)

    hi,
    I am a beginner in oracle. Now i use sql*loader and put some jpg,rm files in blob(jpg->blob) , but,in reverse, i don't know how to extract blob and put it in my OS(blob->jpg).......>_<
    thanks
    d.t.

    Hi All,
    after searching lot on SDN, i found out that OLE concepts can not be used in WD ABAP environment. Please let me know if i am correct or not.
    as of now, i am building the excel and using below method to create it.
    *Create the Excel File
      cl_wd_runtime_services=>attach_file_to_response(
      i_filename = lv_filename
      i_content = lv_xstring
      i_mime_type = 'application/msexcel'
      i_in_new_window = abap_false
      i_inplace = abap_false ).
    The problem in above method is  that, i can not format the excel as i wanted. for e.g. i wanted to put values in particular cell, make it BOLD, italic etc.
    Is there any way to achive this? Please let me know.
    Thanks,
    Chandra

  • How to Put Controls on SWF File... then Export  to FLV

    Have a swf file that self plays.
    What I Need:
    I need to imbed this self playing 2 minute video clip with
    sound...but I want it to have controls on it and be paused. I want
    to use dreamweaver to place it in the web page but stupid
    dreamweaver only puts controls on a flv file NOT SWF's.
    How can I get a swf file, then add controls, then output to
    FLV so Dreamwemaver can put it on my page.
    I have Adobe Dreamweaver CS4, Flash CS$ but DO NOT KNOW HOW
    TO USE IT - Tried but failed miserably (it didnt even want to put
    controls easily on this...I tried for 30 min but couldnt break
    through. I have the CS3 Master Collection.
    Thanks
    All I want is for this video to play universally and nicely
    in a web page of mine...when will this stuff ever be compatable and
    transparent to use!
    Suzzie

    For me, not. But yes I have to do this. Maybe I manual have a table which includes the y axis coordinates. X axis is dicrete then when I get the value 2 I will look at its y axis and take the coordinates of the y-axis corresponds to the table
    Is it difficult? 
    Yasemin Barutçu
    Electrical And Electronics Engineer

  • How to test if an external file is already opened?

    We have an issue when we write to an external file via the DBOpen and DBAdd functions. When we run two jobs simultaneously, they write to the same file. I know we can write to separate files, but we rather not. When the second job begins to do the write, at that point of entry for the second job, that record gets corrupted.
    I'm not sure if it is a DBOpen issue, or DBAdd issue, so I was wanting to try a test to see if the file is already open and bypass the DBOpen if it is. But I don't see anything that will test that other than the DBOpen function itself. When I capture the return code, the result is successful for both jobs. But I"m not wanting to do another DBOpen if the file is already open.
    How do I test for that?

    In the DBOpen call specification, there is a mode parameter which supports combinations of the following:
    * READ
    * WRITE
    * CREATE_IF_NEW
    * FAIL_IF_EXISTS
    You can combine multiple modes with &, so the 2 ^nd^ job should use DBOpen(table,handler,dfd,"WRITE&FAIL_IF_EXISTS") and you can examine the return code accordingly (1 = success, 0 = fail). That said, I don't think this is going to work. If you want to have multiple processes writing to a single file you're probably better off writing the records to a database table which supports this sort of activity. Otherwise you might consider having each job writing to a separate temp file, and then one of the jobs be responsible for reading both temporary files and writing out a 3 ^rd^ file containing all records.
    -Andy

  • How to put tabs in xml file?

    I want to put tabs in xml file, e.g:
    <?xml version="1.0" encoding="windows-1251"?>
    <root name="root1">
    <node name="leaf1"/>
    <node name="leaf2"/>
    <node name="node1">
    <node name="leaf3"/>
    <node name="leaf4"/>
    <node name="node2">
    <node name="leaf5"/>
    </node>
    </node>
    <node name="leaf6"/>
    <node name="node3">
    <node name="node4">
    <node name="leaf7"/>
    </node>
    </node>
    </root>to:
    <root name="root1">
         <node name="leaf1"></node>
         <node name="leaf2"></node>
         <node name="node1">
              <node name="leaf3"></node>
              <node name="leaf4"></node>
              <node name="node2">
                   <node name="leaf5"></node>
              </node>
         </node>
         <node name="leaf6"></node>
         <node name="node3">
              <node name="node4">
                   <node name="leaf7"></node>
              </node>
         </node>
    </root>

    For DOM users:
    public static void serialize(Document doc, Writer writer)
        OutputFormat format = new OutputFormat(model, encoding, isToIndent); // model should be xhtml, xml, etc
        format.setOmitXMLDeclaration(!useProlog);
        if (useProlog)
          format.setStandalone(useStandalone);
        format.setOmitDocumentType(!useDocType);
        if (isToIndent)
          format.setIndent(indentSize);
        format.setLineSeparator(CR);
        XMLSerializer serial = new XMLSerializer(writer, format);
        try {
          serial.asDOMSerializer();
          serial.serialize(doc.getDocumentElement());
          writer.flush();
        } catch (IOException e) {
          System.err.println(e);
        } catch (Exception e) {
          System.err.println(e);
      }Take care with explicit global vars (amazing names like indentSize)
    and go deeper!
    []'s

  • How to put integer in a file

    Who knows how to record data in the file that after recording, it will not be'abrakadabra', but very distinctive
    files for example with integer.
    Thank you in advance

    Save as strings:
    DataOutputStream.writeUTF(String)

  • How to put an mp4 movie file for viewing or streaming/

    How do I download an mp4 file for viewing or streaming?

    The easiest way is to add your video to YouTube or Vimeo and embed it into your page.

  • How to put windows 7 iso file onto usb on mac for a pc password restore

    Please help! My desk top pc is in for a service so Im trying to use my old laptop but have forgotten the password! Now Ive got to put my windows 7 iso file onto a usb (using my macbook air) to install onto my windows laptop!? Confused? I sure am!
    Can anyone help me.....
    Mac
    specs: MacBook Air 13" mid 2012
    1.8 GHz Intel Core i5
    4GB 1600 MHz DDR3
    PC
    specs: Toshiba Ultrabook
    "Portege" Z930
    Thats all I know about my laptop! Sad but true!
    External Hard Drive
    specs:
    iomega 1TB HDD
    USB
    specs: SanDisk
    MS-DOS (FAT32)
    7.99GB

    Use the BootCamp Aaistant, located in your Applications> Utilities folder. It will walk you thru the installation steps. howeve, once you get to the Windows installation step the Windows installer will check with MS if you have a legitimate copy.

  • How to put data (from texte file) in the Tab

    Hi,
    I have a file with one line data.
    I want to put the data in a tab with 5 colums and x line.
    I attach a example.
    Thank's
    Attachments:
    ni-help.zip ‏9 KB

    You need to modify the input parameters in the Spreadsheet Sheet String to Array. For the delimeter, you need to specify a space. By default, the function uses a tab as a delimiter.

  • How to put exported iPod Garageband files back onto Garageband?

    Hi,
    Last year before I got a new iPod Touch I exported my Garageband song files onto my laptop using the "file sharing" feature on iTunes, at the bottom of the "apps" screen. I now want to put these files back onto Garageband on my latest iPod but am not sure how. The songs have saved  in folders titled *songname*.band and upon entering the folders I am presented with more  folders entitled ontents, media, output and thumbs. There is also a standalone file named ProjectData. I've tried adding the ProjectData file to garageband, but this has no effect.
    Both iPods were 4th gen. My current IOS is 6.1.6.
    So in short, how can I get the songs contained in these folders back into my iPod touch?
    Thank you for any assistance.

    You should be able to sync your projects back to the iPod, if you add the .band files back to the GarageBand file sharing area in iTunes, when you sync your iPod again.
    But this will only work, if you did not open the projects in GarageBand on your Mac and convert them to GarageBand for Mac projects.

  • How to put Customised delimiter in file downloaded by FM gui_download

    hai friends!
       how we can get customised delimiters ( like comma or # or / ) in the file download with FM gui_download.
    thanks
    ammu

    Use forum search before posting the question.
    for your query -
    declare an internal table with one field as string or length corresponding to your total fields length.
    append all the fields in corresponding rows of that table using your delimiter as separator and download this new table.

  • How to put image into pdf file in which image is set it in particuler frame size

    hi, i m creating app for generate pdf in which i can set image into pdf but the image sizze is large so the image is display over the text and how can i set text into pdf and also how to set textfilelds data into pdf or tableview data into pdf.help me plz

    Are you looking for image in selection column or as a separate column?
    --Shiv                                                                                                                                                                               

  • How to put current date in File name while saving PDF file.

    Hi expert,
    A report is scheduled for broadcasting  in PDF format . User wants it should have current date in its file name.
    Now system generated file name is Z_XXX_YYY_0000.pdf , but it should have Z_XXX_YYY_10012012.pdf or in any date format.
    Regards,
    Anand Mehrotra.

    First, how to best change the name of the folder. In Library view, there is a Folders panel within the lest hand side panel. If you select the folder and bring up the context menu, you can select the rename option to change the name/date of the folder. Lightroom will also cause the name to be changed on the HDD so both Lightroom as well as the OS will know about the change. This is the simplest way to handle folder name changes.
    Renaming the photos contained within the folder is a bit trickier. I have tried the Lightroom batch rename function, which should work by the way, I encountered some issues in which Lightroom wanted to substitute a sequence number, starting at 0001 rather than use the starting number I wanted to use. This was in Lightroom 4.x and I ended up having to manually rename files. To rename the files within the folder, select the folder to display the grid view of the images within that folder. Next, select all of the photos you want to rename and then select Library/Rename Photos (must be in Library mode) or just press the F2 key. This will open a Rename Photo dialog. Use the drop down box to select your naming scheme (or custom, which will open the Filename Template Editor where you can build your own template. From there, just click to confirm your choices and you should be able to rename your files.
    As I said above, I did have trouble with this in V4.x so I suggest only selecting one of the photos and testing it out. If it works, you can select the rest and complete your task. If it doesn't, then you can fix that, try again to get it to work or just manually rename your photos which is what I ended up doing.

  • Need to put Itunes on External Drive - HELP PLEASE

    My computer is full of stuff and my ITunes is overwhelming it. I would like to move everything to my external drive and just leave it there. Has anyone done this successfully. Do I have to burn everything I own out of fear of maybe losing it? Any suggestions would be great. I'm not the most computer saavy person...
    Thanks,
    Dell Dimension 4600   Windows XP Pro  

    i too did not want all my music on my internal drive and have successfully moved everything to an external... now i don't know about moving teh actual itunes program but you can move teh folder your itunes takes music from to an external... just go into your setting and change the libraries to that of teh external drive... then just copy everything from your main itunes folder to your new one.... you will also have to get rid of your old playlists because it will not be able to find any of your songs because you moved them.... you can also just relocate all teh files manually but that would take forever... if you don't have complicated playlists then this is a good option in my opinion...

  • Since up date to Yosemite my iphoto 6000  pics are in chaos, 2011 pics mixed in 2014. Not always in event block sometimes just one or two?  Does anyone know how to put this right...help!

    Since upgrade to Yosemite my iphoto 6000+ pics are in chaos.  2011 mixed in with 2014 some in blocks, then many just random one or two pics. Event absolutely all over the place, over 5 years.  Can anyone help please? 

    Hello!
    See if you can solve this via the View-menu:

Maybe you are looking for

  • Importing sales data

    I have a customer who is planning to use Oracle Financials as their finance solution, but we need to auto-feed the sale transactions from the sales system. These transactions corresponds (loosely speaking) to sales (or purchase) orders and delivery o

  • Draft EXPUNGE Issue

    Hi - using Leopard (10.5.1) and Apple Mail, I am getting the following email error message at least once a day: Mail was unable to remove the deleted messages in the mailbox "[email protected]" on server "mail.mac.com". The server error encountered w

  • BADI name for filling search result CRMST_HEADER_OBJECT_BUIL

    HI , I need to enhance search result for any component "BP_ACC_SEARCH_E" . I have identified view as BuPaSR and context node SEARCHTABLE . I have also  identified the corresponding structure(CRMST_HEADER_OBJECT_BUIL) and even appended this structure

  • Appeasing the JRE and JDK

    I am getting a stupid error about punctuation in one of my programs. I have searched it from the top to where the error is specified, but there seems to be no punctuation missing. I tried appeasing it by simply adding the semi-colons and figiring out

  • How to move full OS bitlocker partition to larger hard drive?

    Dear Microsoft Win7 Experts, I have a fresh Windows 7 Enterprise image on my laptop's 100 GB hard drive. There is only one C: partition with OS+ stuff and it is Bitlocker encrypted. Now the hardrive is almost full. I want to do following: Buy and ins