View previous topic :: View next topic |
Author |
Message |
edkir98 Beginner

Joined: 27 Aug 2007 Posts: 102 Topics: 42 Location: Chennai
|
Posted: Mon Sep 01, 2008 10:49 am Post subject: Global Temporary Table GTT |
|
|
I'm using a created GTT in my stored procedure and am accumulating the result in it. This procedure is called by another COBOL wrapper module ant it uses the results in the temporary table.
I would like to know how long would the temporary table would hold the data? Will the table get deleted once the program ends or do I need to delete it using a job? _________________ Thanks |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12381 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|