Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • set_env_dba Linux/Unix
  • New OFA for 11g Oracle
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • Drop tempfiles from database Oracle
  • longtx.sql Oracle
  • grep multuple patterns Linux/Unix
  • Absolute file number and relative file number Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • GSQ.sql Oracle
  • Formatter Explain plan Output 1 Oracle
  • plan10g.sql good1 Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • sesswait.sql 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

  • Wait.sql Oracle
  • find_idle_cpu.sql Oracle
  • Giving Grant on v$DATABASE Oracle
  • Good links for x$ tables in oracle. Oracle
  • v$backup.status information Oracle
  • Find Time Consuming SQL Statements in Oracle 10g 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
  • crontab syntax Linux/Unix
  • Jai Shree Ram Oracle
  • Good Oracle Architecture In Short and point to point Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • CPU speed on solaris Linux/Unix
  • Drop tempfiles from database Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • Removing Blank lines from file using grep Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme