Import & Export Through OEM & SQL

Can any one guide me how can i import and export schema using SQL and OEM

Questions by mishfaq   answers by mishfaq

Showing Answers 1 - 4 of 4 Answers

luzaolai

  • Apr 26th, 2009
 

In db2 three different format (ixf,del,asc) to export data:
Export to tablename.ixf of ixf select * from tablename.
When do import we can define if the original data should be kept or cleaned. Insert will keep the data, replace will clean the original data.
Import from tablename.ixf of ixf insert into tablename

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions