OS patch needed for Oracle 10g

I run into issues during installation of oracle10g db. It ask's me for two pkg's. SUNWi1cs and SUNWi15cs. I can't find them anywhere based on this info. going to the sunsolve patch finder you need a number seq. any help would be greatly appr.thanks
[265 byte] By [PatchQa] at [2007-11-27 4:55:47]
# 1
The SUNWi15cs and SUNWi1cs are locales packages and they will only be installed if you install one of the locales listed in the SUNW_LOC.These packages will only be install if the user selects to support European localesHope this helps.
ForumModeratora at 2007-7-12 10:10:48 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2
Thanks for the info. Can I install this after the fact? what package is this part of?
PatchQa at 2007-7-12 10:10:48 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3
sorry this is on a Solaris 10 sparc server. I can't seem to find the patch set with those two packages in it
PatchQa at 2007-7-12 10:10:48 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4

Here is an example of finding out what you are set to presently :

bash-3.00$ pkginfo | grep -i SUNWloc

systemSUNWloc System Localization

systemSUNWlocaledefsrcEMEA localedef source files

bash-3.00$ locale

LANG=C

LC_CTYPE=C

LC_NUMERIC="C"

LC_TIME="C"

LC_COLLATE="C"

LC_MONETARY="C"

LC_MESSAGES="C"

LC_ALL=C

You should be able to find the SUNWloc package on the dvd.

ForumModeratora at 2007-7-12 10:10:48 > top of Java-index,Administration Tools,Sun Update Connection-System...