Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • checking connectivity between two servers Linux/Unix
  • export import with parameter file. Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • SQL Server: How to see current transactions or requests SQL Server
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • Some OS level threshold for performance. Linux/Unix
  • exp syntax in oracle 10g Oracle
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • find_cons.sql Oracle
  • GSQ.sql Oracle
  • Oracle Data Direct to TAPE 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

  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • cur_sql.sql Oracle
  • Ports used by Oracle Software Oracle
  • sess_server.sql Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • Optimizer SORT Operations 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • 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
  • Oracle Internal Good Websites 1 Oracle
  • myfile Oracle
  • scripts to take listener.log backup Linux/Unix
  • When to rebuld B-tree index Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • Read CSV File using Python Python/PySpark
  • Find Multiple levels of object dependencies : depen.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme