Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> spool direct to the tape
hi, all:
I have to spool three tables to tape quartly. I use command
spool dev/rmt/0 select [column_name] from [table_name];
Is there existed a way to check if disk contain the exactly data from three table before shipping tape out?
what I can think about is loading the table into disk, then convert the data file to a temporary table then compare it with the original one. sound too naive! and the problem is table is too huge to have enough disk space. for the small table, I also need help on command to load data file from tape to disk.
Thanks in advanced!!!
Biao YANG
![]() |
![]() |