Archives of the TeradataForum
Message Posted: Thu, 28 Mar 2002 @ 20:41:25 GMT
Subj: | | Re: Any info on Insufficient Memory for Plastic Steps? |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Thursday, March 28, 2002 14:22 -->
3712 Insufficient memory for Plastic Steps for this request.
Explanation: The request was more complex than the DBC/SQL Parser could process. The parser stopped during generation of 'Plastic Steps'
which must fit within two segments of memory. A single 'Plastic Step' must fit within one segment.
1. Increase the StepsSegmentSize parameter in the performance fields of the DBSControl utility (can be a maximum of 1024). This change
will take effect as soon as the GDO is written. A tpareset is not required. If you don't want to do this you can execute the following
command immediately prior to issuing the SQL statement :
diagnostic evlinterp on for request;
|