Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How can we use a jpg image in oracle reports 6i?

user-image
Question added by shasuddin shaik , Senior Oracle Developer , Ministry Of Interior - KSA
Date Posted: 2016/07/30
Muhamed Babu
by Muhamed Babu , PL/SQL Developer , Diyar Untied Company

1. Insert image into report layout through menu

2. Store image as a clob type in table and call this table and image in report builder

ashutosh kumar
by ashutosh kumar , Technical Lead Consultant , Wipro Arabia Ltd

Add the Image to the layout and edit the properties with $OA_MEDIA path and keep the image on the server at the same path.

Muhammad Asif
by Muhammad Asif , Software Enigneer , Sapphire Fibres Limited

 use BLOB data type in data base and get image form data base

 

Tufail  Ahmed
by Tufail Ahmed , Sr. Software Engineer , KLASH (PVT) Ltd FSD

use link of the file or you can save data in database also

Joydeep Bonner
by Joydeep Bonner , Technical Consultant , TechMahindra

Following step o insert image in the report.

1.  Insert BLOB image file into oracle database table

2. The next step is to create a layout for the report

3.And then pull the image by sql query.

مجاهد الفكي يوسف احمد
by مجاهد الفكي يوسف احمد , مبرمج حاسب الي , هيئة المواني البحريه السودانيه

 

Create a field 'read from the file "property set to choose" yes "and the property" file format "set to' image '...  

Then give a path in which the image of this field there.

we can import the jpg image using edit and import option in oracle forms.

Hesham Salah
by Hesham Salah , Oracle Technical Team Leader , NATREC, AlAhlia human resources co.,

create a normal field with the ' read from file ' property set to ' yes ' and the ' file format ' property set to ' image ' ... 

 

Then throws a string from the path where the image for this field. 

 

 

More Questions Like This