Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • Jai Shree Ram Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • Jai Shree Ram Linux/Unix
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle
  • Rollback force for distributed transactions Oracle
  • Goldengate Tutorial Oracle
  • sql_plan9i.sql Oracle
  • Some OS level threshold for performance. Linux/Unix
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • Monitor and Trace Unix processes using truss Linux/Unix
  • create database syntax Oracle
  • copying/removing directory with all its subdirectory Linux/Unix
  • nfs mount command 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

  • This is im telling Kishore Oracle
  • Rename Tablespace Oracle
  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • Resolving RMAN Hung Jobs Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Search and Replace vi editor command. Linux/Unix
  • Rman Notes -1 Oracle
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • New OFA for 11g Oracle
  • Histogram Overview Oracle
  • Jai Shree Ram Linux/Unix
  • Oracle Standby Database Library Index from Metalink Oracle
  • Find all users who have DML privileges Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme