Re: Problem in invoking Oralce Reports from Bash

From: Alex Filonov <afilonov_at_yahoo.com>
Date: 21 Nov 2002 09:37:35 -0800
Message-ID: <336da121.0211210937.4f957da2_at_posting.google.com>


"Haris" <harish.k_at_net-kraft.com> wrote in message news:<ari93s$kod$1_at_news.vsnl.net.in>...
> Hi,
> I'm facing problem in calling the oracle reports from the Bash , i need
> to pass parameters to the report and the report has to written into some
> file, could anyone help me in fixing this,
>
> Regards
> Harish

Following is for Report 6i. Some parameters can be different with newer versions.

You can find which parameters can be used with Report in batch mode by running command:

rwrun60 -?

In batch mode, batch=yes and paramform=no are absolutely necessary. Report parameters are submitted in the format <parameter_name>=<parameter value>. Parameter names are case-incensitive.
To spool results to the file, you need parameters desname, destype and desformat, desname sets the file name, destype=file for file output.

HTH, Alex. Received on Thu Nov 21 2002 - 18:37:35 CET

Original text of this message