Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • lck.sql Oracle
  • Import and export statements Oracle
  • move_arch_files.ksh Linux/Unix
  • find_open_cur.sql Find open cursorts per session Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • How to remove blank lines using vi editor command Linux/Unix
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • Histogram Overview Oracle
  • replace alphabets using sed Linux/Unix
  • Paste command syntax Linux/Unix
  • Jai Shree Ram Oracle
  • Find All internal Parameters Oracle
  • pvm_pre_change.sql Oracle
  • age_alert.ksh aging out alert.log Linux/Unix

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 Plan Hash value fphv.sql Oracle
  • proc.sql Oracle
  • SQL_PLAN.sql for checking real execution plan Oracle
  • Oracle 10g Wait Model Oracle
  • standard Monitoring – 1 Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • chk_space_SID.ksh Linux/Unix
  • Oracle Data Direct to TAPE Oracle
  • Index Range Scan Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • shutdown linux Linux/Unix
  • TRUNCATE table and disabling referential constraints. Oracle
  • Clean up Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme