Parthiban Ganesan
banner
parthiban037.bsky.social
Parthiban Ganesan
@parthiban037.bsky.social
Software Developer
🎯Earned “Oracle APEX Cloud Developer 2025” certification!

🎯 Thrilled to share that I’ve earned the “Oracle APEX Cloud Developer 2025” certification! This certification validates my expertise in building modern, scalable, and secure enterprise applications using Oracle APEX on Oracle Cloud…
🎯Earned “Oracle APEX Cloud Developer 2025” certification!
🎯 Thrilled to share that I’ve earned the “Oracle APEX Cloud Developer 2025” certification! This certification validates my expertise in building modern, scalable, and secure enterprise applications using Oracle APEX on Oracle Cloud Infrastructure (OCI).Over the years, Oracle APEX has been my go-to low-code platform for transforming complex business requirements into powerful, user-friendly ERP solutions — and this milestone further strengthens my journey with Oracle technologies.
parthiban037.wordpress.com
October 30, 2025 at 5:19 AM
XCELERATE’25 | Celebrating Innovation & the Power of the APEX Community!

🌟 XCELERATE’25 | Celebrating Innovation & the Power of the APEX Community! 🌟 On 20th September 2025, INOAUG India Oracle APEX User Group hosted XCELERATE’25 at Holiday Inn, Chennai – an evening dedicated to innovation,…
XCELERATE’25 | Celebrating Innovation & the Power of the APEX Community!
🌟 XCELERATE’25 | Celebrating Innovation & the Power of the APEX Community! 🌟 On 20th September 2025, INOAUG India Oracle APEX User Group hosted XCELERATE’25 at Holiday Inn, Chennai – an evening dedicated to innovation, learning, and celebrating the vibrant Oracle APEX community. 🚀 The event kicked off with a warm Welcome Address by Richard Dalvi, President of…
parthiban037.wordpress.com
October 30, 2025 at 4:54 AM
Exploring the Future of Oracle and AI at OCYatra 2025 – Chennai

Date: 27th July 2025 (Sunday)Time: 7:30 AM to 6:00 PM ISTVenue: Holiday Inn Chennai OMR IT Expressway, Tamil Nadu This past Sunday, I had the incredible opportunity to attend OCYatra 2025 – Chennai, a flagship community event…
Exploring the Future of Oracle and AI at OCYatra 2025 – Chennai
Date: 27th July 2025 (Sunday)Time: 7:30 AM to 6:00 PM ISTVenue: Holiday Inn Chennai OMR IT Expressway, Tamil Nadu This past Sunday, I had the incredible opportunity to attend OCYatra 2025 – Chennai, a flagship community event dedicated to the Oracle ecosystem. Alongside my colleagues Uthamaselvan, Gokul, and Abishek, we immersed ourselves in a day packed with knowledge-sharing, innovation, and insights into the latest advancements in…
parthiban037.wordpress.com
July 30, 2025 at 2:56 PM
🚀 From ACE Associate to ACE Pro: A Journey of Growth and Community Impact

🚀 From ACE Associate to ACE Pro: A Journey of Growth and Community Impact I'm thrilled to share an exciting update in my Oracle journey—I’ve been recognized as an Oracle ACE Pro for the year 2025! 🎉 This marks a significant…
🚀 From ACE Associate to ACE Pro: A Journey of Growth and Community Impact
🚀 From ACE Associate to ACE Pro: A Journey of Growth and Community Impact I'm thrilled to share an exciting update in my Oracle journey—I’ve been recognized as an Oracle ACE Pro for the year 2025! 🎉 This marks a significant step forward, as I’ve spent the last two years as an Oracle ACE Associate, actively contributing to the community, mentoring developers, and sharing real-world Oracle APEX solutions across platforms.
parthiban037.wordpress.com
July 20, 2025 at 4:17 PM
7.2 🎯Oracle APEX Mega Menu Tutorial in Tamil | Navigation Menu Customization Steps

🎯 Oracle APEX Mega Menu Tutorial in Tamil | Navigation Menu Customization Steps 🧠 In this video, we'll explore how to customize the default navigation menu into a Mega Menu in Oracle APEX – explained clearly in…
7.2 🎯Oracle APEX Mega Menu Tutorial in Tamil | Navigation Menu Customization Steps
🎯 Oracle APEX Mega Menu Tutorial in Tamil | Navigation Menu Customization Steps 🧠 In this video, we'll explore how to customize the default navigation menu into a Mega Menu in Oracle APEX – explained clearly in Tamil.👉 A must-watch video for both beginners and experienced APEX developers! 🔍 Topics Covered in This Video: What is a Mega Menu?
parthiban037.wordpress.com
April 18, 2025 at 1:29 PM
7.1 Navigation Bar Menu in Oracle APEX | Step-by-Step Guide for Beginners

🔰 Welcome to our Oracle APEX Tutorial Series in Tamil! In this video (Part 7.1), you will learn how to create and customize the Navigation Bar Menu in Oracle APEX. This step-by-step Tamil guide is perfect for beginners who…
7.1 Navigation Bar Menu in Oracle APEX | Step-by-Step Guide for Beginners
🔰 Welcome to our Oracle APEX Tutorial Series in Tamil! In this video (Part 7.1), you will learn how to create and customize the Navigation Bar Menu in Oracle APEX. This step-by-step Tamil guide is perfect for beginners who want to understand the basics of UI/UX design in APEX applications. 🎯 What you’ll learn in this video: Navigation Bar Menu basics…
parthiban037.wordpress.com
April 17, 2025 at 5:06 AM
Oracle APEX Universal Theme Tutorial in Tamil | Step-by-Step Guide for Beginners

Oracle APEX Universal Theme Tutorial in Tamil | Step-by-Step Guide for Beginners Welcome to this detailed tutorial on Oracle APEX Universal Theme in Tamil! In this video, we’ll walk you through the complete process of…
Oracle APEX Universal Theme Tutorial in Tamil | Step-by-Step Guide for Beginners
Oracle APEX Universal Theme Tutorial in Tamil | Step-by-Step Guide for Beginners Welcome to this detailed tutorial on Oracle APEX Universal Theme in Tamil! In this video, we’ll walk you through the complete process of using the Universal Theme in Oracle APEX to create beautiful and responsive web applications. Whether you're a beginner or looking to improve your skills, this video covers everything you need to know to get started with Oracle APEX themes.
parthiban037.wordpress.com
March 25, 2025 at 9:08 AM
Oracle APEX Utsav 2025: Showcasing Success and Innovation in Freight Forwarding

🚀 Oracle APEX Utsav 2025: Showcasing Success and Innovation in Freight Forwarding I had the privilege of presenting customer success stories and the game-changing impact of Oracle APEX in the freight forwarding and…
Oracle APEX Utsav 2025: Showcasing Success and Innovation in Freight Forwarding
🚀 Oracle APEX Utsav 2025: Showcasing Success and Innovation in Freight Forwarding I had the privilege of presenting customer success stories and the game-changing impact of Oracle APEX in the freight forwarding and logistics industry at Oracle APEX Utsav 2025, held on March 16, 2025, at the prestigious IIT Madras Research Park, Tharamani, Chennai. 🎯 Sharing Our Journey with Oracle APEX…
parthiban037.wordpress.com
March 19, 2025 at 5:07 PM
How to get the record count of all tables in an Oracle database, you can use the following SQL query

SELECT table_name, TO_NUMBER(extractvalue(xmltype( dbms_xmlgen.getxml('SELECT COUNT(*) AS count FROM ' || table_name)), '/ROWSET/ROW/COUNT')) AS row_count FROM user_tables ORDER BY row_count DESC;…
How to get the record count of all tables in an Oracle database, you can use the following SQL query
SELECT table_name, TO_NUMBER(extractvalue(xmltype( dbms_xmlgen.getxml('SELECT COUNT(*) AS count FROM ' || table_name)), '/ROWSET/ROW/COUNT')) AS row_count FROM user_tables ORDER BY row_count DESC; ✅ Explanation: user_tables — Contains the list of tables in the current schema. dbms_xmlgen.getxml — Generates XML output from a query. extractvalue(xmltype(...), '/ROWSET/ROW/COUNT') — Extracts the count from the generated XML. The result returns the table name along with the row count, ordered by the row count in descending order.
parthiban037.wordpress.com
March 18, 2025 at 9:16 AM
7. Navigation menu in Oracle APEX tutorial

Oracle APEX provides a powerful and flexible navigation menu system to help users easily navigate through applications. The navigation menu is an essential part of any APEX application, allowing users to access different pages and functionalities…
7. Navigation menu in Oracle APEX tutorial
Oracle APEX provides a powerful and flexible navigation menu system to help users easily navigate through applications. The navigation menu is an essential part of any APEX application, allowing users to access different pages and functionalities efficiently. In this blog post, we will explore how to create and customize a navigation menu in Oracle APEX. 1. Understanding the Navigation Menu in APEX…
parthiban037.wordpress.com
March 14, 2025 at 5:05 AM
Setting and Getting Session Data in Oracle APEX

Managing Session State in Oracle APEX: Best Practices and Tips When building dynamic web applications in Oracle APEX, managing session state is essential to creating responsive and user-specific experiences. Understanding how to set, retrieve, clear,…
Setting and Getting Session Data in Oracle APEX
Managing Session State in Oracle APEX: Best Practices and Tips When building dynamic web applications in Oracle APEX, managing session state is essential to creating responsive and user-specific experiences. Understanding how to set, retrieve, clear, and bookmark session data ensures better application performance and user satisfaction. In this post, we will cover the core aspects of session state management in Oracle APEX.
parthiban037.wordpress.com
February 13, 2025 at 4:51 PM
Managing Session State in Oracle APEX

Managing Session State in Oracle APEX When working with Oracle APEX, managing session state effectively is crucial for building dynamic and interactive web applications. This blog post explores the concept of a session, understanding page URLs, and using the…
Managing Session State in Oracle APEX
Managing Session State in Oracle APEX When working with Oracle APEX, managing session state effectively is crucial for building dynamic and interactive web applications. This blog post explores the concept of a session, understanding page URLs, and using the Session State page to gain insights into your application's behavior. What is a Session? In Oracle APEX, a session represents a user's interaction with an application over a specific period.
parthiban037.wordpress.com
February 12, 2025 at 5:43 PM