Meet, Greet, Chat with Oracle ACE Community from India Session 2

https://www.aioug.org/sangam20-sessions?session_id=195 Read more

APEX India: Creating and Utilizing Custom Templates in Oracle APEX

https://asktom.oracle.com/pls/apex/f?p=100:551::::551:P551_CLASS_ID,P551_STUDENT_ID:11681,&cs=13E6601C936D72B1CBDAFC40E1F971247 Read more

LAZY Loading Oracle APEX

Lazy Loading Specify whether to load the region independently of the data for the region. When lazy loading is specified, the page is rendered immediately, showing an empty region, until the data is loaded. Generally, the page is not displayed... Read more

Add Search Option On Navigation Bar Oracle APEX

How to Add Search Option On Nav Bar Oracle APEX In Some of the cases wee need to add search field of top of the navigation bar but directly we can’t add it so there is the solution if we... Read more

Refresh region of base page when closing modal dialog | Oracle APEX

Here is the requirement for refreshing the report on base page,to do so i am just creating a Dynamic * True Action > Refresh * Affected Elements > Selection Type > Region * Region> Select your region Demo Dynamic Action... Read more

Dynamic position Navigation Menu Oracle APEX

Dynamic position navigation menu As a developer we know how to change the Navigation menu position. We have access to change the navigation menu position but when it comes to user then there is hard and forced fixed menu position... Read more

Interactive Grid Checkbox

Referred from John’s cookbook sample app. Checkboxes are little bit tricky and difficult. I was trying to implement it for long time but it’s bit problematic than i thought. After John Snyders cookbook update for 19.2 things are very easy. I would... Read more

Mega Menu Oracle APEX

Mega Menu is collapsible floating panel which displays navigation entries at once. It enables users to reduce number of clicks to navigate. Features of Mega Menu How to create? Mega menu can use the exiting menu list like Desktop Navigation... Read more

Table Blob to Oracle Directory

How to save table images to oracle directory? Files from table to Oracle directory  How to Send all files in ZIP? You might Like: Read more

Oracle NULLIF() Function

Oracle NULLIF() Function: The Oracle NULLIF() function accepts only two arguments. If the both arguments are equal it returns a null value. In case the arguments are not equal, the NULLIF() function returns the first argument and if any arguments... Read more