Home » RDBMS Server » Server Utilities » RE:nested table and sql*loader
RE:nested table and sql*loader [message #122971] Thu, 09 June 2005 07:11
dhananjay
Messages: 635
Registered: March 2002
Location: Mumbai
Senior Member
hi,

i have a doubt regarding loading data from a cvs file to a nested table. below is the syntax to load data.
script to load data.
load data
infile *
append into
table state_tm_planner
fields terminated by ','
(region,state,state_tm_sp_nt(state_tm_sp_ty(territory,tm_name,tm_id,tm_tel,tp_name,tp_id,tp_tel)))
begindata

err message:
sql*loader-350:syntax error at line 6.
expecting "," or ")",found "(".
(region,state,state_tm_sp_nt(state_tm_sp_ty(territory,tm_name,tm_id<tm


any suggestions or some other way of getting the work done.

regards,
Previous Topic: import Access table to Oracle
Next Topic: Scheduled Jobs and Database Export
Goto Forum:
  


Current Time: Wed Jul 03 08:31:04 CDT 2024