Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Implementation of key based authentications Linux/Unix
  • perf_today.sql Oracle
  • Directory wise folder wise space usage Linux/Unix
  • good note for shared pool tunnig Oracle
  • Monitor and Trace Unix processes using truss Linux/Unix
  • Pending Transaction Neighbors Script Oracle
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • 284785.1 How to check RAC Option is currently linked into the Oracle Binary Oracle
  • checking redhat linux version Linux/Unix
  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • tracksqltime.sql Oracle
  • SCRIPT TO LIST RECURSIVE DEPENDENCY BETWEEN OBJECTS UTLDTREE.sql Oracle
  • Good Oracle Architecture In Short and point to point Oracle

runon_allcdbs_find_pdbs.sh

Posted on 23-Apr-202610-Jun-2026 By Admin No Comments on runon_allcdbs_find_pdbs.sh
#!/usr/bin/bash
ORACLE_BASE=/u02/app/oracle
ORACLE_HOME=/u02/app/oracle/product/19.0.0.0/dbhome_1
LOGNAME=runon_all_localdb_$$.log

for v_inst in `ps -ef| grep pmon | awk '{print $8}' | grep -iv asm | grep -iv apx | awk -F"_" '{print $3}'`
do
 echo "Instance name = $v_inst"
 export ORACLE_SID=$v_inst
 $ORACLE_HOME/bin/sqlplus "/ as sysdba" << EOF >> ${LOGNAME}
 show user
 set echo off
 set numwidth 9
 set linesize 132
 set pagesize 300
 set feedback off
 set verify off
 set time off
 set timing off
 --select * from v\$instance;
 @/u02/scripts/paresh/find_pdbs.sql
 --select PROPERTY_VALUE from database_properties where PROPERTY_NAME='DEFAULT_TEMP_TABLESPACE';
EOF
done

cat ${LOGNAME}

rm ${LOGNAME}
Linux/Unix, Oracle, shell

Post navigation

Previous Post: Running PDB on single node in RAC
Next Post: runon_allpdbs_show_conname.sh

Related Posts

  • SCRIPT TO LIST RECURSIVE DEPENDENCY BETWEEN OBJECTS UTLDTREE.sql Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • How to calculate PROCESSES parameter Oracle
  • Running PDB on single node in RAC 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 (150)
  • MYSQL (5)
  • Oracle (403)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (151)
  • SQL scripts (349)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sh23-Apr-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • create PLAN_TABLE command. Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Jai Shree Ram Oracle
  • block_ident.sql Oracle
  • check_copy_progress.sh Linux/Unix
  • top 10 AI news today Uncategorized

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme