If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Remote export/import ...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-20-08, 13:10
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
Remote export/import ...

Similat to db2move, I remotely catalog a database on the target server. Then extract source data from target itself (to avoid ftp,scp ...). Then locally load/import. Is there a way to encrypt the passwd during export on the remote server?
__________________
Thanks
SK
Reply With Quote
  #2 (permalink)  
Old 03-20-08, 13:34
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
I think even Federated load has the same issue of password being exposed.
__________________
Thanks
SK
Reply With Quote
  #3 (permalink)  
Old 03-21-08, 13:28
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
You don't do an export on the remote server - you do it at the federated server. Under the covers, the data happens to be extracted from the remote server.

However, have you considered avoiding the dumping to a file at the federated server (what you call target server)? You can do a simple "insert into ... select ... from <nickname>".
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #4 (permalink)  
Old 03-24-08, 09:55
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
Thanks for responding. When I meant export on the target side, I was planning to dump the exported(ixf or del) files on the target server. I agree with you about the Federated server setup. Isn't the password visible in Federated as well? Just looking to see if there is any alternate process where the password is not visible.
__________________
Thanks
SK
Reply With Quote
  #5 (permalink)  
Old 03-26-08, 14:15
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
The password is stored encrypted at the federated server.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #6 (permalink)  
Old 03-26-08, 17:12
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
Thanks Knut.
__________________
Thanks
SK
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On