Table of Contents

Search

  1. Preface
  2. Mappings
  3. Mapplets
  4. Mapping Parameters
  5. Mapping Outputs
  6. Generate a Mapping from an SQL Query
  7. Dynamic Mappings
  8. How to Develop and Run a Dynamic Mapping
  9. Dynamic Mapping Use Cases
  10. Mapping Administration
  11. Export to PowerCenter
  12. Import From PowerCenter
  13. Performance Tuning
  14. Pushdown Optimization
  15. Partitioned Mappings
  16. Developer Tool Naming Conventions

Developer Mapping Guide

Developer Mapping Guide

Target Table

Target Table

CUSTOMERSUMMARY is the target table for the Write transformation in the mapping.
The following table lists the columns and metadata for the CUSTOMERSUMMARY table:
Name
Native Type
Precision
Scale
C_CUSTKEY
number(p,s)
38
0
C_NAME
varchar2
25
0
C_ADDRESS
varchar2
40
0
C_NATIONKEY
number(p,s)
38
0
C_PHONE
varchar2
15
0
C_ACCTBAL
number(p,s)
10
2
C_MKTSEGMENT
varchar2
10
0
C_TOTALAMOUNT
number(p,s)
10
2

0 COMMENTS

We’d like to hear from you!