Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Sending SQLPLUS output in HTML format Oracle
  • Oracle Support Metalink ID 161818.1 Oracle
  • on IBM-AIX for display Linux/Unix
  • Good links for x$ tables in oracle. Oracle
  • PLSQL Table Syntax 1 Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • secure crt settings Linux/Unix
  • Oracle vs MYSQL Architecture differences (For DBAs) MYSQL
  • plan10g.sql Oracle
  • find_idle_cpu.sql Oracle
  • Oracle Material from OTN Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Session_info.ksh Linux/Unix
  • Search and replace pattern Linux/Unix

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

  • ipcs -l Linux/Unix
  • replace alphabets using sed Linux/Unix
  • age_alert.ksh aging out alert.log Linux/Unix
  • Changing default shell Linux/Unix
  • Some OS level threshold for performance. Linux/Unix
  • checking redhat linux version 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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • 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

  • 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
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • rm_backup_arch_file.ksh Linux/Unix
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • SQLPLUS COPY command Precautions. Oracle
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • Goldengate Tutorial Oracle
  • Checking SQL Server Version SQL Server
  • CPU speed on solaris Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme