Advertisement

11.13.2008 at 08:31AM PST, ID: 23902341
[x]
Attachment Details

Mapping of data in oracle tables and feeds

[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!

7.4
Tags:

oracle

I have data coming from the feeds as shown below

Data in text file for feeds:

CREAM CHEESE/CR CHS SPREAD;BRICK;KRAFT FOODS INC.;KRAFT PHILADELPHIA;PLAIN CREAM CHEESE REGULAR BRICK 3OZ;00-01-00002-10010;1478;

Here is the attributes breakup coming from feeds:

Feeds

Category: CREAM CHEESE/CR CHS SPREAD;
Sub-Category: BRICK;
Vendor: KRAFT FOODS INC;
Brand: KRAFT PHILADELPHIA;
Product Description: PLAIN CREAM CHEESE REGULAR BRICK 3OZ;
UPC: 00-01-00002-10010;
Week Last Moved: 1478;


Also I have data in the tables in my exiting application as

Application name: Category brand (CB)

Brands table
Br_id (PK)
Br_description
Br_scat_id (FK)
Cl_id (FK)

Categories table
Scat_id (PK)
Scat_description

Clients table
Cl_id (PK)
Cl_name

UPCS

Upc_id (PK)
Upc_description
Upc_br_id (FK)

Relationshiphs:

Between clients and brands 1:M, between category and brand 1:M and between brands and upcs 1:M

We have to map data coming from feeds to the data in CB tables. First we need to identify the record in feeds based on the category and client in the CB table and then update the data in brands and upcs table.

I have not approached any of the problems like this before, Can some one guide me, if there are any mapping techniques we can follow or any tips how to approach in the situation explained above.
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. 1 expert collaborated on this answer, which was graded a "B" by the asker.
 
 
20081119-EE-VQP-48 - Hierarchy / EE_QW_2_20070628