Hello teams,
I am new in apex oracle and JRXML2PDF.
At first, I would like to say thanks for your solution.
As your replied via many topics about sub report, I tried and faced with error :
"ORA-06561: given statement is not supported by package DBMS_SQL".
My report included 2 part : report and sub-report ( only 1 static label not query ) which has been coppied xml content from IReport and created report name in table JRXML_REPORT_DEFINITIONS .
I guesed that the problem coming when generated sub-report from xml.
Hello teams,
I am new in apex oracle and JRXML2PDF.
At first, I would like to say thanks for your solution.
As your replied via many topics about sub report, I tried and faced with error :
"ORA-06561: given statement is not supported by package DBMS_SQL".
My report included 2 part : report and sub-report ( only 1 static label not query ) which has been coppied xml content from IReport and created report name in table JRXML_REPORT_DEFINITIONS .
I guesed that the problem coming when generated sub-report from xml.
Please help me to check this matter .
Thanks
Last edit: dat le tan 2018-02-01
Hi,
the problem is that your subreport doesn't contain any valid query.
Regards,
Andreas
It's working perfect. Thanks.