Showing posts with label Oracle Apps Interview Questions. Show all posts
Showing posts with label Oracle Apps Interview Questions. Show all posts

Oracle apps Interview questions - 7


  1. Q: How do you make your own query when you are in forms query mode?
A: You can use a placeholder to achieve this. If you enter a single colon ( : ) in one of your query fields during the Enter Query mode, Oracle Forms Run Query will prompt you to enter the text of SQL Where clause.

  1. Q: What is concurrent processing?
A: Concurrent processing is a process that simultaneously runs programs in the background (usually on the server rather than your workstation) while working online.

Oracle Apps Interview questions - 6



1.
 What are the various types of Exceptions?
 User defined and Predefined Exceptions.


2.
 Can we define exceptions twice in same block?
No.

Oracle apps Interview questions - 4


  1. Q: How do you make your own query when you are in forms query mode? A: You can use a placeholder to achieve this. If you enter a single colon ( : ) in one of your query fields during the Enter Query mode, Oracle Forms Run Query will prompt you to enter the text of SQL Where clause.

Oracle Apps Interview Questions - 3

Q1: Difference between customization, enhancement and implementation?
Ans: Customization: Customization is the developing of the forms, reports and SQL script from the beginning or changing the existing.
Enhancement:  Enhancement is the modification of forms & Other components according to client user requirement.
Implementation: Implementation is the testing of Applications.