Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Set Role explaination. Oracle
  • Good Oracle Architecture In Short and point to point Oracle
  • Drop database in Oracle 10g Oracle
  • backspace in SQL Plus not working then..? Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • Important Solaris Commands Linux/Unix
  • block_ident.sql Oracle
  • cache buffer chain latch Oracle
  • Locktree.sql Oracle
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • create a folder in multiple places Linux/Unix
  • Finding Oracle Patches with opatch Oracle
  • get_vmstat.ksh Linux/Unix
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME 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

  • Find Stale DR Physical Standby Oracle
  • Wait Based Tuning Step by step with SQL statement Oracle
  • Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql Oracle
  • Consolidated Reference List Of Notes For Migration / Upgrade Service Requests -ID 762540.1 Oracle
  • Configure ssh authentications for RAC Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • RAC 11g with vmware Oracle
  • Rman Notes -1 Oracle
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • Drop database in Oracle 10g Oracle
  • Oracle Material from OTN Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Gathering statistics with DBMS_STATS Oracle
  • Default User Profile Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme