Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • get_vmstat_solaris Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • Paste command syntax Linux/Unix
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • How to find password change date for user Oracle
  • Changing Instance Name ( No DB_NAME) Oracle
  • plan10g.sql good Oracle
  • Changing default shell Linux/Unix
  • Adding a new disk and mount it automatically. on VMWARE LINUX Linux/Unix
  • plan10g.sql good1 Oracle
  • Wait.sql Oracle
  • plan10g.sql Oracle
  • get_vmstat.ksh Linux/Unix
  • Drop database in Oracle 10g Oracle
  • get_vmstat.ksh for Solaris Oracle

Oracle Data Direct to TAPE

Posted on 23-Aug-2005 By Admin No Comments on Oracle Data Direct to TAPE

Can one export directly to a tape drive?

—————————————–

One can use a tape device name instead of a normal file name. When using a device, one also needs to specify the VOLSIZE= parameter. Look at this example:

exp userid/password file=/dev/rmt0 table=emp volsize=1.2G

Note: The volume size is a number ending with a “m”, “k”, or “b” (M, K, or B). The default is bytes.

Back to top of file

——————————————————————————–

Can one archive directly to tape?

———————————–

Yes, set log_archive_dest = /dev/rmt0:100M in your INIT.ORA file and recycle the database.

You can also use ARCHMON (when available) which communicates with the ARCH background process. When the end of tape is reached, ARCH stops and signals ARCHMON to prompt the user for a new tape. When ARCHMON detects the new tape, it tells the ARCH process to resume the archiving operation. ARCMON requires regular operator monitoring and intervention.

$ archmon @P:TEST

Oracle, SQL scripts

Post navigation

Previous Post: Export Oracle data and Compress at same time
Next Post: Check Oracle installed products using one command

Related Posts

  • find_open_cur.sql Find open cursorts per session Oracle
  • sesswait.sql Oracle
  • ORA-01220 Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle

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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Temporary tablespace explaination Oracle
  • USER_TABLES.Freelists Oracle
  • Index Range Scan Oracle
  • Single character replacement in Unix Linux/Unix
  • Find all users who have DML privileges Oracle
  • create database link syntax Oracle
  • switchlogfile.sh Linux/Unix
  • Add new columns in dataframe Python/PySpark

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme