Need Help with Control File to Load Nested Table

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rachit82
Premium Member
Premium Member
Posts: 41
Joined: Thu Jul 17, 2008 9:49 am

Need Help with Control File to Load Nested Table

Post by rachit82 »

Hi. I am trying to load data using SQL Loader to a Nested Table. I have gone through the control file examples in Oracle and its not been a help at all.

The Short comings of the Oracle guide are:
1. what is the best way to load a parent table with multiple child tables?
2. How to lead Variable Lenght SDFs.
3. The control file script with Varrays and Nested bunched together are confusing.

What i need is:
1. More examples for Control files that load into nested tables.
2. Help with Readsize and Options while loading data into Nested Tables.
3. Is there a forum as good as this for Oracle related problems?

Thanks.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Ask Tom is an excellent resource for Oracle questions.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That or a quality DBA.
-craig

"You can never have too many knives" -- Logan Nine Fingers
rachit82
Premium Member
Premium Member
Posts: 41
Joined: Thu Jul 17, 2008 9:49 am

Post by rachit82 »

ray.wurlod wrote:Ask Tom is an excellent resource for Oracle questions.
I saw this message on the site:
"Sorry I have a large backlog right now, please ask a question later." Any other ideas would be appreciated.
Katie09
Participant
Posts: 15
Joined: Sun Jan 11, 2009 5:45 pm
Location: Sheffield

Post by Katie09 »

Check this site :-

It contains good material abt oracle..

http://www.orafaq.com/wiki/SQL*Loader_FAQ

hope this helps..
rachit82
Premium Member
Premium Member
Posts: 41
Joined: Thu Jul 17, 2008 9:49 am

Post by rachit82 »

Katie09 wrote:Check this site :-

It contains good material abt oracle..

http://www.orafaq.com/wiki/SQL*Loader_FAQ

hope this helps..
Thanks a lot. Works for me!!!!
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

rachit82 wrote:
ray.wurlod wrote:Ask Tom is an excellent resource for Oracle questions.
I saw this message on the site:
"Sorry I have a large backlog right now, please ask a question later." Any other ideas would be appreciated.
Regardless of that message, search there. I sincerely doubt any question you would be asking has never been asked before.
-craig

"You can never have too many knives" -- Logan Nine Fingers
rachit82
Premium Member
Premium Member
Posts: 41
Joined: Thu Jul 17, 2008 9:49 am

Post by rachit82 »

Katie09 wrote:Check this site :-

It contains good material abt oracle..

http://www.orafaq.com/wiki/SQL*Loader_FAQ

hope this helps..
This one gave me the answer i was looking for when faced with multiple SDF loads using SQL Loader. Not much in ways of examples but got my work done.
Post Reply