SQL Loader to load FA data into Oracle

This forum is to discuss different features/issues of Oracle Financials modules ( GL - General Ledger, AP - Accounts Payable, AR - Accounts Receivable, FA - Fixed Assets & CM - Cash Management ).
Post Reply
prema
Posts: 15
Joined: Tue May 22, 2007 9:22 am
Location: Mauritius

SQL Loader to load FA data into Oracle

Post by prema »

Hi everybody

has anybody used SQL Loader to load data into Oracle
if yes, can you please send me a stepwise procedure of how to do it

thanks
prema
siva sankar
Posts: 130
Joined: Sun Mar 11, 2007 1:47 am
Location: India

Post by siva sankar »

Hi Prema,

When we uploading the data from flat file to Oracle tables.
we can use the SQL*LODER to upload the date from flat file to oracle.

1)First we Receive the flat file from the client(Formats like .txt,.dat,.csv)
2)We prepare the Control File.

Syntax:

LOAD DATA
INFILE "data file path"
INSERT INTO table_name
FIELDS TERMINATED BY ","
OPTIONALLY ENCLOSED By " "

START---> RUN---> cmd

SQLLDR=Control file path

IF any error occur in this..

If you are facing any problem regarding this please let me know..
jscrunch
Posts: 35
Joined: Tue Apr 03, 2007 8:12 am
Location: Spain

Post by jscrunch »

Hello,
here you have a goog link:
http://orafaq.com/wiki/SQL*Loader#Conditional_Load

Hope it helps,
Jose L.
Post Reply

Who is online

Users browsing this forum: Google Adsense [Bot] and 21 guests