Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 9iAS Reports
If you on Linux, or have Linux in your network You can use some thing
like:
v_res=`lynx -dump
"http://${1}/reports/rwservlet?destype=cache&desformat=PDF&userid=${2}&report=AC1233R_Report_4235.rdf&ID=325&server=${3}"|
head -1`
if [ "$v_res" = "%PDF-1.4" ]
then
v_status="OK_"
else
v_status="NOT"
echo
"http://${1}/reports/rwservlet?destype=cache&desformat=PDF&userid=${2}&report=NS0298R_Report_Append.rdf&ID=325&server=${3}"
| mail -s "Problem with REPORT SERVER on ${1}" support_at_dbahost.lv
fi
If not you can use telnet for implementing functionality like this one.
I am unaware regarding build-in functionality in iAS, if any.
Jurijs
+371 9268222 (+2 GMT)
Sanjay Mishra <smishra_97_at_yahoo.com>
Sent by: oracle-l-bounce_at_freelists.org
10.08.2004 00:02
Please respond to oracle-l
To: oracle-l_at_freelists.org cc: Subject: Oracle 9iAS Reports
IS there any way to write as script that can check if the Report server is workign or not and so if required can be started.
Thanks
Sanjay
![]() |
![]() |