[Orca-users] Orca installation problem - Linux RH 7.2

Blair Zajac blair at orcaware.com
Fri Jun 25 18:42:40 PDT 2004


shyamal at flashmail.com wrote:

> Hi,
> 
> Am new to ORCA however am very impressed with what it can
> do.

Hi Shyamal,

Thanks for the kind words, those are always appreciated.  Sorry for the long 
delay in responding.

> Downloaded and installed the latest version on RH7.2, No
> installation errors, had to install Perl modules prior to
> installtion. Perl 5.6.0
> 
> However cannot run orca.
> 
> Attached are the result, the orca config file and the
> datafile which was used as testcase. Would really appreciate
> any assistance.

This is a pretty simple error to fix.

In this part of your configuration file

plot {
   source        TEST_GROUP1
   data          column_name value
}

you cannot have any leading whitespace before the source and data lines, 
otherwise Orca thinks they are continuations of the previous line.

So it should look like

plot {
source        TEST_GROUP1
data          column_name value
}

> Also would like to contribute to any effort to graph oracle
> data, can I be of assistance ??

Yes, help is always nice.  Just let us know what you want to work on.  There's 
been some recent Oracle discussions on the mailing list.

Development work should be discussed on the orca-dev at orcware.com mailing list.

Regards,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/



More information about the Orca-users mailing list