Skip to main content

Posts

Showing posts with the label Database 12c

Oracle Database 12c fix-up scripts not fixing up the kernel parameters on Oracle Solaris 11.2

Pre-requisites  check for Oracle Database 12c failing on configuration of kernel parameters. Since version 11gR2 oracle Installer will generate fix-up scripts for those parameters which can be fixed by running fix-up scripts.  Pre-requisite check failed for kernel parameter "project.max-shm-memory" . - Execute the fix-up script from root user and check fix-up result. The fix-up result is successful but if we check again the pre-requisites are failing on the same kernel parameter. In solaris 9/10 we need to reboot the server for kernel parameters to be effective.  In Solaris 11 exit the Installer, then open new session with oracle user with which Installing the database, start the Installer and here it should read the newly configured kernel parameter. So no reboot is required. Thanks for reading. regards, X A H E E R