Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • normal maintenance for exp-imp and renaming table Oracle
  • Pending Distributed Transations Oracle
  • Getting started with notebook Python/PySpark
  • Index Range Scan Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Wait time tuning research Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • Jai Shree Ram Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Directory wise folder wise space usage Linux/Unix
  • kill all processes from specific user in solaris. Linux/Unix
  • Drop tempfiles from database Oracle
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle
  • backspace in SQL Plus not working then..? Linux/Unix

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

  • dbinv.sql Oracle
  • reset Sequence Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • Renaming Oracle Instance Name Oracle
  • Jai Shree Ram Oracle
  • All About Trace Fils Oracle

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
  • Locktree.sql Oracle
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • Getting started with notebook Python/PySpark
  • create user with unlimited quota Oracle
  • Temporary Tablespace Information and restriction. Oracle
  • Find_stale_dr.sql finding stale physical DR.. Oracle
  • How to sort list of files on basis of their sizes. Linux/Unix
  • sess1.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme