DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: Importing Images from system files into db

  1. #1
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650

    Exclamation Importing Images from system files into db

    I have a situation to import Jpeg images from system files into the db tables as CLOB column.

    InterMedia is the one I can use for this purpose.
    Is there any other way to do?

    P.S:
    While importing into db tables I may also alter the size of few images as well.
    "What is past is PROLOGUE"

  2. #2
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    Jpeg is binary - so better use BLOB.
    "The power of instruction is seldom of much efficacy except in those happy dispositions where it is almost superfluous" - Gibbon, quoted by R.P.Feynman

  3. #3
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Review metalink note Note:198019.1 for sample
    Thanx
    Sam



    Life is a journey, not a destination!


  4. #4
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650
    Quote Originally Posted by DaPi
    Jpeg is binary - so better use BLOB.

    Excuse me, it was my typing error, Using BLOB cloumn.

    Quote Originally Posted by sambavan
    Review metalink note Note:198019.1 for sample
    I have this doc and working on it. I was looking for other ways to do?
    "What is past is PROLOGUE"

  5. #5
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650
    Unable to grant JAVASYSPRIV to user, also java objects are not available in db.

    Do I need to install JVM for this?
    "What is past is PROLOGUE"

  6. #6
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Yes you do.

    Thanx,
    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width