Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Handling LOB data in Oracle Oracle
  • Default User Profile Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • New OFA for 11g Oracle
  • dbms_job.submit example Oracle
  • cif crons Linux/Unix
  • Committing distributed transaction using commit force Oracle
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle
  • CPU speed on Linux Linux/Unix
  • catall.sh Linux/Unix
  • track_autoupgrade_copy_progress.sql Oracle
  • Vivek Tuning for Row Locks. Oracle
  • Rman Notes -1 Oracle
  • SQL Server: How to see historical transactions SQL Server
  • Resolving RMAN Hung Jobs Oracle

How does one overcome the Unix 2 Gig file limit?

Posted on 23-Aug-2005 By Admin No Comments on How does one overcome the Unix 2 Gig file limit?

This example uses the Unix split command to create multiple files, each smaller than the Unix (and imp/exp) 2 Gigabyte file size limit. This method can typically be used for import, export and SQL*Loader operations.

cd /tmp/data

rm exp.dmp

mknod exp.dmp p # mkfifo on certain Unix flavours

split -b2047m exp scott/tiger file=/tmp/data/exp.dmp record=n tables=tableX

cd /tmp/data

rm exp.dmp

mknod exp.dmp p

cat xaa xab xac xad >/tmp/data/exp.dmp &

imp scott/tiger file=/tmp/data/exp.dmp commit=y tables=tableX

Linux/Unix, shell

Post navigation

Previous Post: How does one SELECT a value from a table into a Unix variable? From SQL to Shell
Next Post: Export Oracle data and Compress at same time

Related Posts

  • To Find Orphan OS processes. Linux/Unix
  • runsql_once.ksh Linux/Unix
  • Linux CPU info. Linux/Unix
  • create a folder in multiple places Linux/Unix
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • Find Command 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • AWR settings- MMON is not taking snapshot. Oracle
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • find_arc.sql Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • Index Range Scan Oracle
  • Good Link from metalink 1 Oracle
  • scripts to take listener.log backup Linux/Unix
  • shr1.sql for MTS or Shared server configuration Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme