Page 1 of 1

Inserting data into nested tables in oracle 10g

Posted: Mon May 19, 2008 10:30 pm
by loe_ram13
Require help in inserting data into a nested table in oracle 10g database through datastage.
Thanks in advance

Posted: Mon May 19, 2008 10:49 pm
by ray.wurlod
EXACTLY the same way you would do it in sqlplus or TOAD.

Posted: Mon May 19, 2008 10:57 pm
by loe_ram13
ray.wurlod wrote:EXACTLY the same way you would do it in sqlplus or TOAD. ...
Can i do that using sqlldr and setting DIRECT=TRUE option for fast load?

Posted: Mon May 19, 2008 11:12 pm
by Rubu
Never worked with Oracle..but read somewhere that Oracle Load stage uses sqlloader with DIRECT=TRUE by default.