Re: DB2 UDB EEE und UDFsGeschrieben von Bernd Heilig on August 15, 2001 um 10:42: Als Antwort auf DB2 UDB EEE und UDFs geschrieben von Friedhelm Neyer on August 01, 2001 um 07:58: Hallo Friedhelm, Ich nehme an dass es sich um eine fenced UDF handelt. Database Shared Memory = Summe(Bufferpools,Locklist,Databaseheap,Package chachesize) * Anzahl Databases probier folgendes : Gruss und viel Glück PS: Eintrag aus DB2 UDB Knowledge Base zu dem Thema : Applicable version(s): Version 6 Symptom Error message: SQL10003 is received when calling fenced user defined functions. Possible cause Fenced user defined functions (UDFs) require a shared segment to be attached to address 0x90000000 in the db2agent. Further Explanation During a trace sqlogmshr may fail with FFFFD605 and shmat call may fail with EINVAL (0000 0016 in the trace). Database shared memory segments are limited to '4'-'8' (for example, 5*256MB or 1.25 GB). 6 segments is the maximum when intraparallel is enabled as the application control heap is fixed at 'a' (unless mmap services are disabled).
Antworten:
|