SQL*LOADER: Load multiple tables with same record/Fields [message #129287] |
Sat, 23 July 2005 02:36 |
mailsush
Messages: 4 Registered: July 2005 Location: Bangalore
|
Junior Member |
|
|
Hi,
Can anybody tell me, is it possible to load a same record/Attribute into multiple tables using SQL*LOADER.
Example:
=========================
I have 2 tables, X1 and X2
X1
----------------
A NUMBER
B NUMBER
X2
----------------
C NUMBER
D NUMBER
Data File record is of type:
----------------
1|2|3|4
=========================================
My problem:
i need to load data column value '3' in Table X1 and Table X2 as well.
I tried out loading, but was not succesful.
CONSTARINT being: I cannot use POSITION values as data ex[pected is of variable length
Can anybody get me the solution?
Regards
Sushil
[Updated on: Sat, 23 July 2005 02:39] Report message to a moderator
|
|
|
|
|