Oracle Reports (appsrwrun.sh) run in shell script ends in core dump
As part of a customization where we need to generate a Excel Report triggered from an Oracle Forms event, we have implemented a solution where we execute the appsrwrun.sh command for the RDF to generate the Excel output using a shell script created at run time. Currently this works fine for cases where data fetched is less than 1200 rows. When data is more than 1200 rows, the script execution crashes after a while and creates a core dump file in $ORACLE_CONFIG_HOME/bin/ path. Also the incomplete text file for the data is present in the Reports cache folder. Request any