<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-723572961554940315</id><updated>2025-08-13T03:14:07.829+05:30</updated><category term="SQL"/><category term="Tips"/><category term="Tutorial"/><category term="Examples"/><category term="PL-SQL"/><category term="APEX"/><category term="Query"/><category term="ORA-Errors"/><category term="Mini Tip"/><category term="Theoretical"/><category term="Features"/><category term="FAQ"/><category term="DB Administration"/><category term="Forms"/><category term="HOW-To?"/><category term="Scripts"/><category term="Troubleshooting"/><category term="Tuning"/><category term="Utilities"/><category term="Application Server"/><category term="SQL *Plus"/><category term="Download"/><category term="Oracle Database 11g"/><category term="Reports"/><category term="Synonyms"/><category term="Book Review"/><category term="Test yourself"/><category term="XML"/><category term="Bug Reports"/><category term="Certification"/><category term="JInitiator"/><category term="Migration"/><category term="OS Level"/><category term="Oracle 11g"/><category term="Oracle Database Lite"/><category term="Oracle Packages"/><category term="Security"/><category term="10g vs 11g"/><category term="1Z0-001"/><category term="1Z0-007"/><category term="1Z0-047"/><category term="1Z0-051"/><category term="1Z0-101"/><category term="1Z0-131"/><category term="1Z0-132"/><category term="AngularJS"/><category term="Database design"/><category term="Deprecated"/><category term="Export Utility"/><category term="FRM-Errors"/><category term="GIT"/><category term="Interview Questions"/><category term="MS-SQL vs Oracle"/><category term="OCP"/><category term="Oracle Database 12c"/><category term="Oracle SQL Developer Data Modeler"/><category term="Oracle Universal Installer"/><category term="Oracle XE"/><category term="Promotional"/><category term="References"/><category term="SQL Developer"/><category term="Sample Applications"/><category term="Tool Review"/><category term="Tools"/><category term="VM-Errors"/><category term="VirtualBox"/><title type='text'>Ask Anantha</title><subtitle type='html'>Some things about Oracle that I jot about, keep for my records. Some articles in this blog are not owned by me. They are for my reference only. </subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>237</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-4622051628990819409</id><published>2024-07-03T12:27:00.004+05:30</published><updated>2024-07-03T12:27:34.418+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><category scheme="http://www.blogger.com/atom/ns#" term="PL-SQL"/><title type='text'>csv Data to Rows - SQL</title><summary type="text">&amp;nbsp;If you have a data with Comma, or any other character delimited use the following query to convert it to individual rows.-- Created on 03/07/2024 by ANANTHAN&amp;nbsp;DECLARE&amp;nbsp; -- Local variables here&amp;nbsp; CURSOR c1 IS WITH rws AS(&amp;nbsp; &amp;nbsp; SELECT &#39;one,two,three&#39; str&amp;nbsp; &amp;nbsp; FROM&amp;nbsp; &amp;nbsp;dual)&amp;nbsp; &amp;nbsp; SELECT regexp_substr(str, &#39;[^,]+&#39;, 1, LEVEL) split_val&amp;nbsp; &amp;nbsp; </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/4622051628990819409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2024/07/csv-data-to-rows-sql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/4622051628990819409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/4622051628990819409'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2024/07/csv-data-to-rows-sql.html' title='csv Data to Rows - SQL'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-8177167917091127660</id><published>2020-09-29T12:25:00.007+05:30</published><updated>2020-09-29T12:26:24.778+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><title type='text'>Your session has expired - For Custom Apps after Oracle Apex Upgrade from 5 to 20</title><summary type="text">I was getting the above error &quot;Your session has expired&quot; immediately after upgrade of Oracle Apex from Version 5 to 20 in my premises. Searched a lot and did not find any resolution.

After trying to login in same browser, tried a private browsing mode in Chrome and Firefox. It logged in. That is when i realized that it might be due to session cache/cookie. 

As a resolution I cleared all session</summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/8177167917091127660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2020/09/your-session-has-expired-for-custom.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8177167917091127660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8177167917091127660'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2020/09/your-session-has-expired-for-custom.html' title='Your session has expired - For Custom Apps after Oracle Apex Upgrade from 5 to 20'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-7982404290849525951</id><published>2019-04-01T12:45:00.000+05:30</published><updated>2019-04-01T12:45:53.750+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="SQL"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips"/><title type='text'>Hierarchical Query with search parameters (Pruning)</title><summary type="text">

The following is a query from a friend, Reproducing it here:



I have a menu structure using a hierarchical query. i have search field to enter some string and search.I should get the result in the same menu format with with the node and its parents.Can you please help me with the query for search ?eg.A1 A11 A12  A123 A13B1 B123C1 C11 C12If I search for&amp;nbsp;%123%&amp;nbsp;the result -A1 A12  </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/7982404290849525951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2019/04/hierarchical-query-with-search.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7982404290849525951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7982404290849525951'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2019/04/hierarchical-query-with-search.html' title='Hierarchical Query with search parameters (Pruning)'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-6400235944963077200</id><published>2017-11-13T11:58:00.003+05:30</published><updated>2017-11-13T11:58:39.414+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><title type='text'>Truth behind show user</title><summary type="text">
SQLPLUS command line provides a show user help which can print which user you are logged in as. Just learned new today that it is not hitting the DB to get the results.

Tom, who else can bring it to light. I am just 12 years down the line to have read his message.

The content points to this article

The SQLPLUS caches the username as soon as a &quot;connection&quot; is established and saves it for reuse</summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/6400235944963077200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2017/11/truth-behind-show-user.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/6400235944963077200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/6400235944963077200'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2017/11/truth-behind-show-user.html' title='Truth behind show user'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-7376133390614041767</id><published>2017-08-24T11:18:00.002+05:30</published><updated>2024-07-03T12:23:58.356+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bug Reports"/><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><category scheme="http://www.blogger.com/atom/ns#" term="ORA-Errors"/><title type='text'>Reports Builder wont open in Windows 10 64bit - [SOLVED]</title><summary type="text">
Though Oracle doesn&#39;t support Forms 10g in Windows 10: 64 bit, I had installed it and was working till last month. Then suddenly one fine day, the report builder window won&#39;t show up. Though it was running in the task bar, I couldnt do anything with it. Forms builder was working properly.

Then taking cue from this Oracle form community post, I copied the cauprefs.ora from my colleague. Boom, </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/7376133390614041767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2017/08/reports-builder-wont-open-in-windows-10.html#comment-form' title='18 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7376133390614041767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7376133390614041767'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2017/08/reports-builder-wont-open-in-windows-10.html' title='Reports Builder wont open in Windows 10 64bit - [SOLVED]'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>18</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-1972342776579782530</id><published>2017-06-14T16:19:00.002+05:30</published><updated>2017-06-14T16:19:30.311+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><title type='text'>Reuse and Show Apex&#39;s Wait Popup</title><summary type="text">
Oracle Apex supports or offers a GIF image and an overlay while loading content using Dynamic Action/AJAX. While creating a dynamic action you have an option to select &quot;Show Processing&quot; for supported actions.

This shows a nice overlay over the screen and a GIF image out of the box. You may have scenarios to show a loading while doing some javascript/jquery actions on your own.

Will it not be </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/1972342776579782530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2017/06/reuse-and-show-apexs-wait-popup.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/1972342776579782530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/1972342776579782530'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2017/06/reuse-and-show-apexs-wait-popup.html' title='Reuse and Show Apex&#39;s Wait Popup'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-8215658698179775620</id><published>2016-10-24T11:14:00.001+05:30</published><updated>2016-10-24T11:15:34.840+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><title type='text'>Inserting DBMS_OUTPUT from wrapped procedures into a table</title><summary type="text">
This tip is courtesy&amp;nbsp;+V. Kapoor&amp;nbsp;from&amp;nbsp;http://www.foxinfotech.in. Thank you, you saved my day.

I had a situation where the database procedure SRW is wrapped and I needed to log the dbms_output.put_line output produced by the package into a table. Thanks to the tip provided, I was able to do so.

I had to call the following procedure

dbms_output.get_lines(vcol, n);

This procedure </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/8215658698179775620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2016/10/inserting-dbmsoutput-from-wrapped.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8215658698179775620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8215658698179775620'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2016/10/inserting-dbmsoutput-from-wrapped.html' title='Inserting DBMS_OUTPUT from wrapped procedures into a table'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-3691871646883025628</id><published>2016-07-13T11:06:00.000+05:30</published><updated>2016-07-13T11:06:37.183+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><category scheme="http://www.blogger.com/atom/ns#" term="References"/><title type='text'>Opening Oracle Apex Links in iframe</title><summary type="text">
Starting Oracle Apex 4.1, application pages by default will not open inside an iframe (inline frame). 

There is a new security setting introduced, which is restricting this feature. As commented by&amp;nbsp;+Patrick Wolf&amp;nbsp; in&amp;nbsp;community.oracle.com&amp;nbsp;the following setting has to be changed to enable this feature:

This is what he had to say: &quot;There is a new security feature to prevent </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/3691871646883025628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2016/07/opening-oracle-apex-links-in-iframe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/3691871646883025628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/3691871646883025628'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2016/07/opening-oracle-apex-links-in-iframe.html' title='Opening Oracle Apex Links in iframe'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-kcE8kwwxGppL9n7PqJuouequmkA4Y9wxRCIGYfxHy7AxMueq8pVOd_nBzbj4mE83jgUHzw0LN4mNZqDl26hkVzHSjwkmhfOaWeypba146zKTVxgECML7vAgA5m6GmkcOpr3mqZuiUgs/s72-c/apex_browser_security.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-7958615859185294849</id><published>2016-05-11T23:17:00.000+05:30</published><updated>2016-05-11T23:17:20.144+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="AngularJS"/><title type='text'>Country State Dropdown dependency - AngularJS</title><summary type="text">
Its been some time since I have written in this blog. Its mainly because of my work schedule. Cutting short personal note, let me introduce the problem.

I have a plain HTML page which has two drop-down which is my interest in the article. The first one is Country, second one is Region/State.




My requirement is to change the Regions when Country is selected/changed. I was trying to </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/7958615859185294849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2016/05/country-state-dropdown-dependency.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7958615859185294849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7958615859185294849'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2016/05/country-state-dropdown-dependency.html' title='Country State Dropdown dependency - AngularJS'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQEtmOfYh4VX6I3KbSAxI7RWTP9KxV1TVFelMhDWUE3mu8h6za6bzJArNBxyWXwsbAPCSELCeKVGXXiNoios0ozbnp8HQvUX1MlkJ-uby_UjfZES93Fq2sIGt0Gf-c9QIlgWGKns8CLZg/s72-c/country_region.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-118174042077084190</id><published>2016-01-13T18:47:00.002+05:30</published><updated>2016-01-13T18:47:44.924+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Forms"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips"/><title type='text'>[SOLVED] FRM-30401: Warning: Formula ignored for non-formula item</title><summary type="text">
This was a strange error which was daunting me for couple of hours today. The field name reported by Forms Builder had no formula attached to it.






The property of all fields in the block was also same. But since this was a warning, I tend to ignore. But after some more time, bogged over with the unnecessary popup while creating FMX.



Some googling gave me an answer that this was a Form </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/118174042077084190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2016/01/solved-frm-30401-warning-formula.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/118174042077084190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/118174042077084190'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2016/01/solved-frm-30401-warning-formula.html' title='[SOLVED] FRM-30401: Warning: Formula ignored for non-formula item'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7iFSie9zWljF3t9i6b-dYURj5rh2nIgXq922YfzCGDoqNCGixPrnQFaG2jhqKuHzS2DKsBqFvyIcF8RFBLFeUjD9cRCvcmCWs0P8x8csWChDnutQagHJYGUnaEkMS__MbLwt1Fhg5Yec/s72-c/formula.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-7436320892407005628</id><published>2015-06-25T12:02:00.001+05:30</published><updated>2015-06-25T12:04:44.648+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><category scheme="http://www.blogger.com/atom/ns#" term="Bug Reports"/><title type='text'>Oracle Apex: Dynamic Action Bug</title><summary type="text">
I was struggling to find a fix for the problem. Only now I recognized it was a bug in Oracle APEX Version&amp;nbsp;4.2.3.00.08.

The scenario:

1. I have two regions with Interactive &amp;amp; Classical Report
2. When a value is modified in select item in page, I need to refresh these reports. (Used dynamic action to refresh regions on page item change)
3. I used jQuery tabs for the reports (</summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/7436320892407005628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2015/06/oracle-apex-dynamic-action-bug.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7436320892407005628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7436320892407005628'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2015/06/oracle-apex-dynamic-action-bug.html' title='Oracle Apex: Dynamic Action Bug'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-8831203054882275009</id><published>2015-05-15T23:16:00.000+05:30</published><updated>2015-05-15T23:16:27.477+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="VirtualBox"/><category scheme="http://www.blogger.com/atom/ns#" term="VM-Errors"/><title type='text'>How to resize VirtualBox VMDK Hard disk size</title><summary type="text">
This post is due to lack of clear instructions available where I searched for. These are notes which I used to perform a hard disk extension in Ubuntu host for a Windows Vista is guest/vm.

Summary of steps:
Step 1: Convert vmdk file to vdi (if you are using vmdk as hard drive)
Step 2: Resize vdi file to required hard drive size
Step 3: Convert the resized vdi file to a new vmdk file (so that </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/8831203054882275009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2015/05/how-to-resize-virtualbox-vmdk-hard-disk.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8831203054882275009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8831203054882275009'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2015/05/how-to-resize-virtualbox-vmdk-hard-disk.html' title='How to resize VirtualBox VMDK Hard disk size'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-8187043480019676264</id><published>2015-04-17T13:11:00.001+05:30</published><updated>2015-04-17T13:11:12.687+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><title type='text'>Oracle Apex 5 - First impressions</title><summary type="text">
The new age Oracle Apex is here to download. Till 16th April it was only available as a preview in apex.oracle.com. Starting yesterday it is available for download.

For the first time, first day first show I could download Apex from otn and install in my local Express Edition database. The installation was smooth only 3 steps. The upgradation steps are clearly mentioned in documentation here.

</summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/8187043480019676264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2015/04/oracle-apex-5-first-impressions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8187043480019676264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8187043480019676264'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2015/04/oracle-apex-5-first-impressions.html' title='Oracle Apex 5 - First impressions'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAMcz_enC2txF_Hspc71Sp7Nm8CG8yBnDvfUq7imPZxqt2RThsFMUq9FZzpqXuLdpjvEu_HG2JqgfuGXa1cpgKAeifWSKmbRGRl-j6ylbAhY_HmRMcPgiNauU1kn8eMD-TSL6wUwVKElo/s72-c/apex_installation_error.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-1215562974680068052</id><published>2014-07-21T17:03:00.002+05:30</published><updated>2014-07-22T12:48:49.681+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Examples"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips"/><title type='text'>Get Image attributes from BLOB</title><summary type="text">
Q: How can I obtain image attributes such as height, width, format from BLOB column?
A: Using Oracle Multimedia ORDImage object type it is possible to get such attributes.

Consider the following example:
DECLARE
&amp;nbsp; lv_blob &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BLOB;
&amp;nbsp; unused_attributes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CLOB;
&amp;nbsp; img_mimetype &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;</summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/1215562974680068052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/07/get-image-attributes-from-blob.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/1215562974680068052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/1215562974680068052'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/07/get-image-attributes-from-blob.html' title='Get Image attributes from BLOB'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-991861445274663894</id><published>2014-07-03T14:12:00.003+05:30</published><updated>2014-07-03T14:12:55.174+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="GIT"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Learning Git</title><summary type="text">
Now-a-days if you search for any source code, this word is always there. &quot;GIT&quot;. What is so special about it?

Well check out the Wikipedia page to know about its history. I would like to borrow one sentence from Wikipedia though:

Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005
The light bulbs glowed for the first time. I always fancied Linux and </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/991861445274663894/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/07/learning-git.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/991861445274663894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/991861445274663894'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/07/learning-git.html' title='Learning Git'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-5600341194471111677</id><published>2014-07-01T13:32:00.003+05:30</published><updated>2014-07-02T21:37:43.793+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Promotional"/><title type='text'>Save with PacktPub</title><summary type="text">





Packt Publishing is celebrating 10 years of its presence by a unique promotional way.&amp;nbsp;



To celebrate this huge milestone, from June 26th Packt is offering all of its eBooks and Videos at just $10 each for 10 days – this promotion covers every title and customers can stock up on as many copies as they like until July 5th. #Packt10Dollar



Hurry up, and buy your stocks before the </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/5600341194471111677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/07/save-with-packtpub.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/5600341194471111677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/5600341194471111677'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/07/save-with-packtpub.html' title='Save with PacktPub'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir1GwPI_NiWxmMbHCb7WoQJfWfMLoV-zBaw-_m9bz20Yt_M0wbBx50_fjSBABx4ob5e3E4gZ1jor4wvRI_1VEExFi-T_Cv4Cq65Wx5PpymQQJG_706281T-aVw2pzgY9MPGlSwi0bokFk/s72-c/10+days+10+years+-+Home+Banner.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-8349140701334872240</id><published>2014-06-27T12:50:00.001+05:30</published><updated>2014-06-27T12:50:17.356+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="ORA-Errors"/><title type='text'>ORA-00900: invalid SQL statement tips</title><summary type="text">
I was getting this curious error lately in a development package. I could not resolve what could be the reason for this for sometime.


ORA-00900: invalid SQL statement
I got some head on from this website, but it did not help my case as both of the cases mentioned by him was not valid for me. I was not using any dblink or neither because of Y2K error.

I started to investigate upon it and with </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/8349140701334872240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/06/ora-00900-invalid-sql-statement-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8349140701334872240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8349140701334872240'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/06/ora-00900-invalid-sql-statement-tips.html' title='ORA-00900: invalid SQL statement tips'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-3456161821938235841</id><published>2014-05-30T14:55:00.001+05:30</published><updated>2014-05-30T14:55:24.715+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><title type='text'>Custom CSV Download button for Interactive Report</title><summary type="text">
Its a fact, users are lazy. They want to avoid multiple clicks of button. This time it is to avoid clicking on Actions Menu &amp;gt; Download &amp;gt; Click to download CSV. The requirement was to click one button, download the CSV.

Oracle Apex allows this using a simple technique. I was searching many blogs, OTN etc where people were asking you to create a new region, then change the settings of the </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/3456161821938235841/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/05/custom-csv-download-button-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/3456161821938235841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/3456161821938235841'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/05/custom-csv-download-button-for.html' title='Custom CSV Download button for Interactive Report'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7T5m-MdABuucKc5dVM2i_9apvE3k9TqCSdhr0LoySogLFklwVVBBK2sMBOeADvAYPbE8S25kF7hpG5DKAM0ed0x6AWczogZBBZw_Oy1BV8fjlkTqESE0tedrBulXtipVOsGxfNIrjE5w/s72-c/custom_csv_button.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-8059167365407120899</id><published>2014-05-27T12:22:00.003+05:30</published><updated>2014-05-27T12:23:52.232+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><category scheme="http://www.blogger.com/atom/ns#" term="Mini Tip"/><title type='text'>Interactive Reports - Configure header and footers</title><summary type="text">
Version: Oracle Application Express 4 and above.

Recently I had been asked by my colleague to how to configure header and footer for PDF printing of Interactive reports in Oracle Apex. We have been using Apex 4.2.5, but this tip will work for versions above 4.

If PDF download is not working in interactive reports in your setup, refer this article to configure PDF printing.

By default if you </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/8059167365407120899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/05/interactive-reports-configure-header.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8059167365407120899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/8059167365407120899'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/05/interactive-reports-configure-header.html' title='Interactive Reports - Configure header and footers'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnZKKQtY9yGa9YFcKGFDHogr4l0h9ftWvzqoFsqvDNU335MEulwYLkFJpHYIEsfwPHzcn-AKpXhyphenhyphenqCLUm_1aGPX-K66x_SJ9d7uQMHaDe-VzCy-IQFh6PN37Xva1NUfOke5Daw5NL9lQI/s72-c/report1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-252137792771425059</id><published>2014-05-06T11:17:00.005+05:30</published><updated>2014-05-06T11:17:55.578+05:30</updated><title type='text'>International day against DRM</title><summary type="text">
Digital Rights Management (DRM) is a technique used by manufacturers or publishers to control use of their products after sale. If you buy a book, you are not allowed to copy the contents (even take a copy of a page you feel is important). Today on 6th May lot of organizations are raising a voice against the DRM.

As individuals it is our aim to support this voice, as we will be benefited. Raise</summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/252137792771425059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/05/international-day-against-drm.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/252137792771425059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/252137792771425059'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/05/international-day-against-drm.html' title='International day against DRM'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikkxO6u_FykYceZZN_CZ79x89I5cl0vrZmFiNG3BDteHObxMHqGTwOkA7sl04_pHEXYz7pHdnhtQBFnpx9ZVRtjbB7hS21gDw7BT4HEjxgVf-daAkvZxLXERAgHCt21Uu_CmQmObFuR2A/s72-c/unnamed.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-7276677909353556009</id><published>2014-04-02T13:10:00.002+05:30</published><updated>2014-04-02T13:10:41.119+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Book Review"/><title type='text'>Book Review: Getting Started with Oracle VM VirtualBox</title><summary type="text">


Getting Started with Oracle VM VirtualBox

This book gives a general introduction to Oracle VM VirtualBox software, which is used in virtualization. Using this software you will be able to run operating systems which are different from the one installed in your hard disk. It can be installed on your Mac, Linux, or even Windows machines. It adds the capability to run multiple operating system </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/7276677909353556009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/04/book-review-getting-started-with-oracle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7276677909353556009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7276677909353556009'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/04/book-review-getting-started-with-oracle.html' title='Book Review: Getting Started with Oracle VM VirtualBox'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_oJGIR7hlm3yD249wPBxKIwlE0NlR1Ff4Lz9p6p-mMaSQKKE1h40U3a9VUGuEvOXIM_47vkXxpbEWzII2szu9knqwcjZ0qXB7zj9k_e8WgElQGE54Rn7JEYa4bbIwtOvEWOzf4VtLDkQ/s72-c/7821EN_Getting+started+with+Oracle+VM+VirtualBox+4.2.4_cov.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-6143994190159855912</id><published>2014-01-23T18:44:00.003+05:30</published><updated>2014-01-23T18:45:06.922+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Query"/><title type='text'>Oracle Query to get table size across schemas</title><summary type="text">
I googled for this and got this from some website. Do not remember the website from where I got this query. Thanks for the original author. Pasting the query for my personal records:

SELECT owner,
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;table_name,
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunc(SUM(bytes) / 1024 / 1024) meg
FROM &amp;nbsp; (SELECT segment_name table_name,
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;</summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/6143994190159855912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/01/oracle-query-to-get-table-size-across.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/6143994190159855912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/6143994190159855912'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/01/oracle-query-to-get-table-size-across.html' title='Oracle Query to get table size across schemas'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-7611570838467353607</id><published>2014-01-06T13:34:00.002+05:30</published><updated>2015-06-25T11:51:46.742+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips"/><title type='text'>jQuery tabs within Oracle APEX</title><summary type="text">
This tip was posted in Oracle Apex Knowledge Group by Richard Martens. Its my sincere pleasure in thanking the author for this simple tip.

The original blog is available here. I am posting the steps first, and a slight deviation which makes the setup one time only through this article.

The idea is to create a region first and all sub-regions as tabs. If this design suits your application then </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/7611570838467353607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/01/jquery-tabs-within-oracle-apex.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7611570838467353607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/7611570838467353607'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/01/jquery-tabs-within-oracle-apex.html' title='jQuery tabs within Oracle APEX'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-2688095688998256093</id><published>2014-01-02T15:59:00.002+05:30</published><updated>2014-01-02T15:59:41.076+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="APEX"/><title type='text'>Oracle APEX - Remove Show All from region selector</title><summary type="text">

Oracle Application Express (APEX) offers a lot of regions to be displayed in a single page without cluttering the screen display. One such way of making a page to display lot of contents is using the Region Display Selector.

In this tip however I am not going to show how to display the &quot;Region Display Selector&quot; but an inherent problem with this control.



I have a screenshot of this control </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/2688095688998256093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2014/01/oracle-apex-remove-show-all-from-region.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/2688095688998256093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/2688095688998256093'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2014/01/oracle-apex-remove-show-all-from-region.html' title='Oracle APEX - Remove Show All from region selector'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyJckeOC7KBHY1XFfu0tNUTOzfgtx2eh_sFbhS6CH4LskQrKmpVLZn-pkMxu-Pk_E76KP5sTkXyUj_McNviJMK4ybnniKRQUSX-xQXtMV-1LqWSWBq2fDWCGJq1YfUqftNCAld_ixORzg/s72-c/1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-723572961554940315.post-3656524723067017072</id><published>2013-12-18T18:01:00.001+05:30</published><updated>2013-12-23T19:00:37.230+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Features"/><category scheme="http://www.blogger.com/atom/ns#" term="Oracle Database 12c"/><title type='text'>Are you Oracle database 12c ready?</title><summary type="text">


I had recently attended&amp;nbsp;OTN Database 12c Developer Day, at Bangalore. I must say it was very informative and gave me new insights on the new database unveiled recently by Oracle Corporation.

Rather than focussing more about the event, I will focus what was being the agenda or what what I learned from this event.

I must admit I am getting old because this cloud business is too hard to </summary><link rel='replies' type='application/atom+xml' href='http://askanantha.blogspot.com/feeds/3656524723067017072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://askanantha.blogspot.com/2013/12/are-you-oracle-database-12c-ready.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/3656524723067017072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/723572961554940315/posts/default/3656524723067017072'/><link rel='alternate' type='text/html' href='http://askanantha.blogspot.com/2013/12/are-you-oracle-database-12c-ready.html' title='Are you Oracle database 12c ready?'/><author><name>Anantha Narayanan</name><uri>http://www.blogger.com/profile/01235733287809115092</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCNdfKHc3Nvxcttj7_gqcxW-qiVo2YsyehrDcq_TB_qSSLBxyq5gS0-YJ4UhwevvUGHQW5WkWEZqKxjXa5r8KePX6eHYVhPAZpm66Jof0xgy9kanj1DlvcAYY7-z4HU10TMKjAfhcz75I/s72-c/9653630938_0ea7eb8700_o.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>