- 1. How to handle Oracle BLOB columns via Database Link
- (Oracle)
- 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 ...
- Created on 05 October 2016
- 2. How to Java programming in Oracle Database
- (Java)
- ... unktion getSetStackDemoW(l_session_id); -- get the stack back and transfer it into the collection for c1 in c_stack(l_session_id) loop idx := idx + 1; p_string_tab(idx) := c1.fiel ...
- Created on 07 December 2014
- 3. Oracle Goodies for XML and JSON
- (PL/SQL)
- XML and JSON are perfect to manage and transfer structured data on the internet. But in a relational database like oracle the data is stored in tables who can be linked via joins. This article ...
- Created on 27 September 2014
- 4. How to create an APEX Plugin
- (APEX)
- ... re fixed. 15 The local variable l_map_width stores the content of the custom attribut 1 of the Plugin. 19 The value of the item will be transfered into the local variable l_location. This value ...
- Created on 13 September 2014





