Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Reports batch compilation
Hi,
I suppose you wanted to compile RDF into REP-files. You can use the following command in a batchfile (one line):
for %%i in (*.rdf) do r25con32 <username>/<password>@<connect_string> stype=rdffile source=%%i dtype=repfile batch=yes
This will find all the RDF files in the directory and compile them to REP-files. For a complete overview of parameters, refer to the Reports Reference Manual.
N.b. I tried this in a DOS-=box on a Windows95 computer. Not sure if it will work under Windows98, 2000 or NT client...
H. Hultink
Stoas Wageningen
The Netherlands
CC wrote:
> hi all,
>
> Is there any way to compile 10 or more RDF files within a batch file ?
> (like DOS batch file )
>
> 10q in advance
Received on Tue Apr 04 2000 - 07:44:04 CDT
![]() |
![]() |