Oracle 10 on Solaris 10 installation


 
Thread Tools Search this Thread
Operating Systems Solaris Oracle 10 on Solaris 10 installation
# 1  
Old 04-12-2009
Oracle 10 on Solaris 10 installation

Good evening,

I am trying to install the oracle 10 in Solaris 10 and oracle requires following patches to be installed:

117837-08
117846-19
118682-01

I have downloaded above from sunsolve.com and when I add the patch with following
command:

patchadd -M xxxxx

the are not installed and its output is:



[root@monster /tmp/Oracle/Oracle_Patches] - patchadd -M 118682-01
Validating patches...

Loading patches installed on the system...

Done!

Loading patches requested to install.

Cannot check name 118682-01.

Done!

No patches to dependency check.




Any help or hint? Of course I make sure the dependencies are followed.

Thanks,
aa
Thread: Solaris 10 does not mount CD/DVD ROM Reply to Thread
# 2  
Old 04-13-2009
have you tried the patchadd command without the "-M" option?
# 3  
Old 04-13-2009
cd to the directory where you have unpacked your patch. then,,
patchadd -d 118682-01
# 4  
Old 04-13-2009
Quote:
Originally Posted by incredible
cd to the directory where you have unpacked your patch. then,,
patchadd -d 118682-01
the "-d" is a bad option for the patchadd command! it disable the backout option... so the patch can't be removed if you face problems...

better just use "patchadd patchid".
# 5  
Old 04-15-2009
Hi,

First of all thanks for reply. When I ran patchadd without -M I get following:

[root@unknown /Desktop/PATCHES/Oracle_Patches] - patchadd 117846-19
Validating patches...

Loading patches installed on the system...

Done!

Loading patches requested to install.

Version of package SPROlang from directory SPROlang in patch 117846-19 differs from the package installed on the system.
Version of package SPROlangx from directory SPROlangx in patch 117846-19 differs from the package installed on the system.
Done!

The following requested patches do not update any packages installed on the system
No Packages from patch 117846-19 are installed on the system.

No patches to dependency check.


But problem is patchadd -p | patchnum does not return any result that this patch already exist.
from message itself one can say that patch is already installed but not.

Any idea?

Thanks again.

Cheers,
aa
# 6  
Old 04-15-2009
try:
Code:
showrev -p | grep patchid

# 7  
Old 04-15-2009
Quote:
Originally Posted by DukeNuke2
try:
Code:
showrev -p | grep patchid

It wont give you the patch output, since install was not succesful
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris packages for Oracle grid infrastructure installation

Hello guys, I am trying to install oracle grid infrastructure 11.2 on Solaris 5.11. while I was reading the installation guide to check for the software requirements, there were two packages mentioned for the Solars 5.11. They are as follows pkg://solaris/developer/build/make... (2 Replies)
Discussion started by: zacsparrow
2 Replies

2. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

3. Solaris

Issue with Oracle 10 installation on Solaris 10

Hi all, After implementing all the pre install set up in Solaris I triggered the oracle DB install. I am doing it directly from the local machine console and I got the following error - Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check... (14 Replies)
Discussion started by: sumeet
14 Replies

4. Solaris

Prep for Oracle Installation on solaris 10 gone wrong

Hi All, I was trying to install Oracle 10g on Solaris 10 using instructions of Solaris 8. I realized about the document mismatch later on. There are some changes enlisted in the Solaris 8 set up which are not applicable to Solaris 10. I came to know about this when the IP address in... (1 Reply)
Discussion started by: sumeet
1 Replies

5. Shell Programming and Scripting

Perl connect to remote oracle db without local oracle installation

I want to use Perl to connect to a remote Oracle DB I have no oracle installation on my server (and dont plan on installing one) I am using solaris 9 on x86 server. Is this possible? I basically want to run some basic sql queries on the remote oracle db which I have access to using perl on my... (0 Replies)
Discussion started by: frustrated1
0 Replies

6. High Performance Computing

Installation Guide for Solaris Cluster 3.2 Software and Oracle 10g Release 2 Real App

Here are steps for installing the Solaris 10 11/06 OS, Solaris Cluster (formerly Sun Cluster) 3.2 software, QFS 4.5, and Oracle 10gR2 RAC. Also provided are instructions on how to configure QFS and Solaris Volume Manager for use with Oracle 10gR2 RAC. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

7. Solaris

Oracle Installation on Solaris

Hello. I have just finished installation of solaris 10 and would now like to install oracle 10g . I have got the CD of same - copied the zip file of CD to system ... unzipped the contents using gunzip. Got a folder /database/ created. But I am not able to locate runInstaller in the folder's... (5 Replies)
Discussion started by: panchpan
5 Replies

8. Solaris

Oracle 10G installation on Solaris 9

Hi Guys, I need to install Oracle 10g on solaris 9, the server is not in cluster. The server is already running applications like OVO and Weblogic. Can you guys please tell me the steps to do this and what paramaters ( Kernal and otherwise) which need to be modified? There will be about 100... (2 Replies)
Discussion started by: nitinkgoud
2 Replies

9. Solaris

Solaris 8 Oracle 9i Installation

Hello; I am hoping that one of you Guru's out there has run across this problem and can tell me exactly where I am messing up. I have a Sun Ultra 10 with 1GB of memory and 2GB of swap space. I am trying to install Oracle 9i on the system. All goes well with the installation until the... (2 Replies)
Discussion started by: rambo15
2 Replies
Login or Register to Ask a Question