Bookshelf Home | Contents | Index | PDF |
Siebel Data Quality Administration Guide > Sample Configuration and Script Files > Sample SQL Scripts > IDS_IDT_PROSPECT_STG.SQLThe following sample SQL script can be used for incremental data load. '============================================================================' ' Need to change TBLO before executing the scripts on target database. ' '============================================================================' DROP MATERIALIZED VIEW PROSPECTS_SNAPSHOT_VIEW; CREATE MATERIALIZED VIEW PROSPECTS_SNAPSHOT_VIEW AS CON_PR_ACCT_NAME ACCOUNT_NAME, FST_NAME || ' ' || LAST_NAME NAME, SOC_SECURITY_NUM SOCIAL_SECURITY_NUMBER, FLOOR((ROWNUM-1)/&BATCH_SIZE)+1 BATCH_NUM SELECT '============================================================================' || CHR(10) || ' REPORT ON PROSPECTS SNAPSHOT' || CHR(10) || '============================================================================' || CHR(10) " " |
Siebel Data Quality Administration Guide | Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |