View previous topic :: View next topic |
Author |
Message |
rtinkhede Beginner
Joined: 16 Oct 2007 Posts: 2 Topics: 1
|
Posted: Tue Jan 06, 2009 12:57 am Post subject: Diffreent tables in same tablespace and database? |
|
|
Hi,
While loading and unloading DB2 table data from one region to anothor,
data has been lost from one of the tables on which I didn't perform any task. Pls let me know if there are 2 or 3 tables defined in same tablespace abd database and I have performed any task on one of the tables will this affect the other one?
Thnaks,
rtinkhede. |
|
Back to top |
|
|
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Tue Jan 06, 2009 5:01 am Post subject: |
|
|
Yes, DB2 utilities are actions against a tablespace. If you say "LOAD REPLACE", the utility will replace the complete tablespace.
This is one of the reasons, why we use only single tabled tablespaces.
regards
Christian |
|
Back to top |
|
|
|
|