Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Thu, 30 Aug 2012 @ 10:59:27 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: Copy data from backup
 
From:   Machha Narayan Rao Naidu

Roopalini,

If you ave backed it up using DUMP file in unix or windows location then use below script. If in tapes/Disc then the filename will depends on your backup configuration and script needs some changes.

     LOGON TPID/USERNAME, password;
     COPY DATA TABLES
     ( DB.TB ) ??? (from (? DB.TB ) ),
     RELEASE LOCK,
     FILE=DUMPNAME;
     LOGOFF;

Thanks

Machha



     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023