Archive for June 2015
Read Blob Data from Table and save to Local file System in Oracle
Wednesday, 17 June 2015
Posted by Akshay Patil
SET SERVEROUTPUT ON;
DECLARE
V1 VARCHAR2(32767);
l_file UTL_FILE.FILE_TYPE;
V_COUNT NUMBER :=0;
V_FILENAME VARCHAR2(50):=NULL;
l_buffer...

In iReport to pass parameter from Main report to Dataset use following steps:
1. Create parameter in main report section.
2. Set parameter properties accordingly.
3. Add new dataset by right...

Below error occurs because there is no any data to show
on report.
If you are using the Detail Bandeport, then you will need a
Data Query for the report. Since it's returning "No Pages" in
iReport,...