Home » Developer & Programmer » Reports & Discoverer » Batch Compilation of Oracle Reports
Batch Compilation of Oracle Reports [message #89577] Mon, 24 May 2004 23:20 Go to next message
Glory
Messages: 1
Registered: May 2004
Junior Member
Hi All,

Can anybody help me in compiling multiple oracle report files as a batch?

Thanks in Advance

Glory

 
Re: Batch Compilation of Oracle Reports [message #115983 is a reply to message #89577] Fri, 15 April 2005 12:43 Go to previous message
shahjade
Messages: 3
Registered: April 2005
Location: London
Junior Member

Razz

Here u go ...
Put this in a batch file and life becomes easy

~~~~~~~~~~~~~~~~~~~~~~~~~~~
cd c:\oracle\rdf

start/wait for %%f in (*.rdf) do "c:\orant\bin\R30con32" userid="user/pwd@sid" stype=RDFFILE source="c:\oracle\rdf\%%f" dtype=REPFILE dest="c:\oracle\rep\%%f" logfile="c:\oracle\compilation_log.log" overwrite=YES batch=YES

exit
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Cheers,
Ashok
Previous Topic: layout in report viewer
Next Topic: Friends need your help desperate--> Second page not printing from the beginning
Goto Forum:
  


Current Time: Fri May 17 05:53:09 CDT 2024