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 -> Re: A request to owners of Oracle7.x and 8.0 on unix

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

From: Alex Filonov <afilonov_at_yahoo.com>
Date: 28 Aug 2004 09:13:50 -0700
Message-ID: <336da121.0408280813.6a0b7791@posting.google.com>


"jd" <jedrzej_dudkiewicz_at_poczta.interia.pl> wrote in message news:<cghtav$kck$1_at_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.
>
>

8.0.5.1 on Linux RH 6.2:

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

Oracle Unix Installer                    orainst    4.0.3.0.0
Oracle On-Line Text Viewer               oraview    1.0.1.0.0
Platform specific Libraries and Utilities platform_common 8.0.5.0.0
ORACLE Common Utilities                  buildtools_common 8.0.5.0.0
ORACLE Common Libraries and Utilities    ocommon    8.0.5.0.0
Client Software                          client     8.0.5.0.0
ORACLE NLS Libraries and Utilities       nlsrtl_common 8.0.5.0.0
ORACLE Core Libraries                    oracore_common 8.0.5.0.0
ORACLE Common Libraries                  slax_common 8.0.5.0.0
ORACLE Common Precomp Libraries          precomp_common 8.0.5.1.0
Precomp                                  precomp    8.0.5.1.0
Object Type Translator                   ott        8.0.5.0.0
ORACLE Common Trace Libraries            otrace_common 8.0.5.0.0
Oracle Trace                             otrace     4.0.0
ORACLE Common Network Libraries and Utilities network_common 8.0.5.0.0
Remote Operations                        rpc        3.0.2.0.0
ORACLE Common Agent Libraries            agent_net_common 8.0.5.0.0
Oracle Intelligent Agent                 snmp       8.0.5.0.0
Net8                                     network    8.0.5.0.0
TCP/IP Protocol Adapter                  tcppa      8.0.5.0.0
Oracle Names                             names      ....
ORACLE PL/SQL Libraries                  plsql_common 8.0.5.1.0
PL/SQL                                   plsql      8.0.5.1.0
ORACLE Common RDBMS Libraries and Utilities rdbms_common 8.0.5.0.0
Oracle8 Enterprise (RDBMS)               rdbms      8.0.5.1.0
Oracle8 Objects Option                   objects    8.0.5.0.0
Oracle8 Partitioning Option              partition  8.0.5.0.0
<Database Startup> Load Files            dbup       1.0.0.0.1
<Database Startup>                       dbup       1.0.0.0.1
Ordts Common Libraries                   ordts_common 8.0.5.0.0
Oracle Server Manager                    svrmgr     3.0.5.0.0
Oracle8 JDBC Drivers                     jdbc       8.0.5.0.0
SQL*Plus                                 plus       8.0.5.0.0

>
> Thanks in advance,
>
>
>
> JD
Received on Sat Aug 28 2004 - 11:13:50 CDT

Original text of this message

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