Re: 10gR2 install on Kubuntu Stuck at 4%



cloneofsnake wrote:
Hi

Trying my first Oracle install here. I followed this guide -
http://www.oracle.com/technology/tech/linux/install/files/oracle-database-10gr2-kubuntu-dapper.txt
and when it started installing, it was stuck at 3%. The "Installation
in progress" check mark is moving, yet it's obviously not going
anywhere.

Next, I followed this guide - http://www.dizwell.com/prod/node/52 ,
double checked everything, kept the installation folders as provided
in the first guide, added the "/etc/redhat-release" file with "Red Hat
Enterprise Linux AS release 3 (Taroon)" in it. Run install. Every
check passed, but still stuck at 4%, not moving!

Does anyone have any idea why this is happening?

I downloaded 10.2.0.1.0 zip for Linux x86 on Oracle's website,
installing on an AMD 2500+ w/ 512MB or RAM.

Thanks!

Neither is sufficient unless you are also following the Oracle
installation guide. Here's a quick review of things you needed
to do (based on RedHat 4 Upd2 AS):

/usr/sbin/groupadd oinstall
/usr/sbin/groupadd dba
/usr/sbin/useradd -m -g oinstall -G dba oracle
passwd oracle

mkdir -p /app/oracle
chown -R oracle:dba /app/oracle
chmod -R 775 /app/oracle

vi /etc/sysctl.conf ... set kernel params
/sbin/sysctl -p
vi /etc/security/limits.conf ... modify limits
vi /etc/pam.d/login ... modify login
vi /etc/profile ... set ulimit and umask
vi /etc/hosts ... set IP addresses
vi /home/oracle/.bashrc (or) .bash_profile ... set environ vars
login as oracle
../runInstaller

HTH
--
Daniel A. Morgan
University of Washington
damorgan@xxxxxxxxxxxxxxxx
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
.



Relevant Pages

  • Re: Problem with installing Oracle
    ... Legacy Software Development ... useradd -m oracle -g oinstall -G dba ... #Added for Oracle Installation ... that guide and with many others. ...
    (comp.databases.oracle.server)
  • Compiling and running DBD for Oracle 10g without installing Oracle
    ... I recently had to compile the DBD modules for Oracle 10g on machines, ... perl, DBI etc. of recent enough version ... Oracle 10g installation disk for your architecture (available at ...
    (perl.dbi.users)
  • Compiling and running DBD for Oracle 10g without installing Oracle
    ... I recently had to compile the DBD modules for Oracle 10g on machines, ... perl, DBI etc. of recent enough version ... Oracle 10g installation disk for your architecture (available at ...
    (perl.dbi.users)
  • Re: Problem with installing Oracle
    ... Legacy Software Development ... useradd -m oracle -g oinstall -G dba ... #Added for Oracle Installation ... You also forgot to say you're using my guide athttp://www.dizwell.com/prod/node/728 ...
    (comp.databases.oracle.server)
  • Asp.net/vb and Oracle
    ... setup on other machines where I have installed the Oracle 9i client, ... Oracle 9.0 odbc drivers will connect to my oracle database when debugging. ... Oracle client and networking components were not found. ... later client software installation. ...
    (microsoft.public.dotnet.framework.aspnet)