HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle install problem
Operating System - HP-UX
1828582
Members
2089
Online
109982
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 11:11 AM
06-07-2006 11:11 AM
Oracle install problem
When I try to install Oracle 10g on HPUX 11.11 but I get the following error:
Error in invoking target 'ntcontab.o' of makefile
Please your help
Error in invoking target 'ntcontab.o' of makefile
Please your help
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 12:24 PM
06-07-2006 12:24 PM
Re: Oracle install problem
Hi Javier,
You are installing 64-bit Oracle software during relinking, you receive the message:
"Error in invoking target ntcontab.o of makefile"
Try the following.
Examine the link for /usr/bin/cc.
$ ls -al /usr/bin/cc
lr-xr-xr-t 1 root sys 17 Jun 26 15:05 /usr/bin/cc@ -> /opt/ansic/bin/cc
This reveals that the compiler is the ANSI C compiler.
Check the version of the ANSI C compiler.
Switch to the bundled HP C compiler.
$ su root
$ cd /usr/bin
$ mv cc cc.ansic
$ ln -s /usr/ccs/bin/cc cc
$ exit
Click RETRY in the runInstaller dialog.
The reason for the error is the ANSI C compiler was not upgraded as part of the OS upgrade
since it's a separate product on HP-UX.
Oracle does not require the ANSI C compiler for installation, so the native HP C compiler in /usr/ccs/bin can be used instead. If using Pro*C/C++, then the ANSI C compiler must be upgraded to the proper HP-UX 11 version before the install.
Indira A
You are installing 64-bit Oracle software during relinking, you receive the message:
"Error in invoking target ntcontab.o of makefile"
Try the following.
Examine the link for /usr/bin/cc.
$ ls -al /usr/bin/cc
lr-xr-xr-t 1 root sys 17 Jun 26 15:05 /usr/bin/cc@ -> /opt/ansic/bin/cc
This reveals that the compiler is the ANSI C compiler.
Check the version of the ANSI C compiler.
Switch to the bundled HP C compiler.
$ su root
$ cd /usr/bin
$ mv cc cc.ansic
$ ln -s /usr/ccs/bin/cc cc
$ exit
Click RETRY in the runInstaller dialog.
The reason for the error is the ANSI C compiler was not upgraded as part of the OS upgrade
since it's a separate product on HP-UX.
Oracle does not require the ANSI C compiler for installation, so the native HP C compiler in /usr/ccs/bin can be used instead. If using Pro*C/C++, then the ANSI C compiler must be upgraded to the proper HP-UX 11 version before the install.
Indira A
Never give up, Keep Trying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 06:04 PM
06-07-2006 06:04 PM
Re: Oracle install problem
Shalom,
Most likely the patching and software requirements Oracle has put in the user guide have not been met.
Pay attention to Compilers and SHLIB_PATH requirements, then review everything. The oracle install must be followed precisely or it will fail.
SEP
Most likely the patching and software requirements Oracle has put in the user guide have not been met.
Pay attention to Compilers and SHLIB_PATH requirements, then review everything. The oracle install must be followed precisely or it will fail.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP