Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using functions in SQL*loader
One way to use functions is as follows
val position(1:1) char "translate(:val, '1', '9')"
This would insert into column val a '9' whenever the input was '1'.
Jure Vehovec wrote:
>
> Is it possible tu use SQL functions in SQL*loader.
>
> For example TRANSLATE.
>
> jure vehovec
> jure.vehovec_at_factorb.si
-- Frank Hubeny fhubeny_at_ntsource.com Wheaton, IL 60187Received on Wed Sep 17 1997 - 00:00:00 CDT
![]() |
![]() |