Operating System - HP-UX
1748136 Members
3676 Online
108758 Solutions
New Discussion юеВ

Re: Oracle 10g on Unix 11.23 installation error

 
rariasn
Honored Contributor

Re: Oracle 10g on Unix 11.23 installation error

Hi,

"Reviewing the Log of an Installation Session"

http://download.oracle.com/docs/cd/B19306_01/install.102/b19068/app_ts.htm#i638074

rgs,
Rowli
Advisor

Re: Oracle 10g on Unix 11.23 installation error

there is no installation log because it doesn't get started
TwoProc
Honored Contributor

Re: Oracle 10g on Unix 11.23 installation error

patches Rowli... check for patches for the install disks..... whooooo (ghost from the past).
We are the people our parents warned us about --Jimmy Buffett
nightwich
Valued Contributor

Re: Oracle 10g on Unix 11.23 installation error

Hi Rowli


See if the lib exists in your system.


ls -al /usr/lib/dld.sl


or try find / -name *dld.sl*


If exist see if it is in your path.

Then go to other directions.


regards.
rariasn
Honored Contributor

Re: Oracle 10g on Unix 11.23 installation error

Hi Rowli,

Verify Software and patches requirements:

- PL/SQL native compilation One of the following:
HP C Compiler (B.11.11.12)

GCC compiler gcc 3.4.0 (64-Bit)

- Pro*C/C++, Oracle Call Interface, Oracle C++ Call Interface, Oracle XML Developer's Kit (XDK)
HP C/ANSI C Compiler (C.05.50)
HP aC++ Compiler (C.05.50)


http://download.oracle.com/docs/cd/B19306_01/install.102/b19068/pre_install.htm#BABFDGHJ

rgs,





- HP-UX 11i Quality Pack (GOLDQPK11i), Dec 2004 or later:

- Patches for HP-UX 11i V2 (11.23):

PHSS_31849: linker + fdp cumulative patch

PHSS_31852: aC++ Runtime (PA A.03.61)

- PL/SQL native compilation, Pro*C/C++, Oracle Call Interface, Oracle C++ Call Interface, Oracle XML Developer's Kit (XDK)

PHSS_32511: HP aC++ Compiler (A.03.63)

PHSS_32512: ANSI C compiler B.11.11.12 cumulative patch

PHSS_32513: +O4/PBO Compiler B.11.11.12 cumulative patch


Dennis Handly
Acclaimed Contributor

Re: Oracle 10g on Unix 11.23 installation error

>nightwich: See if the lib exists in your system.

Rowli already said it did. If it didn't, there are very few commands that would still be working.

>see if it is in your path.

No paths needed, all references to this file are absolute and hardcoded.
Rowli
Advisor

Re: Oracle 10g on Unix 11.23 installation error

ok....it was the Oracle installer. I downloaded a newer installer from Oracle. Specifically OUI 10.2.0.4 / 10.2.0.5 patch 6640752 for 10g2. Ran the install using that with the -ignoreSysPrereqs switch. This installs a newer installer of which you need to use to install the full version of Oracle.
Thanks to everyone for your support and help!