Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /mnt/web018/d2/82/51207682/htdocs/armbruster-it/joomla33/templates/stefans_blog_05/functions.php on line 182
This article describes how to tokenize a string, just with plain "out of the box" Oracle SQL. In the IT we often encounter requirements to split a string in parts. With Oracle PL/SQL we have a quit ...
... , which is responsible for communication with the Java method. Typically, such a wrapper is not more than 2-3 lines long. In the following example, a small Java method is developed, which returns a strin ...
... lugin
Slider.zip
APEX Weather Plugin
Weather.zip
PL/SQL Package to generate a JSON string with GPS coordinates.
itstar_apex_toolbox.zip
For the APEX Plugins, you ...
... n with the SQL-statement as a parameter and the XML as the return value. To see how it works take a look at the following example:
declare
l_sql_string varchar2(2000);
l_xml xmltype;
begin ...
... the ability to place multiple markers on the map. The positions of the markers will be passed as a string which contains a JSON object. All the other information will come from settings of the Plugin itself. ...