People and Culture Blog

Employee Assignment Update Integration

employee-assignment-update-integrationEmployee Assignment Update Integration – Oracle Fusion HCM. Introduction: This blog explains about how to call a bip report placed in the oracle fusion hcm instance. And then transfer the…

Read More

Configure formsweb.cfg to Run Oracle Forms Application

1. Overview This blog explains about, how we Configure formsweb.cfg to Run Oracle Forms Application. 2. Technologies and Tools Used The following technology has been used to achieve the same. Ø Oracle Configuration Files 3. Use Case To invoke an application in Oracle Forms using URL, you must configure it in formsweb.cfg file. Then you would be able to access it by providing config parameter is equal to your application name 4. Architecture  Oracle FORMS Using FORMS BUILDER 5. Examples Step 1: To add the below code in formsweb.cfg file [yourappname] workingDirectory=c:\serverdir\ userid=yourid/psw@orcl form=mainform.fmx Save the changes in formsweb.cfg file and then access it as follows. Step 2: Run Oracle Forms Application by using the below URL http://localhost:8889/forms/frmservlet?config=yourappname 6. Conclusion You can see above the application URL using the config parameter with your application name [yourappname], you defined in formsweb.cfg file using square brackets [].

Read More

How to Hide Password in Oracle Forms

1. Overview This blog explains about, how we can hide Password in oracle FORMS. In Oracle Forms, if you are creating any custom login screen or giving any password security option, then there is a need to hide the password. This…

Read More

Oracle APEX Security Features

Overview The Purpose of the document is to highlight the security features in Oracle APEX.Oracle Application Express (APEX) is a low-code development platform that allows users to build web-based applications…

Read More

Creation of Mini Calendar and Sticky Notes using with Oracle Apex

INTRODUCTION: The Mini Calendar Plug-In and the Sticky Notes Plug-In are two handy and adaptable Oracle APEX plug-ins that will be introduced in this article. These plug-ins provide intuitive and…

Read More

UNEXPECTED Nodes are listed in the ADOP_VALID_NODES table but not in the FND_NODES table

UNEXPECTED Nodes are listed in the ADOP_VALID_NODES table but not in the FND_NODES table Error : adop phase=FS_CLONE failed with below error. Validating system setup. UNEXPECTED Nodes X are listed…

Read More

Steps to configure Google Looker to connect to an Oracle database

GOOGLE LOOKER Introduction: Google Looker is a cloud-based business intelligence and data analytic platform. Looker is a tool that helps us to explore, share, and visualize company’s data so that…

Read More

Save image into local directory and Server directory in Oracle Apex

INTRODUCTION: The well-liked web development framework Oracle Application Express (APEX), you may create database-driven web apps fast and effectively. One of the features of APEX is the ability to upload…

Read More

404 not found error, the request could not be mapped to any database while running newly developed application in Apex.

Issue : While running the newly developed application in Apex, I encountered a 404 Not Found error. The request could not be mapped to any database. Reason : In catalina.out…

Read More

Comprehensive Guide: Removing and Adding RAC Nodes in Oracle Clusterware

Overview  Diving into the intricacies of Oracle Clusterware management, this comprehensive guide elucidates the meticulous steps involved in the process of deleting and adding RAC nodes within the Oracle environment. …

Read More