Skip to content
  • About Me: Shailender Thallam
  • Contact
  • Oracle Apps Interview Questions
    • Ask a Question
  • About Me: Shailender Thallam
  • Contact
  • Oracle Apps Interview Questions
    • Ask a Question

How to Create a Dependent Parameters using Dependent Value set

  • by Shailender Thallam
  • January 20, 2014January 20, 2014

Definition: A dependent value set is similar to an independent value set, except that the available values in the list and the meaning of a… Read More »How to Create a Dependent Parameters using Dependent Value set

SQL Query to remove Non-Numeric characters from a String

  • by Shailender Thallam
  • January 20, 2014October 9, 2015

It’s one of the very common requirement to remove non-numeric values from a text field and we can achieve this in several ways using some… Read More »SQL Query to remove Non-Numeric characters from a String

XMLP: Error No. 53 while Previewing/Validating the report

  • by Shailender Thallam
  • December 24, 2013

Some times we get Error no. 53 when we preview or validate the template, this is because of improper JRE path mentioned in the options… Read More »XMLP: Error No. 53 while Previewing/Validating the report

Use $TWO_TASK environment variable to connect to Oracle Database from Unix

  • by Shailender Thallam
  • December 24, 2013December 24, 2013
  • 1 Comment

Normally, when you connect oracle via SQL*Plus you can specify a connect string such sqlplus apps/apps@DEV. If this is specified, oracle uses tnsnames entry which… Read More »Use $TWO_TASK environment variable to connect to Oracle Database from Unix

Error while opening JDeveloper: Unable to create an instance of the Java Virtual Machine error

  • by Shailender Thallam
  • December 22, 2013April 23, 2014

Some times we get an error message “Unable to create an instance of the Java Virtual Machine” while opening JDeveloper. We can resolve this problem… Read More »Error while opening JDeveloper: Unable to create an instance of the Java Virtual Machine error

SQL Tuning or SQL Optimization

  • by Shailender Thallam
  • August 12, 2013

Sql Statements are used to retrieve data from the database. We can get same results by writing different sql queries. But use of the best… Read More »SQL Tuning or SQL Optimization

How to get Concurrent Request ID of a parent program in a child program of a Request Set?

  • by Shailender Thallam
  • August 12, 2013April 24, 2016

Upon a requirement I have created a request set with multiple programs in it. I was in a need to pull request ID of the… Read More »How to get Concurrent Request ID of a parent program in a child program of a Request Set?

PL/SQL script to find and Kill Blocking Sessions/Objects

  • by Shailender Thallam
  • July 9, 2013December 25, 2016

/********************************************************* *PURPOSE: To findout blocking sessions and kill them * *AUTHOR: Shailender Thallam * **********************************************************/ — DECLARE CURSOR c IS SELECT c.owner, c.object_name, c.object_type, b.SID… Read More »PL/SQL script to find and Kill Blocking Sessions/Objects

How to Display Leading Zeros in XMLP Report – Excel Output

  • by Shailender Thallam
  • July 5, 2013October 20, 2015
  • 4 Comments

Microsoft Excel has a tendency to display number format based columns with no prefix of ZEROs. For example, if there is a value ‘007’ excel… Read More »How to Display Leading Zeros in XMLP Report – Excel Output

PL/SQL Script to Generate XML Tags for XMLP Report

  • by Shailender Thallam
  • July 4, 2013July 5, 2013
  • 2 Comments

There are many ways to generate output in XML tags format, dbms_xmlgen is one of the way to generate. Lets consider an example to display… Read More »PL/SQL Script to Generate XML Tags for XMLP Report

  • « Previous
  • 1
  • …
  • 14
  • 15
  • 16
  • 17
  • 18
  • …
  • 24
  • Next »

Search on this Site

Popular Questions Asked

  • What is the difference between XML publisher and BI Publisher? asked by Questions Master
  • What is the difference between CASE and DECODE? asked by Questions Master
  • What are the different types of Sales Orders in Order Management? asked by Questions Master
  • Can you have multiple layout templates for a singe data template? asked by Questions Master
  • How to display the names of the employees who earn highest salary in their respective departments? asked by Questions Master

Categories

Recent Posts

  • Oracle ERP Cloud Instance Clone/Refresh Guidelines
  • ESS Request History with Time took to Run
  • Payload to Update AR Invoice DFF in Oracle ERP Cloud
  • Emails generated by Oracle ERP are delivered to customer/Supplier with from email address as “no-reply@oracle.com” instead of no-reply@client-DomainName.com
  • Oracle ERP Cloud SQL Query to find Bank Accounts Associated with a Supplier

OracleAppsDNA.com 2026 | All Posts on this blog are based on the views of the Author. Reproducing of articles without permission is prohibited.