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

Thread: blob datatype oracle9i

Hybrid View

  1. #1
    Join Date
    Apr 2003
    Posts
    46

    blob datatype oracle9i

    hi

    create table employee
    (
    empid char(4) not null,
    empname varchar2(15),
    photo blob
    )

    i have created the above table . i have a scanned image of the employee , how would i pass the insert statement to insert the image into this table and does it store a pointer to the physical path or the image is actually stored in the table .i.e. if i delete the physically present image on the disk will it affect the data in the table.

    thanks

  2. #2
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

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