View previous topic :: View next topic |
Author |
Message |
satyenderd Beginner
Joined: 26 Aug 2005 Posts: 144 Topics: 73
|
Posted: Fri Aug 29, 2008 2:03 pm Post subject: Refreshing the environment - got abend |
|
|
Posted: Thu Aug 28, 2008 5:15 pm Post subject: Refreshing the Environment
--------------------------------------------------------------------------------
Hi all,
I need your valuable suggestion in refreshing the test environment.
1. I have extracted the prod data of 5 yrs to load into the test environment.
2. The tot no. rows extracted were 840 million rows
3. I tried to load into the test region.
4. Got UTILITY BATCH MEMORY EXECUTION ABENDED
5. I restored the table.
6. I tried to extract the data of 1 yr, still I received the whole data of
840 million rows.
7. Confused, and started looking at the query.
8. No problem in the query.
9. Even I tried for 6 months of data.
10. Still I received a large volume of data.
11. In the test region the tot.no recs are 104 million rows.
12. My DBA says the test region has small space, that way it is not accommodating that many rows.
My problem is I have to refresh the table, with atleast 3 yrs of data.
How to refresh that table?
What exactly is the UTILITY BATCH MEMORY EXECUTION ABENDED error?
Could anyone pls suggest me in this regard how to refresh the table?
Your help would be appreciated.
Thanks in advance.
** If my question is not appropriate please excuse me ** _________________ Satya |
|
Back to top |
|
 |
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Mon Sep 01, 2008 2:22 am Post subject: |
|
|
Hello Satya,
with your abend you receive a "Reason Code" which usually explains the cause of the error. You can look for this reason code in the DB2 manuals. If it says "tablespace is full", your DBA was right and you are trying to load too many rows.
regards
Christian |
|
Back to top |
|
 |
satyenderd Beginner
Joined: 26 Aug 2005 Posts: 144 Topics: 73
|
Posted: Tue Sep 02, 2008 5:19 pm Post subject: |
|
|
Thanks Christian. _________________ Satya |
|
Back to top |
|
 |
|
|