Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • telnet listening Linux/Unix
  • Read CSV file using PySpark Python/PySpark
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • find_cons.sql Oracle
  • More info about /proc folder and its relation with processes. Linux/Unix
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • Default User Profile Oracle

Oracle 10g Installation/Applying Patches Tips

Posted on 28-Sep-2005 By Admin No Comments on Oracle 10g Installation/Applying Patches Tips

*******Oracle 10g Installation ******* On 27-Sep-2005******

(1) *** Warning During Oracle 10.1.0.2 installation ****

Checking security kernel parameters

Checking for noexec_user_stack=1; found Not found. Failed <<<<
Checking for BIT_SIZE=64; found BIT_SIZE=64. Passed

Check complete. The overall result of this check is: Failed <<<< Problem: The security parameters in the kernel do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters, namely BIT_SIZE and noexec_user_stack.

(2) *** Warning ****

Value of semmni is less than 100,

Value of Semmns is less than 1024.

Though above error came, oracle installed successfully.

After installing a non-RAC (Real Application Clusters) 10g database, you notice an ocssd.bin process running.

stsun7% ps -ef | grep ocssd.bin

oracle 11139 11056 0 14:02:14 pts/52 0:00 grep ocssd.bin

oracle 1824 1 0 Mar 12 ? 0:01 /oracle/64bit/10.1.0/bin/ocssd.bin

In a non-RAC environment, the ocssd.bin process is used for communication between a database instance and the ASM (Automatic Storage Management) instance. Even if you are not using ASM this process will be run out of the inittab:

stsun7% more /etc/inittab | grep cssd

h1:3:respawn:/etc/init.d/init.cssd run >/dev/null 2>&1

This process does not consume many resources and can be ignored if you are not running RAC or ASM. If you decide that you want to use ASM in the future, it will be necessary for this process to be running.

So we commented that process from /etc/inittab file and stop it as followiing:

(*) Commented in inittab.

#h1:3:respawn:/etc/init.d/init.cssd run >/dev/null 2>&1 (*) stoppping running cssd process.

# /etc/init.d/init.cssd stop

Shutting down CRS daemon.

Shutting down EVM daemon.

Shutting down CSS daemon.

Shutdown request successfully issued.

Oracle, SQL scripts

Post navigation

Previous Post: Important Solaris Commands
Next Post: nfs mount command

Related Posts

  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • proc.sql Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • SQL_PROFILE – I explaination Oracle
  • Transfer SQL Profiles from One database to other database. Oracle
  • Nice notes on wait events Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (150)
  • MYSQL (5)
  • Oracle (403)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (151)
  • SQL scripts (349)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sh23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Jai Shree Ram Oracle
  • find checksum of a file. Linux/Unix
  • For Perl DBI installation and testing program PHP/MYSQL/Wordpress
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Jai Shree Ram Linux/Unix
  • grep multuple patterns Linux/Unix
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • Handling LOB data in Oracle Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme