Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Set Role explaination. Oracle
  • perf_today.sql Oracle
  • catall.sh Linux/Unix
  • block_ident.sql Oracle
  • scripts to take listener.log backup Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • To find all disk io ( EMC as well as local) Linux/Unix
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • load SPM baseline from cursor cache Oracle
  • import-export with multiple files Oracle
  • JSON/XML Types in Oracle Oracle
  • Database logon trigger issue Oracle
  • CPU Core related projections AWS
  • Drop database in Oracle 10g Oracle

Export Oracle data and Compress at same time

Posted on 23-Aug-2005 By Admin No Comments on Export Oracle data and Compress at same time

If one cannot afford to buy extra disk space one can run the export and compress utilities simultaneously. This will prevent the need to get enough space for both the export file AND the compressed export file. Eg:

# Make a pipe

mknod expdat.dmp p # or mkfifo pipe

# Start compress sucking on the pipe in background

compress < expdat.dmp > expdat.dmp.Z &

# Wait a second or two before kicking off the export

sleep 5

# Start the export

exp scott/tiger file=expdat.dmp

Or export accross the network directly into the target database:

Host A:

mknod FIFO.dmp p

exp u/p FILE=FIFO.dmp rest_of_parameters…

Host B:

mknod FIFO2.dmp p

rsh host1 dd if=FIFO.dmp > FIFO2.dmp &

imp u/p FILE=FIFO2.dmp rest_of_parameters

Oracle, SQL scripts

Post navigation

Previous Post: How does one overcome the Unix 2 Gig file limit?
Next Post: Oracle Data Direct to TAPE

Related Posts

  • Free conference number from http://www.freeconference.com Oracle
  • create user with unlimited quota Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • find_cons.sql Oracle
  • USER_TABLES.Freelists Oracle
  • PLSQL Table Syntax 1 Oracle

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
  • Space padding in korn shell Linux/Unix
  • Locktree.sql Oracle
  • Python class import from different folders Python/PySpark
  • Check Oracle installed products using one command Oracle
  • Removing first line Linux/Unix
  • Oracle Standby Database Library Index from Metalink Oracle
  • Explain Plan Output 2 Oracle
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme