| General Information |
| Note: 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. |
| Purpose |
Supports storage of data files on tape |
| Source |
{ORACLE_HOME}/rdbms/admin/dbmsam.sql |
| First Available |
11.2.0.1 |
| Dependencies |
| DBMS_AM |
DBMS_AMTAPE_LIB |
DBMS_AM_TAPE_INTERNAL |
|
| Security Model |
Owned by SYS: No privileges granted |
| |
| 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 |