Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Small sample shell program Linux/Unix
  • Good Link from metalink 1 Oracle
  • tab.sql Oracle
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • import-export with multiple files Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Optimizer_Index init.ora parameter explaination. Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • currwait.sql Oracle
  • Important Solaris Commands Linux/Unix
  • database trigger failing Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • dbms_job.submit example 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

  • Temporary Tablespace Information and restriction. Oracle
  • Oracle 11g Training on 29JAN1010 Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • dbinv.sql Oracle
  • Remove duplicate rows from table Oracle
  • How to find where datafile is created dbf_info.sql 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Index Range Scan Oracle
  • Error Handling in Proc Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Oracle Connections expire_time and firewall Oracle
  • JSON/XML Types in Oracle Oracle
  • Roles and Stored Object behaviour Oracle
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • sql_doing_fts.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme