Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> A request to owners of Oracle7.x and 8.0 on unix

A request to owners of Oracle7.x and 8.0 on unix

From: jd <jedrzej_dudkiewicz_at_poczta.interia.pl>
Date: Wed, 25 Aug 2004 13:38:20 +0200
Message-ID: <cghtav$kck$1@news.supermedia.pl>


Greetings,

I'm currently writing a script that detects packages installed along with Oracle. Since I can't find downloadable (or any other, in fact) versions of Oracle 7.x and 8.0, I'd like to ask those of you, who own such databases, to provide me with (probably partial, since it's supposed to be quite long) an output of a following command:

cat $ORACLE_HOME/unix.prd |\
awk -F\" '{ printf ("%-40s %-10s %-20s\n", $6, $2, $4) }' |\ grep '^[^ ]'

It's supposed to write info that will contain information that I need.

Thanks in advance,

JD Received on Wed Aug 25 2004 - 06:38:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US