Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Infinite Loop using SQLLDR
I'm a newbie to the SQLLDR tool so bare with me. When I execute the SQLLDR program, I get a never ending loop that repeats the command line I used for executing SQLLDR. No records, errors, or logs are generated. I have to cancel out of the command to stop the loop.
Here is my control file:
Here is my INFILE (one line of it):
Here is my SQLLDR Command Line:
Here is the data types for the fields in the INVESTMENT table:
INVESTMENT_ID NUMBER NOT NULL, CREATED_BY_USER_ID VARCHAR2 (30) NOT NULL, CREATED_DTM DATE NOT NULL, MODIFIED_BY_USER_ID VARCHAR2 (30) NOT NULL, MODIFIED_DTM DATE NOT NULL, INVESTMENT_NAME VARCHAR2 (60) NOT NULL, DIVISION_ID NUMBER NOT NULL, COMPANY_CD VARCHAR2 (10) NOT NULL, ASSET_MANAGER_CONTACT_ID NUMBER NOT NULL, VALIDATION_STATUS_CD VARCHAR2 (8) NOT NULL, INVESTMENT_CLASS_CD VARCHAR2 (8), INDUSTRY_CATEGORY_CD VARCHAR2 (8), COUNTRY_CD VARCHAR2 (8), RATING_NUM NUMBER
--------------------------------------------------------
Can anyone tell me what I'm doing wrong? Thanks in advance for your help.
Kevin
Sent via Deja.com
http://www.deja.com/
Received on Wed Feb 07 2001 - 00:11:00 CST
![]() |
![]() |