Hello Friends,
Can someone please help me with the function of replacing a string in control file of sql*loader.
example:
if the string in the .txt file is "null"
i want to replace that in the table with value (null)
LOAD DATA
INFILE 'emp.dat'
INTO TABLE emp
(empno
,ename
,job NULLIF job='Null'
,mgr
,sal
,comm
,deptno
)
----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.