Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert Blob data to Long raw

Khan2Oct 29 2007 — edited Oct 29 2007
Hi all,

I have a problem,

My application was running smoothly using database 8i and application server 9i and forms developer 6i

I have only switch from database 8i to 9i.

In 8i I have a blob column in the employees table to store their images. and my form showing the images without any Error.
But when I have switch the databse, my form doesn't show any image.

Smeone told me to change the blob datatype to long raw. because 9i display longraw data instead of blob.

I have tried it by creating the new column with long raw datatype and upload a new image in this column. (I have upload the image directly to the database using Plsql Developer). and my form shows the picture using this colun data (Long Raw).

Now I want to convert my Existing column data with blob data type to long raw data.

Is there any way to convert Blob data to long raw data.

Regards,

Raza.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2007
Added on Oct 29 2007
3 comments
5,604 views