Apps

How to check if a patch is applied in Oracle Apps (11i, R12)

Oracle frequently releases patches necessary to maintain your EBS Environment Healthy and Up-To-Date. These include Recommended patches (RPC), Technology Stack patches, Performance patches, Security Patches, etc. Sometimes, you also identify a patch while searching on support.oracle.com(Metalink), when you face issues with Oracle apps and would like to see if that patch is applied to your […]

How to check if a patch is applied in Oracle Apps (11i, R12) Read More »

How to enable Trace Concurrent Program in Oracle Apps

This article explains, how to enable trace for Concurrent Program and generate TKPROF in Oracle Apps. These steps should work for Oracle Apps 11i and R12 release. Concurrent programs execute business logic by connecting to the database and performing database operations like updating, inserting, and deleting. These operations consume CPU, Memory, and other resources. An

How to enable Trace Concurrent Program in Oracle Apps Read More »

FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.

FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved error tells you that Form Builder is not able to attach the concerned library (XXX) when you open the TEMPLATE.fmb Form in Oracle Apps or forms_path is incorrect or missing. Where XXX library could be any of these

FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved. Read More »

How to Compile custom Oracle forms (fmb) and libraries(PLL) using frmcmp

frmcmp_batch or frmcmp_batch.sh is a UNIX level utility to compile custom form(.fmb) and libraries(.pll) in Oracle Apps R12. frmcmp_batch syntax frmcmp_batch Module= Userid=<userid/password> [Parameters] Optional parameters are (default values given): 1. Compile custom form (.fmb) in Oracle Apps Open Putty and login to Oracle Applications UNIX server( apps tier). sftp custom form(.fmb) file from a

How to Compile custom Oracle forms (fmb) and libraries(PLL) using frmcmp Read More »

How to Create Materialized View in Oracle Apps 12.2.5 (R12)

Materialized view in Oracle are the database objects based on SQL Queries. Unlike normal view MV actually contains the data. The generic statement to create a Materialize View in Oracle Database is as below, CREATE MATERIALIZED VIEW viewname [options] AS SELECT ….. While working on Oracle Apps 12.2.5 where editioning or online patching is enabled,

How to Create Materialized View in Oracle Apps 12.2.5 (R12) Read More »