Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Mutating Table Error while using database trigger Oracle
  • Session_info.ksh Linux/Unix
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • v$backup.status information Oracle
  • Monitor and Trace Unix processes using truss Linux/Unix
  • arch_configUOCIOTTO.ora Oracle
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Specify the Rollback segment to use in Transaction Oracle
  • Deleting first line and lastline of a file using sed Linux/Unix
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • kill all processes from specific user in solaris. Linux/Unix
  • lck.sql Oracle

Zip and unzip with tar

Posted on 02-Jun-2008 By Admin No Comments on Zip and unzip with tar

***** ZIP IT ************

eaappprod22->UOCUAT@(/export/home/oracle/paresh)ls -rlt

total 0

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 2

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 3

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 4

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 5

-rw-r–r– 1 oracle dba 0 Jun 2 11:09 1

eaappprod22->UOCUAT@(/export/home/oracle/paresh)tar -cvf all.tar *

a 1 0K

a 2 0K

a 3 0K

a 4 0K

a 5 0K

eaappprod22->UOCUAT@(/export/home/oracle/paresh)ls -rlt

total 8

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 2

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 3

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 4

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 5

-rw-r–r– 1 oracle dba 0 Jun 2 11:09 1

-rw-r–r– 1 oracle dba 3584 Jun 2 11:15 all.tar

eaappprod22->UOCUAT@(/export/home/oracle/paresh)

******* UNZIP IT ***********

eaappprod22->UOCUAT@(/export/home/oracle/paresh)ls -rlt

total 8

-rw-r–r– 1 oracle dba 3584 Jun 2 11:15 all.tar

eaappprod22->UOCUAT@(/export/home/oracle/paresh)tar -xvf all.tar

tar: blocksize = 7

x 1, 0 bytes, 0 tape blocks

x 2, 0 bytes, 0 tape blocks

x 3, 0 bytes, 0 tape blocks

x 4, 0 bytes, 0 tape blocks

x 5, 0 bytes, 0 tape blocks

eaappprod22->UOCUAT@(/export/home/oracle/paresh)ls -rlt

total 8

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 2

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 3

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 4

-rw-r–r– 1 oracle dba 0 Jun 2 11:08 5

-rw-r–r– 1 oracle dba 0 Jun 2 11:09 1

-rw-r–r– 1 oracle dba 3584 Jun 2 11:15 all.tar

eaappprod22->UOCUAT@(/export/home/oracle/paresh)

Linux/Unix, shell

Post navigation

Previous Post: RAC 11g with vmware
Next Post: standard Monitoring – 1

Related Posts

  • move_arch_files.ksh Linux/Unix
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • How to sort list of files on basis of their sizes. Linux/Unix
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • checking connectivity between two servers 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)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • 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

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Wait time tuning research Oracle
  • plan10g.sql Oracle
  • Export Import with QUERY Oracle
  • How can I tell if ASO is installed ? Oracle
  • Export With Query Another Example. Oracle
  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • telnet listening Linux/Unix
  • How to analyze statspack or AWR report. Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme