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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: pro*c compilers

RE: pro*c compilers

From: GovindanK <gkatteri_at_fastmail.fm>
Date: Thu, 19 Feb 2004 12:17:44 -0800
Message-Id: <1077221864.22704.181329719@webmail.messagingengine.com>


That's to avoid directories / contents being overwritten.

Here is a sample list

$ ls -l 9.2.0|grep '^d'
drwxr-xr-x  53 oracle   dba         1024 Jan 12 12:19 .
drwxr-xr-x   6 oracle   dba          512 Feb  5 11:56 ..
drwxr-xr-x  10 oracle   dba          512 Dec 12  2002 Apache
drwxr-xr-x   5 oracle   dba          512 Dec 12  2002 BC4J
drwxr-xr-x   5 oracle   dba          512 Dec 12  2002 assistants
drwxr-xr-x   2 oracle   dba         4096 Jan 23 18:02 bin
drwxr-xr-x   4 oracle   dba          512 Dec 12  2002 classes
drwxr-xr-x  10 oracle   dba          512 Dec 12  2002 ctx
drwxr-xr-x   4 oracle   dba          512 Dec 12  2002 cwmlite
drwxr-xr-x   3 oracle   dba         2048 Feb 11 16:17 dbs
...................
drwxr-xr-x   3 oracle   dba          512 Dec 12  2002 wwg
drwxr-xr-x   8 oracle   dba          512 Dec 12  2002 xdk

$ ls -l 9.2.0.Client|grep '^d'
drwxr-xr-x  32 oracle   dba          512 Jun  4  2003 .
drwxr-xr-x   6 oracle   dba          512 Feb  5 11:56 ..
drwxr-xr-x   3 oracle   dba          512 Jun  4  2003 assistants
drwxr-xr-x   2 oracle   dba         3072 Jun  4  2003 bin
drwxr-xr-x   4 oracle   dba          512 Jun  4  2003 classes
...................
drwxr-xr-x  11 oracle   dba          512 Jun  4  2003 sysman
drwxr-xr-x   7 oracle   dba          512 Jun  4  2003 xdk
$

You will observe that some dirs are common

HTH
GovindanK

On Thu, 19 Feb 2004 14:16:59 -0500, "Adams, Matthew (GE Consumer & Industrial)" <MATT.ADAMS_at_APPL.GE.COM> said:
> Why put it in a seperate ORACLE_HOME?
> ----
> Matt Adams - GE Appliances - matt.adams_at_appl.ge.com
> In a world without fences, who needs Gates?
> - JavaOne 1997 t-shirt
>
>
>
> -----Original Message-----
> From: GovindanK [mailto:gkatteri_at_fastmail.fm]
> Sent: Wednesday, February 18, 2004 3:42 PM
> To: oracle-l_at_freelists.org; oracle-l_at_freelists.org
> Cc: ganstadba_at_hotmail.com
> Subject: RE: pro*c compilers
>
>
> Mike
>
> Make sure to install it in a separate OH, change the PATH
> to point to Client OH.
>
> HTH
> GovindanK
>
> On Wed, 18 Feb 2004 12:12:21 -0800, "Schauss, Peter"
> <peter.schauss_at_ngc.com> said:
> > Mike,
> >
> > When the installer asks for "type of installation", select "client".
> > Then you will see the precompilers.
> >
> > HTH,
> > Peter Schauss
> >
> > -----Original Message-----
> > From: Michael McMullen [mailto:ganstadba_at_hotmail.com]
> > Sent: Wednesday, February 18, 2004 10:33 AM
> > To: oracle-l_at_freelists.org
> > Subject: pro*c compilers
> >
> >
> > Oracle 9.2.0.4,Enterprise Edition
> >
> > I'm trying to get a pro*c executable going but it seems I have to install
> > this piece separately as I don't have proc in my $ORACLE_HOME/bin. I
> > looked
> > in the custom install but I see Oracle C++ Call Interface already
> > installed.
> > Where do I find this piece.
> >
> > Mike
> > ganstadba_at_hotmail.com

-- 
http://www.fastmail.fm - IMAP accessible web-mail
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Feb 19 2004 - 14:17:44 CST

Original text of this message

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