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: Arghadeep Chatterjee <dba_at_magma.co.in>
Date: Mon, 23 Feb 2004 11:20:02 +0530
Message-ID: <022c01c3f9d0$e3d35ea0$e50610ac@lan.magma.co.in>


thanks man checking it up now.
Deep
----- Original Message -----
From: GovindanK <gkatteri_at_fastmail.fm>
To: <oracle-l_at_freelists.org>; <oracle-l_at_freelists.org> Sent: Saturday, February 21, 2004 12:07 AM Subject: RE: pro*c compilers

> The following is atleast one example as to why the Client should not
> be installed in the same OH as the Server Edition.
>
>
> /home/oracle/product/9.2.0.Client/bin:>ls -l sqlplus <-- Client
> -rwxr-x--x 1 oracle dba 961032 Jun 4 2003 sqlplus
> /home/oracle/product/9.2.0.Client/bin:>ls -l
> /home/oracle/product/9.2.0/bin/sqlplus <--Server
> -rwxr-x--x 1 oracle dba 958772 Dec 12 2002
> /home/oracle/product/9.2.0/bin/sqlplus
> /home/oracle/product/9.2.0.Client/bin:>cmp sqlplus
> /home/oracle/product/9.2.0/bin/sqlplus <--Compare both
> sqlplus /home/oracle/product/9.2.0/bin/sqlplus differ: char 27, line 1
> <-- They Differ
> /home/oracle/product/9.2.0.Client/bin:>
> /home/oracle/product/9.2.0.Client/bin:>
>
> Hope this clarifies.
>
> GovindanK
>
> On Fri, 20 Feb 2004 16:17:13 +0530 (IST), "Database Admin"
> <dba_at_magma.co.in> said:
> > I Installed it in the same home no problems at all.Why do we need a
> > separate home for it?.
> > Deep
> > > 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
> > > -----------------------------------------------------------------
> >
> >
> >
> > ----------------------------------------------------------------
> > 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
> > -----------------------------------------------------------------
>
> --
> http://www.fastmail.fm - Accessible with your email software
> or over the web
> ----------------------------------------------------------------
> 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
> -----------------------------------------------------------------



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 Sun Feb 22 2004 - 23:49:33 CST

Original text of this message

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