Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Input File name as one of the fields input for SQL*Loader
>Is there a way I can grab the name of the flat file into the table as
>one of the columns?
No, SQL*Loader does not support any parameter substitution at all.
At my work, we use a dummy text in the loader script, like __PARAM1. A simple Unix scripts makes a copy of the SQL*Loader script, in which __PARAM1 is replaced with the real value of that parameter, after which SQL*Loader is invoked. If you need such script, let me know.
Arjan. Received on Wed Aug 19 1998 - 12:20:25 CDT
![]() |
![]() |