1827280 Members
2370 Online
109717 Solutions
New Discussion

Re: oracle patch

 
김은주
Advisor

oracle patch

Hi~
I need to patch for oracle installation.
When i run patch, display messages with below

"The patch fileset "PHKL_18543.." MAY ONLY BE INSTALLED UPON A PREVIOUSLY INSTALLED BASE FILESET...."

I don't know what to do.
It is difficult to installation. --;



6 REPLIES 6
RAC_1
Honored Contributor

Re: oracle patch

The message clearly says that this patch can be isntalled, only if you have installed certain product/file set.

PHKL_18543 -- Is known for breaking systems. Before you install this patch, TALK TO HP.
There is no substitute to HARDWORK
Joseph Loo
Honored Contributor

Re: oracle patch

hi,

yes, the patch 18543 do pose problems sometimes.

but in your case, u may need to check for these patch dependencies:

PHCO_21187, PHCO_23651, PHKL_20016, PHKL_22589, PHKL_27980, PHKL_28766

refer to this as well:

http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|patch.breadcrumb.cart|&patchid=PHKL_18543&context=hpux:800:11:00

regards.
what you do not see does not mean you should not believe
Adisuria Wangsadinata_1
Honored Contributor

Re: oracle patch

Hi,

You need to check your system first, to find out whether PHKL_18543 has been installed or not on your system. Run the command below :

# swlist -l fileset |grep PHKL_18543

If you dont have, you need to install this patch and it's dependencies. You can download all the patches from HP ITRC website.

NOTE :
Please make sure that the option below is UNMARKED when you install the patches :

[ ] Reinstall filesets even if same revision exists
[ ] Reinstall files even if same one already there

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Fred.Wu
Frequent Advisor

Re: oracle patch

You must be awared that PHKL_18543 is a critical patch, which CAN'T be re-installed,or, will cause an unrecoverable OS crash!
fred
Steven E. Protter
Exalted Contributor

Re: oracle patch

Famous patch set.

Install it once, all is good.

Install it twice system is toast.

Its included in dependencies a lot.

Nerver use the -x reinstall=true option with swinstall and this patch.

Always use -x reinstall=false with swinstall when installing a patch set that includes this patch.

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
김은주
Advisor

Re: oracle patch

thk~
i couldn't patch. it's difficult. ^^;