Procedure - insurance_premium_tax - Latest

GeoEnrichment Risk - Insurance Premium Tax Getting Started Guide

Product type
Data
Portfolio
Enrich
Product family
Enrich Boundaries > Risk Boundaries
Product
Insurance Premium Tax
Version
Latest
Language
English
Product name
GeoEnrichment Risk - Insurance Premium Tax
Title
GeoEnrichment Risk - Insurance Premium Tax Getting Started Guide
Copyright
2023
First publish date
2018
Last updated
2024-11-21
Published on
2024-11-21T12:54:13.102000
  1. Download the product delivery file.
  2. Extract the delivery file to find the text data file.
  3. Create the table structure in the database using the create table script. Be sure to change the table name in the template to the dataset you are loading. If, for example, you are loading a dataset for Insurance Premium Tax, the table should be named insurance_premium_tax.
  4. Once the table structure has been created, copy the Oracle CTL template to the directory in which the product delivery file is located.
  5. Open the CTL file in a text editor. Add the path to the extracted data text file to the infile statement and replace Oracle destination table name with the name of the table created in Step 3. Note: The TRAILING NULLCOLS clause used in the CTL file instructs SQL Loader to treat any relatively positioned columns that are not present in the record as null columns.
  6. Open a Windows command prompt and enter the following:
    sqlldr userid=<username>/<password>@<database_connection>
    control=<path>/<ctl_file_name> log=<path>/<log_file_name>
    Example
    sqlldr userid=username/password@hostname/service control='D:\Insurance_Premium_Tax\
    Insurance_Premium_Tax_Data\oracle_insurance_premium_tax_ctl_template.ctl' log='D:\Insurance_Premium_Tax\
    Insurance_Premium_Tax\insurance_premium_tax.log'
  7. Data will begin loading into the database.