Showing posts with label oracle. Show all posts
Showing posts with label oracle. Show all posts

The Updated Oracle EBS Electronic Technical Reference Manual (eTRM)

 The Oracle E-Business Suite Electronic Technical Reference Manual (eTRM) is a storehouse of Oracle E-Business Suite data set item definitions and their reliance data. 

The eTRM contains an itemized depiction of information base tables, perspectives, and bundles for every EBS item. Aside from data set plan records, you can discover essential and unfamiliar key connections between information base items in eTRM. 

The eTRM does exclude EBS data set article changes for every one of the RUPs or minor deliveries. On the off chance that you need to survey the distinctions in EBS data set articles between discharges, you can utilize the EBS Data Model Comparison Reports.

Oracle PLSQL interview questions - 2


  1. From an Employee table, how will you display the record which has a maximum salary?
  2. What is the difference between the Primary and Foreign key?
  3. How will you delete a particular row from a Table?
  4. How will you select unique values from a list of records?
  5. What is meant by Join? What are the different types of Joins available? Explain.
  6. overloading of stored procedure is possible in oracle?