Advertisement

11.24.2008 at 11:26AM PST, ID: 23931797
[x]
Attachment Details

How to Write a procedure  to populate  5 target tables frpm 3 staging tables.

[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0
Tags:

pl/sql, IE7

The data for PROVIDER is fed by the 3 different sources into 3 different staging table. There are 7 fields field1...field7 for every Provider that are mandatory. There are 6 other fileds for every Provider that are not mandatory (may be present for one source and may not be present of the other source). So the Provider data is dumped into 5 tables, which you can consider as target table. Write a pl/sql (oracle)procedure for this. Remeber that once the data is fetched from the staging table (1 of the three souces), the process is common form there on. The main procedure which you run should have 1 input parameter (p_source) which tells us where to import the data from i.e. which staging table should we import from....
Answered By: sujith80
Expert Since: 02/14/2004
Accepted Solutions: 1273
sujith80 has been an Expert for 4 years 10 months, during which he has posted 3436 comments and answered 1273 questions. sujith80 is just one of 761 experts in the Oracle 10.x Zone. 3 experts collaborated on this answer, which was graded an "A" by the asker.
 
 
20081119-EE-VQP-48 - Hierarchy / EE_QW_2_20070628