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

  • SEARCH
  • Home
  • 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 6758039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:43:37+00:00 2026-05-26T13:43:37+00:00

I am using the external table approach with Oracle 11g to load data from

  • 0

I am using the external table approach with Oracle 11g to load data from files to the database.

The files come from external sources and are of standard format. However, my application does not need all the columns (fields in file) for each row. Is there a way I can specify which columns should be sourced and which should be ignored (by, for example, providing an offset).

  • 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-26T13:43:38+00:00Added an answer on May 26, 2026 at 1:43 pm

    Since your data file is fixed width, you can simply omit the portions of the line that you’re not interested in. There is no requirement that your field specifications are continuous.

    For example, rather than specifying

    (
      col1 (1:1) CHAR(1),
      col2 (2:2) CHAR(1),
      col3 (3:3) CHAR(1)
    )
    

    to load the first three characters in the line into a separate column, you could skip the second column and just load the first, third, and fourth positions in the file into three separate columns.

    (
      col1 (1:1) CHAR(1),
      col2 (3:3) CHAR(1),
      col3 (4:4) CHAR(1)
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wish to create an external table in an Oracle database, retrieving its data
TLDR; How do I read data from a table using Entity Framework, when the
I want to extract data from HTML table using Python script and save it
I'm trying to finish a little module from a reporting app using external dlls.
I'm using an external swf containing a number of font classes to load and
Visual studio 2005: I am moving from post build event to using the external
I am using external Users database for different projects. Now I have got School
I'm using a script to retrieve content from an external website, and the date
I'm using the pretty straightforward jQuery Tools Overlay setup to load external content into
I'm using Quartz.NET to schedule a job which loads a bunch of data from

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.