People and Culture Blog

Installation of Autonomous Transaction Processing (ATP) Database

OVERVIEW: Oracle Autonomous Transaction Processing (ATP) is a cloud-based, fully managed database service by Oracle. It automates administrative tasks, enabling users to focus on application development. ATP is optimized for…

Read More

MongoDB Backup and Restore

This blog post will discuss the process of backing up and restoring a MongoDB database using the built-in commands and tools provided by MongoDB. To perform a data backup in…

Read More

GridFS file system on Mongodb

Introduction to Grid FS: MongoDB has a 16 MB limit for normal document size. To store larger files, MongoDB offers Grid FS, which divides files into smaller chunks stored as…

Read More

PERFORMANCE TUNNING IN MSSQL

INTRODUCTION SQL tuning is the process of improving SQL queries to accelerate your servers performance. It’s general purpose is to reduce the amount of time it takes a user to…

Read More

Enhancing Data Input Efficiency with APEX Multi Row Item Plugin

Overview The APEX-Multi Row-Item-Plugin is a free and open-source plugin for Oracle Application Express (APEX) that allows you to create multi-row input fields within your applications. This could be part…

Read More

Efficient Date Picking: Exploring the APEX Scroll-able Date Picker Plugin

Overview The Scroll-able Date Picker Plugin for Oracle APEX enhances the user experience with features like scroll-able calendars, drag-and-select functionality, and mobile-friendly design. It simplifies date selection on various screen…

Read More

Elevating Security with Oracle Database 23c: Schema-Level Grants Unveiled

Introduction: In the world of database management, developers used to face a tough decision – either spend time granting specific permissions for each table or take the risky route of…

Read More

Decoding “ORDS 404 Not Found” error in ORDS

Cloning oracle databases from production to test environments is a common practice, but it comes with its own set of challenges, particularly in handling critical APEX user passwords. Encountering an…

Read More

How to merge cells in classic report using JavaScript.

Overview This document is about how to merge cells in classic report using javascript in oracle apex. Technologies and Tools Used The following technologies have been used to to merge cells in…

Read More

Building a Contextual Back Button with Application Page Items in Oracle APEX

Overview In ORACLE APEX we generally use page number in the URL to redirect the page from one to another. However in this session dives deep into the hidden potential…

Read More