How to Formulate String for Schedule while configuring scheduled report.
I want to configure a scheduled report using rwclient.sh
I want to run a particular report for "first 10 days of every month"
i tried various option but could not get through.
e.g. " every weekday before 10 from 22:00 retry 1 after 2 hour"
I was referring this document
http://docs.oracle.com/cd/E23943_01/bi.1111/b32121/pbr_cla008.htm#autoId2
schdl="daily from 07:30 retry 3 after 1 hour"
$ORACLE_HOME/bin/rwclient.sh report=$report userid=$userid server=$server desfor
mat=$desformat destype=$destype desname=$desname from=me@mydomain.com subject="$sub" notifyfailure=admin@mydomain.com p_schdl_jobid=$p_schdl_jobid p_schdl_flag=Y schedule="$schdl"