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: What could be wrong? (rookie here .. post install help)

Re: What could be wrong? (rookie here .. post install help)

From: HansF <Fuzzy.Greybeard_at_gmail.com>
Date: Sat, 17 Feb 2007 14:12:41 GMT
Message-Id: <pan.2007.02.17.14.12.41.97107@gmail.com>


On Sat, 17 Feb 2007 05:43:57 -0800, crybaby wrote:

> I need to install oracle for some application we need in the office.
> So I downloaded latest rpm. ran the following commands on RHEL 4..
>
> rpm -ivh downloads/oracle-xe-univ-10.2.0.1-1.0.i386.rpm
>

You have, of course, disabled SELinux to ensure the installation done by the root user will actually proceed. (SELinux plays havoc with a number of the commands such as chmod and chown used during install.)

After install, you have set up the firewall to permit access to ports 1521 & 8080 and only use browser access (thru 8080). Or turned off firewall as the standard access (1521) is just the initial contact and the actual session uses a random port above 1024.

And you have made sure that you don't use any Apache (or other web server) and that Tomcat (or other J2EE environment) that uses 8080 is up and running so the install can detect you are using that port.

And you have no other Oracle software on the machine, or you've made sure that no environment variable in the install session contains the upper or lower case letters 'oracle' in either the content or the variable name.

-- 
Hans Forbrich   (mailto: Fuzzy.GreyBeard_at_gmail.com)   
*** Feel free to correct me when I'm wrong!
*** Top posting [replies] guarantees I won't respond.
Received on Sat Feb 17 2007 - 08:12:41 CST

Original text of this message

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