Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6705627
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:25:33+00:00 2026-05-26T07:25:33+00:00

I am getting the below error on loading the data to a table using

  • 0

I am getting the below error on loading the data to a table using SQL Loader.

SQL*Loader-350: Syntax error at line 21.
Token longer than max allowable length of 258 chars
                                                                    ')
                                                  ^

The control file is as below:

OPTIONS (SKIP = 1)
LOAD DATA 

APPEND
PRESERVE BLANKS
INTO TABLE "INTL"
FIELDS TERMINATED BY '|'
TRAILING NULLCOLS

(
CO_BDI_INTERLOCUTOR CHAR(15),
NU_DOCUMENTO    CHAR(17),
CO_TRATAMIENTO  CHAR(1) "NVL(:CO_TRATAMIENTO,' ')",
DS_NOMBRE   CHAR(50),
DS_APELLIDO_1   CHAR(50),
DS_APELLIDO_2   CHAR(50),
CO_CARGO    CHAR(2) "NVL(:CO_CARGO,'  ')",
DS_COMENTARIO   CHAR(255) "NVL(:DS_COMENTARIO,'                                                                                                                                                                                                                                                               ')",
DS_ARE_FUN_ITL_GRC  CHAR(100),
FX_INI_VIGENCIA CHAR(10),
FX_FIN_VIGENCIA CHAR(10) "NVL(:FX_FIN_VIGENCIA,'          ')",
CO_CUC_CLIENTE  CHAR(8),
CO_CUC_CABECERA CHAR(8),
CO_HITO CHAR(8),
DS_SIS_ORIGEN   CHAR(4),
CO_INTERLOCUTOR CHAR(15),
CO_TIPO_DOC CHAR(1),
CO_IDIOMA   CHAR(3)
)

The problem seems to be with the field “DS_COMENTARIO” since I am replacing the data with spaces of length 255 if the field is NULL.

I have a similar problem with other table and Control file also.

Could you please help me with this?

Thanks,
Savitha

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:25:33+00:00Added an answer on May 26, 2026 at 7:25 am

    Try

    DS_COMENTARIO CHAR(255) “NVL(:DS_COMENTARIO,LPAD(‘ ‘, 255, ‘ ‘)”,

    It basically pads a 1 Character string out to 255 characters.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting the following error on the line of code below: Syntax error (missing
I'm getting the error below for this SQL statement in VB.Net 'Fill in the
i am using asp.net (.net framework 2.0) i am getting below error for my
I'm getting below error while updating two tables using entity framework - Object with
I am getting below error. java.lang.NullPointerException 11-14 16:46:59.093: E/AndroidRuntime(4064): at android.content.ContextWrapper.getContentResolver(ContextWrapper.java:90) Using below code.
i am using hibernate as ORM tool, and while loading the data from table
I am getting a syntax error while using the DOCTYPE ... actually i have
I was changing the vc++ include directory with new paths suddenly getting below error
I am getting the below error when executing my application on a Windows XP
i'm getting the below error, When compiling the Asp.Net web deploy project Could not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.