Jeffrey Kemp
Jeffrey Kemp
> * I can try to make the utPLSQL framework installable in edition-enabled schema - no need to update documentation This would be my preference as well.
Hi Alex, that's nice and might make a good addition to this package, but it's not a like-for-like replacement for strtok. strtok is called once per token, and you can...
I would call it `to_base36`.
Regarding #3 (the preferred option). I believe the usual use-case for advancing a sequence is not to advance up to an exact value, but to advance past one or more...
> Hi @Dani3lSun , I assume @LudinJozabeth is talking about this new Plugin type page using the APEX wizard to create a page. > Probably a plugin component setting that...
Martin, that's a different issue entirely. Looks like an issue with loading the javascript file for the plugin.
I've modified my version like this: l_pad varchar2(255); ... l_pad := substr(ltrim(lpad(' ', logger.g_running_timers, '>')), 1, 255);
Sven didn't say that - he said to allow exceptions to propagate through the error stack. You need to put monitoring in so that tablespace issues are detected before they...
If someone turned on debugging in prod and then the server starts failing with tablespace errors, your monitoring solution is either not working properly or nonexistent, and that's a problem....
I agree with NivethaRamanth - speaking purely from an ordinary user's point of view, the checkboxes **look** like any other checkbox in the application, but they don't **behave** like other...