Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to see which patches are applied. Oracle
  • Good notes on Oracle Events Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • Temporary tablespace explaination Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used) Oracle
  • send attachment from unix-shell script Linux/Unix
  • how to find OS block size Oracle
  • Backup and Recovery Scenarios Oracle
  • Removing first line Linux/Unix
  • Generate SSH without password authentication. Linux/Unix
  • Library cahe Latches and internal explaination Oracle
  • Search and replace editor command in vi Linux/Unix
  • proc.sql 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

  • Transfer SQL Profiles from One database to other database. Oracle
  • Find_planinfo.sql Oracle
  • get_aix_vmstat.ksh Oracle
  • good note for shared pool tunnig Oracle
  • Privilege to describe the table. Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • Export With Query Another Example. Oracle
  • V$ROLLSTAT status is Full Oracle
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • ext#.sql Oracle
  • login.sql Oracle
  • How to know Number of CPUs on Sun Box Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme