Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • Search and replace pattern Linux/Unix
  • Remove DOS CR/LFs (^M) Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • Sending SQLPLUS output in HTML format Oracle
  • Rman Notes -1 Oracle
  • Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • Sending email with file attachment. Linux/Unix
  • Locktree.sql Oracle
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Deleting first line and lastline of a file using sed Linux/Unix
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix

catting.sh

Posted on 07-Jun-200602-Jun-2023 By Admin No Comments on catting.sh

This is the script used for merging multiple text files in single large text(ASCII) file.

for i in `ls *sql *sh`
{
echo "****************************************************" >> myfile
echo File Name : $i >> myfile
echo "****************************************************" >> myfile
cat $i >> myfile
echo " " >> myfile
}


Linux/Unix, shell

Post navigation

Previous Post: how to find OS block size
Next Post: For Perl DBI installation and testing program

Related Posts

  • Jai Shree Ram Linux/Unix
  • crontab syntax Linux/Unix
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • Small sample shell program Linux/Unix
  • scripts to take listener.log backup Linux/Unix

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
  • To see mem usage and CPU usage system wide. Linux/Unix
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • create user with unlimited quota Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • My Minimum Tuning Programs Oracle
  • CPU speed on solaris Linux/Unix
  • SQL_PLAN.sql for checking real execution plan Oracle
  • Another Tuning Article for subheap of shared pool Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme