#orclapex
Read more stories on Hashnode
Articles with this tag
How to use Text Messages for Constants ยท It's very common for APEX application to have application level items (usually these are named APP_... or G_......
Every APEX page item has a Server Side condition which controls whether the item is rendered on the page. They're various server side condition...
By default Oracle (and inherently APEX) is case sensitive, i.e. MARTIN is not the same string as martin. This is apparent in both sorting (order by)...
They're many new and seasoned APEX developers who spend all day using Page Designer with the default settings as shown below. The default view is good...
By default Oracle does case sensitive sorting, which means that ascending order goes from A-Z then a-z. This is reflected in APEX when creating...