What command or process has taken the place of ar60runb that is used in R11, for Release12
I have a shell script that will call report (.rdf) to run from unix/linix environments. This shell script is run in oracle release 11, using the Oracle 6i reports.
here is part of the code we use. NOTE ar60runb
filename=Items_Ordered_$p_number.pdf
reportname=$XXCG_MS_TOP/reports/US/XXCGMSPACKLIND.rdf
ar60runb userid=apps report=$reportname destype=file desname=/u03/report_dest/$filename desformat=pdf batch=yes printjob=no mode=bitmap pagesize=11x8.5 p_order_number=$p_number <$HOME/cron_scripts/.connect_string
I am trying this same technique / process in Oracle R12.
When i run it, it says ar60runb is not found.