Logical view of the data model in R12.2

Logical view of the data model in R12.2 1) All the code should access the tables through APPS synonym 2) Editioning view are created over physical tables and APPS synonym are created to editioning view as shown in below figure WF_ITEMS: Physical table WF_ITEMS#: Editioning view APPS.WF_ITEMS : APPS synonym to Editioning views 3)  All […]

Logical view of the data model in R12.2 Read More »

what is oracle EBS R12

Oracle EBS is the Oracle Corporation product that comprises of Customer relationship Management(CRM ), Enterprise Resource Planning(ERP), Supply chain Management(SCM), and Human Resource Management system (HRMS). Organizations can use Oracle EBS as per their need. If they are interested in Oracle Financials products only, they can license those modules only. Oracle EBS is also known

what is oracle EBS R12 Read More »

how to find session generating lots of redo in Oracle database

To find sessions generating lots of redo in Oracle database , you can use either of the following methods. Both methods examine the amount of undo generated. When a transaction generates undo, it will automatically generate redo as well. How to find session generating lots of redo in Oracle database 1) Query V$SESS_IO. This view

how to find session generating lots of redo in Oracle database Read More »

Scroll to Top