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
... to manage that with plain SQL. So here is a suitable workaround to solve this problem with a few lines of PL/SQL code
Starting point is a table with a long raw column:
insert into long_table
select ...
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 ...
... this kind of widget here is my new APEX plugin. This kind of widget will come "out of the box" with APEX 5.1 but if you will have it earlier, here it is!
To see how it works, visit my ITST ...
Oracle Developers are often faced with the problem to handle LOB data between several oracle instances via a database link. With plain SQL it is not allowed to select, insert or update a LOB on ...
... l_lock_handle varchar2(128);
begin
-- first, get the lock-handle with the lock-name
dbms_lock.allocate_unique(pi_lock_name, l_lock_handle);
-- try to release the lock
po_lock_result ...
... d constraint test_view_dblink_pk primary key (column_name) disable;
Last but not least: with this technique, we can create relations to all databases for which we have a oracle connector/gateway (e. ...
... Oracle version 8, it is possible to write Java code direct within the database. So it would be possible, to write stored procedures with Java instead of using PL/SQL. Nevertheless, the advantages of PL/SQL ...
... 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 ...
... l information in the SQL statement. This is the perfect solution to present the data with all their dependencies like we are used to have it in a XML file. See the following example and the output we wi ...
... described in this article. To see a Demo of the Plugin, click here!
Basics
Since version 4.0 it is possible to extend the functionality of APEX with the so-called "Plugins". The plugin ...
... (B1)
Education:
Master Thesis and Research in Computer Science 1994/95 at Eastern Michigan University
Education in Computer Science with a Diplom (FH) Degree at the University of Applied Sciences ...