Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: bug: pl/sql object generating function executes too many times
After speaking with Oracle tech people, it appears you need to add the
keyword "DETERMINISTIC' to the function declarations.
I'll need to do some further testing to determine whether this breaks something else in the actual implementation. Eric. Received on Mon Mar 06 2006 - 10:24:02 CST