Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
60 views1 page

IT Professionals: Interface & Conversion

Interface is a scheduled, periodic process that transfers data between a legacy system and Oracle system an unknown number of times per specified period. Conversions is a one-time activity used for upgrades and migrations where the flat file volume is known, and is not scheduled like interfaces. SQL Loader loads data from flat files into Oracle tables and produces log, bad, and discard files.

Uploaded by

Srikkanth Mani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

IT Professionals: Interface & Conversion

Interface is a scheduled, periodic process that transfers data between a legacy system and Oracle system an unknown number of times per specified period. Conversions is a one-time activity used for upgrades and migrations where the flat file volume is known, and is not scheduled like interfaces. SQL Loader loads data from flat files into Oracle tables and produces log, bad, and discard files.

Uploaded by

Srikkanth Mani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Interface & Conversion

---------
Interface:

Interface is periodic activity, it may be daily or weekly or monthly or quarterly


or Yearly.Both Legacy system and oracle system are active.It is Scheduled
Concurrent Process to execute multiple times.We will not be knowing the volume of
the Flat file.

Conversions:

Conversions is one time Activity.This is used in Upgrade and Migration Projects.We


will be knowing the volume of the Flat file.Conversion is not a Scheduled Process.

SQL Loader
----------

sqlldr apps/apps@SERVICE_NAME

1.LOG File
2.BAD File
3.DISCARD File

You might also like