Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using functions in SQL*loader
Yes, it is, though in a limited fashion. You can specify almost any valid ORACLE single row expression and apply it to a column before posting the record to the database. Here's an example:
col1 position (10:20) integer external ":col1/100+LEAST(:col1,230)"
Make sure the expression is enclosed by double quotes (Yes! Double quotes).
-- Francisco Carlos Piragibe de Almeida consultant ORACLE products and WEB applications Jure Vehovec <Jure.Vehovec_at_factorb.si> escreveu no artigo <341FA8AA.2F49_at_factorb.si>...Received on Mon Sep 22 1997 - 00:00:00 CDT
> Is it possible tu use SQL functions in SQL*loader.
>
> For example TRANSLATE.
>
> jure vehovec
> jure.vehovec_at_factorb.si
>
![]() |
![]() |