Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • To find explain plan for a statement that occurred in past. Oracle
  • Kill a session dynanically using execute immediate Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • switchlogfile.sh Linux/Unix
  • 10g oem configuration Oracle
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • exp syntax in oracle 10g Oracle
  • Find Stale DR Physical Standby Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • Renaming Global Name GLOBAL_NAME Oracle
  • JSON/XML Types in Oracle Oracle
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • ORA-00064: object is too large to allocate on this O/S during startup 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

  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • DBMS_SQL for alter session. Oracle
  • sesswait.sql Oracle
  • FRA Information. Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • How to stop OCSSD Daemon 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • find_cons.sql Oracle
  • Physical Standby switchover with session active Oracle
  • Ports used by Oracle Software Oracle
  • Session_info.ksh Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • proc.sql Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • When to rebuld B-tree index Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme