RE: pro*c compilers

  • From: "GovindanK" <gkatteri@xxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx, oracle-l@xxxxxxxxxxxxx
  • Date: Fri, 20 Feb 2004 10:37:03 -0800

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@xxxxxxxxxxx> 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@xxxxxxxxxxx> said:
> >> Why put it in a seperate ORACLE_HOME?
> >> ----
> >> Matt Adams - GE Appliances - matt.adams@xxxxxxxxxxx
> >> In a world without fences, who needs Gates?
> >>    - JavaOne 1997 t-shirt
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: GovindanK [mailto:gkatteri@xxxxxxxxxxx]
> >> Sent: Wednesday, February 18, 2004 3:42 PM
> >> To: oracle-l@xxxxxxxxxxxxx; oracle-l@xxxxxxxxxxxxx
> >> Cc: ganstadba@xxxxxxxxxxx
> >> 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@xxxxxxx> 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@xxxxxxxxxxx]
> >> > Sent: Wednesday, February 18, 2004 10:33 AM
> >> > To: oracle-l@xxxxxxxxxxxxx
> >> > 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@xxxxxxxxxxx
> >
> > --
> > 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@xxxxxxxxxxxxx
> > put 'unsubscribe' in the subject line.
> > --
> > Archives are at //www.freelists.org/archives/oracle-l/
> > FAQ is at //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@xxxxxxxxxxxxx
> put 'unsubscribe' in the subject line.
> --
> Archives are at //www.freelists.org/archives/oracle-l/
> FAQ is at //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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: