Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Find long Running Transaction Linux/Unix
  • Query to Generate aggregate on every 30 mins. Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • Changing the Global Database Name Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • How to change hostname in Linux Linux/Unix
  • Oracle Support Metalink ID 161818.1 Oracle
  • TNSNAMES entries details Oracle
  • block_ident.sql Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • Restoring a user’s original password 1051962.101 Oracle
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle
  • alter database backup controlfile to trace Oracle
  • Temporary tablespace explaination Oracle
  • Good RAC & Standby Notes Oracle

284785.1 How to check RAC Option is currently linked into the Oracle Binary

Posted on 04-Jan-2009 By Admin No Comments on 284785.1 How to check RAC Option is currently linked into the Oracle Binary

Applies to:

Oracle Server – Enterprise Edition – Version: 9.2 to 11.1

Information in this document applies to any platform.

Goal

The goal of this articale is to find whether rac option is linked into Oracle binary or not.

Solution

steps to check

———————————

1.Go to $ORACLE_HOME/rdbms/lib

2.run the following command

nm -r libknlopt.a | grep -c kcsm.o

3.If above command returns 0, then RAC is not linked.If it returns more than 0, then it is linked.

If you want to make the binaries RAC enabled use the following steps:

1 Log in as the Oracle software owner in all nodes.

2 Shut down all the instances from all the nodes using a NORMAL or IMMEDIATE option.

3)Stop all the resources (like listener,ASM running from this home).

3 Change the working directory to $ORACLE_HOME/lib:

4 cd $ORACLE_HOME/lib Run the following make command to relink the Oracle binaries with the RAC option:

make -f ins_rdbms.mk rac_on

Oracle, RAC

Post navigation

Previous Post: 556976.1 Oracle Clusterware: Components installed
Next Post: 272332.1 CRS 10g Diagnostic Collection Guide

Related Posts

  • Find sort details from Db find_sort.sql Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • dbinv.sql Oracle
  • Distributed Transaction Troubleshooting. Oracle
  • cur_sql.sql Oracle
  • Identical Dblink Issue… 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 (149)
  • MYSQL (5)
  • Oracle (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • 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
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • catall.sh Linux/Unix
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • Import and export statements Oracle
  • Create type and Grant on it. Oracle
  • scripts to take listener.log backup Linux/Unix
  • alter database backup controlfile to trace Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme