Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent: Problem installing Oracle 817 on solaris8
I think you can still install free gcc which is avilable in the net
which does exactly what you will be requiring to do with c or c++ atleast it
helps in completing the installation of oracle.
correct me if i am wrong,
Kamal
-----Original Message-----
From: Nagadevi Kavali [mailto:Nagadevik_at_coreobjects.com]
Sent: Wednesday, December 06, 2000 12:35 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: Urgent: Problem installing Oracle 817 on solaris8
Recently, I had the same problem while I was installing 816 on solaris 8. The reasons may be:
1.SUN doesn't supply C/C++ compiler by default, You need to install trial C/C++ compiler from one of the CDssupplied by
2. Set env. variable
LD_LIBRARY_PATH=/usr/lib;/usr/ccs/lib;/var/SUNWspro/lib;$ORACLE_HOME/lib;$OR
ACLE_HOME/rdbms/lib;
The order also matters. make sure it's taking right C compiler, by
giving
'which cc' command.
Nagadevi.
DBA & Database Architect
Core OBjects India Pvt. Ltd.,
-----Original Message-----
Basavaraja
Sent: Wednesday, December 06, 2000 12:47 AM
To: Multiple recipients of list ORACLE-L
right..i have many people logged on calls with similar errors but no reply fom oracle...
u need to check the permissions also...
ravindra
-----Original Message-----
Winnie_Liu_at_infonet.com
Sent: Tuesday, December 05, 2000 5:56 PM
To: Multiple recipients of list ORACLE-L
I have similar error one time, as the log files saying something totally bizzare.
I even log a TAR with Oracle support which didn't really help me in any way.
I later on find out that it is a permission problem on the file system. Oracle will to be rwx on the ORACLE_HOME and a parent level to the ORACLE_HOME. After I make Oracle accessible to the file system prior to ORACLE_HOME, everything works fine.
WInnie
"Krishna Prasad" <krishna_at_nehanet.com>@fatcity.com on 12/05/2000 08:57:04 AM
Please respond to ORACLE-L_at_fatcity.com
Sent by: root_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:
Hi,
I had posted this last week but haven't got any responses. If anybody has run into a similiar problem, I would really appreciate any feedback.
Thanks,
-Krishna.
> Hi,
>
> I'm running into a problem installing oracle 817 on Solaris8 - the box
does
> not
> have any compilers on it but does have the binaries expected under
> /usr/ccs/bin/...
>
> I don't understand why it needs to be relinked as i'm installing it as
> 'oracle' who
> is a member of groups 'oinstall' and 'dba' - in addition, i don't
understand
> why
> 'as' needs to be invoked - isn't it some assembly-level??? anyway, it's
> failing
> with several "syntax errors" in oracle files!!!!
>
> any help would be greatly appreciated - i've enclosed relevant portions
of
> the make.log
> below...
>
> Thanks,
> -Krishna.
>
>
/***************************************************************************>
> **********************/
/**************************************************************************/
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Krishna Prasad
> INET: krishna_at_nehanet.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Krishna Prasad INET: krishna_at_nehanet.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Winnie_Liu_at_infonet.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: ravindra_at_sentica.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Nagadevi Kavali INET: Nagadevik_at_coreobjects.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------Received on Wed Dec 06 2000 - 11:09:08 CST
![]() |
![]() |