Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Difference between SYNC and AFFIRM Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Consolidated Reference List Of Notes For Migration / Upgrade Service Requests -ID 762540.1 Oracle
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • Jai Shree Ram Oracle
  • db_status.sql Oracle
  • compile_inv.sql Oracle
  • EXTPROC Oracle
  • Optimizer SORT Operations Oracle
  • plan10g.sql Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Finding locked objects 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

  • oracle_env_10g_CADEV Linux/Unix
  • Kernel Parameters for Solaris Linux/Unix
  • Search and replace editor command in vi Linux/Unix
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • good linux notes Linux/Unix
  • cold backup scripts to copy locally 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)
  • 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
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • temp_use.sql diplays usage of temp ts Oracle
  • scripts to take listener.log backup Linux/Unix
  • proper cpu stats Linux/Unix
  • backspace in SQL Plus not working then..? Linux/Unix
  • Configure ssh authentications for RAC Oracle
  • Deleting first line and lastline of a file using sed Linux/Unix
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme