View previous topic :: View next topic |
Author |
Message |
Joy Beginner
Joined: 09 May 2005 Posts: 7 Topics: 6 Location: Kolkata
|
Posted: Mon May 09, 2005 7:03 am Post subject: DB2 is not supporting nested UDF calls beyond second level |
|
|
DB2 UDB is not supporting nested function calls beyond the Second Level for User Defined Functions(UDF's)i.e its fine if one UDF calls another UDF however if the second UDF calls another UDF then DB2 is complaining saying that the statement is too complex to be handled.However when i am copying the body of the 3rd UDF in place of the function calls in the second UDF its working fine.Can someone tell be how to resolve this problem.One suggestion that i have received is to increase the Statement Heap Size.How can I do this? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|