Advertisement

10.15.2007 at 12:50PM PDT, ID: 22894506
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

SQL LOADER ERROR

Asked by patmoli in Oracle Database, PostgreSQL Database, Oracle 9.x

Tags: , , ,

Hi,

I Face this error when I am try to load Data into Table through .CSV File

Record 1045: Rejected - Error on table TREQ_DBS, column SAFETYDETAILS.
Field in data file exceeds maximum length

I know there is a limit in Sqlloader
What  I Can add in the sqlldr Script File  then I am able to load Data

           ----      Table Structure    -----


CREATE TABLE TREQ_DBS             (
      REQUESTNO       NUMBER,
      SAFETYCODE       VARCHAR2(6),
      ENVTCODE                           VARCHAR2(6),
      SRED             VARCHAR2(6),
      MSDS             VARCHAR2(6),
      CHEMICAL                           VARCHAR2(40),
      MADE             VARCHAR2(3),
      CALENDAR_DATE       VARCHAR2(28),
      REQUESTOR        VARCHAR2(3),
      CELLTYPE                            VARCHAR2(3),
      CELLBATCH                            VARCHAR2(6),
      SUBBATCH                             VARCHAR2(1),
      CELLNO             NUMBER,
      PRIORITY                               VARCHAR2(6),
      PURPOSE                           VARCHAR2(250),
      NO_OFASSEM       NUMBER,
      CATHODE                            VARCHAR2(400),
      ANODE             VARCHAR2(400),
      ELEC              VARCHAR2(200),
      DESIGN             VARCHAR2(200),
      COND             VARCHAR2(3),
      PERFORM                            VARCHAR2(3),
      SAFETY             VARCHAR2(3),
      CONDDETAILS       VARCHAR2(400),
      PERFORMDETAILS       VARCHAR2(1200),
      NO_OFCYCLE       NUMBER,
      SAFETYDETAILS       VARCHAR2(1200),
      NO_OFABUSE       NUMBER,
      DATATECHNICIAN       VARCHAR2(30),
      COMMENTS                            VARCHAR2(200),
      THISTREQ                              VARCHAR2(100),
      EXPERIMENT_ID       NUMBER(10),
      APPROVED                              VARCHAR2(3),
      CONSTRAINT TREQ_PKY PRIMARY KEY(REQUESTNO)
USING INDEX TABLESPACE NDX )  

-------------------
 
         ---------------    SQL LOADER SCRIPT ----------------

load data
infile 'C:\pdxappdb_scripts\fadi_tables\csv\TREQ.csv'    
badfile 'C:\pdxappdb_scripts\fadi_tables\TREQ.bad'
discardfile 'C:\pdxappdb_scripts\fadi_tables\TREQ.txt'
replace
into table  TREQ_DBS
fields terminated by '$'
trailing nullcols
(
      REQUESTNO,
      SAFETYCODE,
      ENVTCODE,
      SRED,
      MSDS,
      CHEMICAL,
      MADE,
      CALENDAR_DATE,
      REQUESTOR,
      CELLTYPE,
      CELLBATCH,
      SUBBATCH,
      CELLNO,
      PRIORITY,
      PURPOSE,
      NO_OFASSEM,
      CATHODE,
      ANODE,
      ELEC,
      DESIGN,
      COND,
      PERFORM,
      SAFETY,
      CONDDETAILS,
      PERFORMDETAILS,
      NO_OFCYCLE,
      SAFETYDETAILS,
      NO_OFABUSE,
      DATATECHNICIAN,
      COMMENTS,
      THISTREQ,
      EXPERIMENT_ID,
      APPROVED

)


Thanks





Start Free Trial
[+][-]10.15.2007 at 01:26PM PDT, ID: 20081271

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Oracle Database, PostgreSQL Database, Oracle 9.x
Tags: loader, sql, sqlldr, error
Sign Up Now!
Solution Provided By: jinesh_kamdar
Participating Experts: 4
Solution Grade: B
 
 
[+][-]10.15.2007 at 01:37PM PDT, ID: 20081342

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.15.2007 at 06:23PM PDT, ID: 20082600

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]10.16.2007 at 01:21AM PDT, ID: 20083837

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]10.16.2007 at 04:16AM PDT, ID: 20084488

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628