Posts by Venkatesh Balasubramanian

Oracle 18c- From a Developer’s Perspective

Description: Oracle Database 18c is the same database software that is running on-premises as in the Oracle Cloud. It enables end-users to take their in-house developed Oracle applications and third-party applications and run them on Oracle Cloud without…

Read More

ORA-30006: resource busy; acquire with WAIT timeout expired and ORA-00054: resource busy and NOWAIT specified

Description: ORA-30006 and ORA-00054 errors raised when update operation is performed against a record, that has been locked by the user or some session FOR UPDATE. To fix this, before performing the update, check whether…

Read More

AWR REPORT

Description Introduced in Oracle 10g and having evolved from the Statspack functionality of Oracle 8i/9i, the Automatic Workload Repository report or AWR report (as it is more commonly known as)…

Read More

SGA Details – JROD COPY

Description: The System Global Area (SGA) is a group of shared memory structures, known as SGA components, that contain data and control information for one Oracle Database instance. The SGA…

Read More

Script to get dependents for Employee

Description: Script to get dependents for employee describes dependencies between procedures, packages, functions, package bodies, and triggers accessible to the current user, including dependencies on views created without any database…

Read More

Script to get Aging Bucket Due for Customer

Description: Aging reports help to identify how old the customer Invoice due for the payment. This helps to identify and to decide those Invoice is due last 30 or Last…

Read More

QA Collection Elements creation

Description: The collection elements that you define can be added to collection plans to determine what quality results data to collect, track, and report. API used for EAM preventive collection…

Read More

Script to Open Project with Terminated PMs or PDs

Description: Oracle Projects provides default processes for each workflow. You can modify the default processes and create additional methods to accommodate the needs of your business, using the Oracle Workflow…

Read More

Query to New Assets Addition in Oracle apps

Description: This query fetches the detailed information related to those assets which are added newly for a particular period. Script to New Asset Addition SELECT  FAL.segment1 SOL_ID ,FFV.description BRANCH_NAME ,FAA.tag_number …

Read More

List of concurrent request – its count by Day, Week and Month

Description: When you define a concurrent program, you can list those programs you want it to be incompatible with. You can also list the program as inconsistent with itself, which…

Read More