People and Culture Blog

Valid Date Format Check by using java script in Oracle Apex

1. Overview We know some time user might enter a wrong date while entering, to avoid this we can create some dynamic actions and validation to notify user have entered wrong…

Read More

REPLICATION CONFIGURATION IN MSSQL

INTRODUCTION MSSQL replication refers to technologies used for copying and distributing data and database objects from a Microsoft SQL Server database to another database BENEFIT OF SQL SERVER REPLICATION With…

Read More

MONGODB INSTALLATION IN WINDOWS

INTRODUCTION MongoDB is an open source NoSQL database management program. NoSQL (Not only SQL) is used as an alternative to traditional relational databases. NoSQL databases are quite useful for working with…

Read More

Installing MySQL on linux

Installing  MySQL on linux STEP -1 -Download the rpm required based on your operating system here iam using linux -User the below link to assess the RPM -Link- https://dev.mysql.com/doc/refman/8.1/en/ Downloading…

Read More

How to create custom shortcuts for Interactive Repot fields in Oracle APEX

  Overview This document explains about how to create custom shortcuts for Interactive report fields in Oracle Apex. Technologies and Tools Used The following technology has been used to create…

Read More

Apply Dark & Light Mode In APEX Applications During Runtime

Overview Dark and light modes in APEX applications is a user interface design enhancement that allows users to choose between different color schemes to suit their preferences or environmental conditions.…

Read More

Password Feed Back Form In APEX

Overview In Oracle APEX, a “Password Feedback” form is often used to provide feedback to users when they are creating or updating their passwords. This form typically includes elements such as…

Read More

Dynamically set Decimal value Using JavaScript

1. Overview This document talks about dynamically setting decimal value for a particular column in an Interactive Grid report or Item using JavaScript. 2. Technologies and Tools Used The following…

Read More

Migrating Oracle E-Business Suite to Oracle Cloud Infrastructure

This blog post offers insights into the optimal options and best practices for migrating your Oracle E-Business Suite (EBS) from on-premises to Oracle Cloud Infrastructure (OCI), harnessing the capabilities of…

Read More

On closure of the popup set focus to IG column

1. Overview This document talks about how to set focus to a particular column in an Interactive Grid report on the closure of inline pop up region using JavaScript. 2.Technologies…

Read More