[pca] Oracle removed support from patchdiag.xref for --minimal option in pca?

Martin Paul martin at par.univie.ac.at
Tue Jun 14 09:55:53 CEST 2011


Jeff wrote:
>>From the way I understand how PCA works, when specifying a specific revision
> of a patch, it does no checking prior to trying to install, since it can't
> reference pre-reqs and supercedings in patchdiag.xref.  As a test, I grabbed
> the patch list from the CPU readme and fed it into PCA, it downloaded and
> tried to apply all 209 patches.

Yes, that's correct, both your assumption and the behaviour.

> I prefer to stick with only the revisions in the CPU, since I hope there is
> a greater chance they are well tested before released.

I think the "chkmin" script from PCA's "Contrib" webpage could help here. If you 
feed it the list of all patches from the CPU, it will reduce it to those which 
are not installed yet (in the specified revision or higher). You can then feed 
this reduced list back to PCA for installation. Something like this might give 
the wanted result:

   $ pca --install `cat cpu_patches.txt | ./chkmin`

Let us know if you try it!

Martin.



More information about the pca mailing list