Oracle DBMS_AM_TAPE
Version 11.2.0.1

General Information
Purpose Supported storage of data files on tape. This package was in 11.2.0.1 only and dropped in 11.2.0.2 where its functionality was added to DBMS_APBACKEND. It will be dropped from the Library with the release of 12c.
Dependencies
DBMS_AM DBMS_AMTAPE_LIB DBMS_AM_TAPE_INTERNAL
First Available 11.2.0.1
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/dbmsam.sql
Subprograms
GETTARBALL SEND_COMMAND  
 
GETTARBALL
Undocumented dbms_am_tape.gettarball(
lob             IN OUT BLOB,
bkfn            IN     VARCHAR2,
libname         IN     VARCHAR2,
read_block_size IN     NUMBER,
store_id        IN     NUMBER,
start_offset    IN     NUMBER,
end_offset      IN     NUMBER);
TBD
 
SEND_COMMAND
Undocumented dbms_am_tape.send_command(storeid IN NUMBER, message IN VARCHAR2);
TBD

Related Topics
DBMS_APBACKEND
Packages
Storage

Morgan's Library Page Footer
This site is maintained by Dan Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2013 Daniel A. Morgan All Rights Reserved