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: Oracle on Linux installation

Re: Oracle on Linux installation

From: tmgn <tmgn_at_excite.com>
Date: Fri, 30 Jul 1999 10:45:37 -0400
Message-ID: <37A1BA91.134CF07D@excite.com>


Try
1. Look into the Installation Log files for any errors. 2. Check the unix.prd file in $ORACLE_HOME to verify the Installed Products

3. Check for the Oracle Background Processes at Os Level using ps -ef|grep oracle
4.Set the correct Environmental Variables including LD_LIBRARY_PATH and try connecting to the Database using SVRMGRL or Sqlplus from the Local Server 5.If that is Ok, then Check the Listener.ora and Tnsnames.ora files and make sure that the Net8 Connect String correctly points to the ORACLE_SID..and a
lsnrctl status ..
correctly lists the Services..

After all this,if you are convinced that the Database is not created, then use your own Scripts to Create it rather than relying on the Oracle Installer ..

All the Best..

-Thiru

jcharbon_at_my-deja.com wrote:

> I installed Oracle 8.0.5.1 Entreprise on Linux RedHat 5.2. The
> installation goes not to bad but now, I want to be able to acces my
> database from the outside. I want to access my database from Oracle
> client on a NT machine. How can I do this. Every time I tried to hit my
> databse It says, ORACLE NOT INSTALLED!!! By the way, my listener is
> started and works fine.
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Fri Jul 30 1999 - 09:45:37 CDT

Original text of this message

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