Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • move_arch_files.ksh Linux/Unix
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • .profile Linux/Unix
  • temp_use.sql diplays usage of temp ts Oracle
  • How to see which patches are applied. Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • chk_space_SID.ksh Linux/Unix
  • Drop database in Oracle 10g Oracle
  • S3 Basic info AWS
  • AWR license Oracle
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • Good notes for shared pool Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Roles and Stored Procs II Oracle

catall.sh

Posted on 06-Apr-2006 By Admin No Comments on catall.sh

#!/bin/ksh

for fname in `ls`

do

print “”;

print “/* File Name : $fname */”;

print “”;

cat $fname

done

Linux/Unix, shell

Post navigation

Previous Post: before_trunc.sql Before Truncate table needs to execute following:
Next Post: segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used)

Related Posts

  • rm_backup_arch_file.ksh Linux/Unix
  • adding new line after specific pattern using sed Linux/Unix
  • checking connectivity between two servers Linux/Unix
  • cold backup scripts to copy locally Linux/Unix
  • Some useful Unix Commands Linux/Unix
  • create a folder in multiple places Linux/Unix

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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Jai Shree Ram Oracle
  • Find_table_size.sql Oracle
  • block_ident.sql Oracle
  • plan10g.sql good1 Oracle
  • purge_trc.sh Linux/Unix
  • Debugging Shell FIles Linux/Unix
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme