Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • refre.sql Oracle
  • Set Role explaination. Oracle
  • Rownum with Order by Oracle
  • How to see which patches are applied. Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • perf_today.sql Oracle
  • configUOCIOTTO.ora Oracle
  • Recovering lost SYS password Oracle
  • Histogram Overview Oracle
  • lck.sql Oracle
  • ORACLE_SID in sqlplus Oracle
  • shr1.sql for MTS or Shared server configuration Oracle
  • Import and export statements Oracle
  • V$CONTROLFILE_RECORD_SECTION reference notes. 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

  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Some OS level threshold for performance. Linux/Unix
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • process id based files and processes 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
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • longtx.sql Oracle
  • DBMS_JOB all example Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • Find Time Consuming SQL Statements in Oracle 10g Oracle
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme