How to convert file format using bfile datatype

<pre>
Hi all,
Assume, i has a table BFILE_IMAGE and it table structure is similar like:
SQL> desc bfile_image;
Name Null? Type
IMAGE_ID NUMBER
FILE_NAME VARCHAR2(30)
IMAGE BINARY FILE LOB
SQL>
Is that impossible if we can use process() function with bfile datatype? similar like:
ordsys.ordimage.process(image,'fileFormat=JPEG contentFormat=24BITRGB');
The line above is work with blob datatype but doesn't with bfile datatype. Can you please give me some idea how to deal with it.
Thanks,
Kevin

a BFILE is content stored outside the Oracle database. It is a read-only object.
process() is an in-place modification of the image. This is only possible with BLOB stored content.
If you are using BFILE you could use the processCopy() method to create a new copy of the BFILE stored image that has been processed according to your command.

Similar Messages

  • How to convert files for use in iMovie?

    I have ripped some home movie footage from DVD using mactheripper to my harddrive.
    Coolio.
    Now, how on earth to i get the files into iMovie?
    I'm guessing I need to convert the files somehow but how? Using what?
    Please tell me the procedure, thanks, R

    ... am a mac newbie and...
    .. then, you shouldn't stroll around in the outer rims of the iNet, looking for MTR.. , this app is mostly intended for distracting copy protection from commercial dvds...
    give that app a try:
    DVDxDV (free trial, 25$, Pro: 90$)
    legal, handy, very Mac-like in usage... plus a free trial, you can test, how it works for you....
    just to mention that:
    DVD uses a plyback-format, end-of-the-road, delivery standard.. not meant for further processing.. you will recognize a (dramatic) loss in pic quality..

  • How to convert date format dd.mm.yy into yyyymmdd?

    Hello experts,
    how to convert date format dd.mm.yy into yyyymmdd?
    Thanx
    Axel

    Hi
    go through these previous threads on similar question
    https://forums.sdn.sap.com/click.jspa?searchID=673529&messageID=1763194
    Date Conversion in Flat File
    converting the DATE(yyyymmdd) into MONTH(yyyymm) format
    Date Format Conversion from MM.DD.YYYY to YYYYMMDD
    gives clear idea
    Reagrds
    Kiran
    Message was edited by:
            ravi kiran naalla

  • Convert file format into UTF-8 while generating text file on FTP server

    Hi Expert,
    I have the requirement to generate text file store it in FTP server and file format should be in UTF-8.
    ABAP Development is completed but text file format generate in ANSI which not acceptable by client.For generating text file and store it on FTP server by using standard function module FTP_R3_TO_SERVER ,but in this function module there is no any parameter option like CODEPAGE for file format conversion. Is there any method or any function module to convert file format to UTF-8 and directly transfer or store it on FTP server.
    <<removed_by_moderator>>
    Thanks ,
    Edited by: Vijay Babu Dudla on Jan 28, 2009 12:48 AM

    I have come across the same issue.  Try calling the FTP_COMMAND function module to make it go into ASCII mode before your FTP the file, like this:
    data: result type table of text with header line.
    call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = 'ascii'
        tables
          data          = result
        exceptions
          tcpip_error   = 1
          command_error = 2
          data_error    = 3.
      call function 'FTP_R3_TO_SERVER'
        exporting
          handle         = hdl
          fname          = docid
          character_mode = 'X'
        tables
          text           = gt_your_table .

  • How to convert file to pdf text readable?

    How to convert file to PDF text readable?

    Hey,
    Please let me know what type of file are you trying to convert.
    You might use Adobe PDF Maker or Adobe PDF printer option and export the file to PDF.
    Regards,
    Anubha

  • Help needed  while exporting crystal reports to HTML file format using java

    Help needed  while exporting crystal reports to HTML file format using java api(not using crystalviewer).i want to download the
    html file of the report
    thanks

    the ReportExportFormat class does not have HTML format, it has got to be XML. Export to HTML is available from CR Designer only.
    Edited by: Aasavari Bhave on Jan 24, 2012 11:37 AM

  • How to convert Date format into day in ssrs reports?

    Hi
    How to convert date format into day?
    10/01/2010 as like Monday like that?

    =weekdayname(datepart("w",Fields!mydate.Value))
    -Vaibhav Chaudhari

  • Plz tell me which sound file format uses minimum memory of a director file

    plz tell me which sound file format uses minimum memory of a director file. bcoz on adding sound the projector file becomes a large memory file .
    so i am confused that which file format should be used.

    saramultimedia,
    Are you certain that you're asking your question in the right place? This forum is about the Adobe Media Encoder application. Most of the people who answer questions here are familiar with the digital video and audio applications such as After Effects and Premiere Pro.
    If you have a question about Director, it's probably best to ask on the Director forum. But I see that you already know that, since you already have a thread on that forum to ask this question, and it got an answer:
    http://forums.adobe.com/thread/769569

  • How to convert date format to MM/DD/YYYY

    Hi,
       How to convert date format to MM/DD/YYYY.
    Thanks,
    Senthil

    hi,
    tri with this function module
    data :l_date(10) type c
    CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
    EXPORTING
       DATE_INTERNAL                  = SY-DATUM
    IMPORTING
       DATE_EXTERNAL                  = l_date.
    this function module converts date from 20050601 to external format  which is specified in user profile
    cheers,
    sasi

  • Record Audio in mp3 file format using FMS

    I am Recording Audio Using FMS which will record Audio file in FLV File Format default But I like to Record in MP3 File Format. Is it Possible.
    And I also Record Video In MP4 File Format using h264 encode. Which Give me Video File in MP4 File Format but When i will try to play that MP4 File it Didn't play. So, I post-processed video with a tool called F4V Post Processor. Now That MP4 Video File Play But Didn't Give me Sound in that Video.
    My Code is:
            var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
            h264Settings.setProfileLevel(H264Profile.MAIN, H264Level.LEVEL_3);
            ns.videoStreamSettings = h264Settings;
            ns.publish("mp4:"+FILENAME+".mp4","record");
    I search Lot but didn't get the solution. So, Please Give me Solution for Both thing.

    The .flv format is a "container" format, not a video format.
    So that means that inside the container, you can have a video file and/or an audio file or even just an audio file.. which most likely is already an mp3 file. Use something like "FLV Extract" to break open the container and see:
    http://moitah.net/
    But really, for any Web delivery of audio, the .flv (audio only) method works just fine. Lots of media players available for the Flash .flv file.
    For example:
    Sounds from my bunk on the Lady Washington
    http://exploreolympics.com/reports/?p=2857
    Scroll down to third media player.
    A little quiet to start with... but this is a .flv file with just an mp3 audio file inside.
    Best of luck!
    Adninjastrator

  • How to convert files into DAT?

    Does anyone know how to convert files into DAT? Not The other way around please.

    This might do it:
    http://www.videoconverterformac.com/dat-converter-for-mac.html
    but can't imagine why you would want to!

  • Does anyone know how to convert file into a .png?

    Does anyone know how to convert file into a .png?
    Thanks

    I tried to give an answer with less steps. I know it's a Pages file & all you have to do is select & copy the content in your Pages file & then open Preview.app. Next time I'll include the exporting to PDF & opening that in Preview.app or in Pages go to File > Print > click on the PDF button in the lower left of the print window & choose Open in Preview.

  • Record audio file in a wav file format using QuickTime 7 Pro for Windows?

    Is it possible to record audio file in a wav file format using QuickTime 7 Pro for Windows? The system I want to upload audio files that I record to requires they be in a wav file format / PCM - 112025kh / 8 bit mono / 11.05khz
    Something tells me no...and I bought this upgrade for nothing...GRRRRRRR

    QuickTime Pro for Windows allows you to make audio recordings from some input devices.
    You can then "export" these new files to .wav format at any setting you choose.

  • How do I convert a wmv file format into an avi file format using quicktime 7 pro

    I have just purchased quicktime 7 pro under the advice that it can convert wmv. file formats into avi. file formats, my firat attempt to do this using export failed after I could not open the wmv. file format. can anyone help with the process? I have looked through the instructions and nothing in there suggests another alternative

    QuickTime cannot do this of iteslf: you need to add Flip4Mac:
    http://www.telestream.net/flip4mac-wmv/overview.htm

  • Unable to convert PDF files to any other file format using Acrobat XI Pro

    Acrobat XI Pro ver11.0.2
    Office 2013 Pro Plus
    Windows 8 Pro
    When I open a PDF file and try to export file to: Word, RTF, Excel, XML or PowerPoint, I woud receive the error below.
    Save As failed to process this document. No file was created.
    I recall in the past that I was able to export PDF to Excel & Word.  I simply tried the other file formats to see what happens.
    Unfortunately for me, this is happening to both of my machines.  Same version software except the other machine is Windows 7 Pro. I have admin level rights to both PCs.
    Not sure what to do at this point.
    As another test, I did the following.
    Created a document in Word, then saved as a PDF file.  Opened that PDF file to save as a Word doc and I received the error listed above.
    Any suggestions are appreciated.
    Thank you

    Thank you for the suggestions
    "Created a document in Word, then saved as a PDF file.  Opened that PDF file to save as a Word doc and I received the error listed above".
    I used another machine.  Created a Virtual Machine with Office 2013 and Acobat XI and I do not have issues with converting PDF to any of the available formats.  Its not the file I'm using, its the software itself that is the issue.
    Unfortunately, I did uninstall Office 2013 & Acrobat XI then reinstalled but I still have the problem so I can only guess once its broken in the registry, I will continue to have an issue.
    For now, I'm going to move Acrobat XI on the VM since I dont have time to reinstall Windows 8. 

Maybe you are looking for

  • Process Hang

    Hi, I have a problem that I put on the back-burner a few months ago, but it has become more important again. I have a daemon which maintains a multiplexing stream stack. Every once in a while when the daemon exits and tears down the stack (flushing t

  • How do I delete my Twitter username and password from iPhone 4?

    I upgraded to iOS5, and when i was setting it up I put in my username and password but I thought it was just for the App and not in the settings of the iPhone itself. Every time I delete the account under setting, it comes back! Why? I do not have th

  • Help resize  SWF in vertical direction

    I have more reach application, in simplify my problem looks so: I dont' need in scroling. How do it? With JavaScript? or exists decision in ActionScript 3? Help plz.

  • Error 148:3 on PS4

    I've been using PS4 since last 2 months but all of the sudden I've started  getting 148:3 error while starting PS. I'm on window 8.1(64bit) and it is a licensed version not the demo/pirated. However, I've demo PS6 (expired, 30 days +) on my machine.

  • SRM 7 workflow

    Hi, Can anyone provide me with some linksor tutorials for SRM 7 workflows. Thanks Prasy