I love to play with Linux, my version is Suse 11.1. I known it is running on the edge, but thats live.
When applying patches you some times get errors like:
OPatch detects your platform as 46 while this patch 7337034 supports platforms:
0 (Generic Platform)
IMHO the patch should just install, while the patch is generic.
A simple solution is available.
Open the file etc/config/inventory from your install directory.
Add your platform into this file and apply the patch again.
Orginal:
<os_platforms>Add your platform:
<platform name="Generic Platform" id="0">
</os_platforms>
<os_platforms>
<platform name="Generic Platform" id="46">
<platform name="Generic Platform" id="0">
</os_platforms>