Installing Oracle Database 11g R2 in Solaris 11 x86-64
I'm new to the Solaris environment, I'm trying to install Oracle Database 11g R2 in an Solaris 11 environment. I've checked below that packages that I will need to have in place prior to the install. This information was gathered from the documentation on the website.
pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibC SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt
system SUNWarc Lint Libraries (usr)
system SUNWbtool CCS tools bundled with SunOS
system SUNWhea SunOS Header Files
system SUNWlibC Sun Workshop Compilers Bundled libC
system SUNWlibms Math & Microtasking Libraries (Usr)
system SUNWsprot Solaris Bundled tools
system SUNWtoo Programming Tools
ERROR: information for "SUNWi1of" was not found
ERROR: information for "SUNWi1cs" was not found
ERROR: information for "SUNWi15cs" was not found
ERROR: information for "SUNWxwfnt" was not found
Above are a list of packages that are in installed on my Solaris 11 system. Where and how can I get the missing packages?
Thanks