Home » RDBMS Server » Server Utilities » Error in calling stored function from sqlloader with filler columns
Error in calling stored function from sqlloader with filler columns [message #71157] Tue, 17 September 2002 04:09 Go to next message
Shalini singh
Messages: 11
Registered: September 2002
Junior Member
we are trying to execute a stored functions with some arguments of which value is present in text file but that columns are not present in the database . so we are using fillers.

we are facing problem in passing columns with filler attribute in stored function.

how can we pass the filler values as an argument of the stored function

example of control file

load data
into table abc
feilds terminated by '~'
( acol filler char(10),
bcol "seq_ret(:acol)"
)

where seq_ret is the stored function and a col is the temp column so we had use filler since this value is to be used in this stored function.

Any help or pointer is greatly appreciated.

Regards,
Shalini
Re: Error in calling stored function from sqlloader with filler columns [message #71158 is a reply to message #71157] Tue, 17 September 2002 04:54 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
i beleive, the keyword BOUNDFILLER should do the job.
load data
into table abc
feilds terminated by '~'
( 
acol 	boundfiller char(10),
bcol 	"seq_ret(:acol)"
)
Re: Error in calling stored function from sqlloader with filler columns [message #71160 is a reply to message #71157] Tue, 17 September 2002 19:51 Go to previous messageGo to next message
Shalini singh
Messages: 11
Registered: September 2002
Junior Member
Thank u very much Mahesh....this keyword is working
Re: Error in calling stored function from sqlloader with filler columns [message #72029 is a reply to message #71157] Tue, 25 February 2003 07:54 Go to previous message
Mark
Messages: 284
Registered: July 1998
Senior Member
No Message Body
Previous Topic: Error inserting images
Next Topic: Oracle database copy
Goto Forum:
  


Current Time: Wed May 15 07:42:54 CDT 2024