Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • Day to day MYSQL DBA operations (Compared with Oracle DBA) MYSQL
  • T-SQL Vs PL/SQL Syntax SQL Server
  • Oracle 11g Environment Setup Oracle
  • How to change hostname in Linux Linux/Unix
  • Oracle Support Metalink ID 161818.1 Oracle
  • Kernel Parameter setting explaination for Processes Parameter Linux/Unix
  • SQL_PROFILE – I explaination Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • Find_planinfo.sql Oracle
  • TNSNAMES entries details Oracle
  • Zip and unzip with tar Linux/Unix
  • How to remove blank lines using vi editor command Linux/Unix
  • Important Solaris Commands Linux/Unix
  • How to set Processes Parameter 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

  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • kill all processes from specific user in solaris. Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Debugging Shell FIles Linux/Unix
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • Useful Solaris Commands on 28-SEP-2005 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • tracksqltime.sql05-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • dbinv.sql Oracle
  • move_arch_files.ksh Linux/Unix
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • SCRIPT TO LIST RECURSIVE DEPENDENCY BETWEEN OBJECTS UTLDTREE.sql Oracle
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • SQL Server Vs Oracle Architecture difference SQL Server
  • Handling LOB data in Oracle Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme