Does sql*loader supports .prg file.

Hi All,
I have a requirement to migrate data from .prg file (clipper) to Oracle 10g . What option i am having in my mind is to use SQL*LOADER to load data from .prg file to 10g . My query is . Is it possible to use .prg file in SQL*LOADER.

ya i also but is there any other way .

Similar Messages

  • SQL*loader support database columns Of Binary Double/Float

    Does SQL*loader support database columns Of Binary Double/Float when applying Direct Path?

    Why not use Google and find out for yourself.
    The first hit on Google is this
    Go see for yourself
    Regards
    FJ

  • SQL*Loader Sequential Data File Record Processing?

    If I use the conventional path will SQL*Loader process a data file sequentially from top to bottom?  I have a file comprised of header and detail records with no value found in the detail records that can be used to relate to the header records.  The only option is to derive a header value via a sequence (nextval) and then populate the detail records with the same value pulled from the same sequence (currval).  But for this to work SQL*Loader must process the file in the exact same sequence that the data has been written to the data file.  I've read through the 11g Oracle® Database Utilities SQL*Loader sections looking for proof that this is what will happen but haven't found this information and I don't want to assume that SQL*Loader will always process the data file records sequentially.
    Thank you

    Oracle Support responded with the following statement.
    "Yes, SQL*LOADER process data file from top to bottom.
    This was touched in the note below:
    SQL*Loader - How to Load a Single Logical Record from Physical Records which Include Linefeeds (Doc ID 160093.1)"
    Jason

  • Camera RAW does NOT yet support raw files for the new  Canon Sureshot S95

    Camera RAW does NOT yet support raw files for the new
    Canon Sureshot S95.
    Adobe, please can you provide an update asap

    Hello!
    I think that you need to be patient.
    There has not been any release of Camera Raw since the release of the camera.
    I recommend to try the next version once it will be released, as there might be preliminary support (and therefore not listed).
    Usually, Adobe is amongs the firsts to support a new camera.
    Even though the Camera Raw team is fielded with wonderful coders, I do not think that they do have a time machine to allow support before they have their hands on a camera

  • Does Photoshop Elements support raw files from the Panasonic GH3 camera?

    Does Photoshop Elements support raw files from the Panasonic GH3 camera?

    Yes, if you have PSE 11 (not the mac app store version). You will need to go to Help>Updates in the editor to update ACR to 7.3.

  • Does iPhoto 11 support RAW files from Nikon D800?

    Does iPhoto 11 support Raw files from a Nikon D800 or do I need to upgrade to Apeture? I am running 10.7.4. and currently use iPhoto '09

    Aperature and iPhoto use the same RAW support - you probably need to upgrade to iPhoto '11  - purchase from the App store, backup your iPhoto library and upgrade - the RAW support list is here
    LN

  • Does Elements 12 support Raw files from Nikon D610

    Does Elements 12 support Raw files from Nikon D610

    Yes, as long as you update your camera raw plug-in (ACR) to version 8.3 using Help / Updates… in the PSE Editor.

  • Does this version support raw files?

    does this version support raw files?

    Kind of. Any RAW files can be imported by uploading them to Creative Cloud first. Even then, it's very basic; just importing and working with images like other image types; no RAW adjustments like those available in Camera Raw or Lightroom.
    Note this implies to existing supported camera RAW files. I'm not sure about brand-new cameras. (Usually, Adobe gets around to those cameras but it's not immediate.) Try it anyway if you're not sure.

  • Does Oracle Tutor support ".xlsm" file format ?

    Does Oracle Tutor support ".xlsm" file format ? Where to find the list of supported file formats?
    Customer is using Microsoft Office Professional Plus 2010 and EBS R12.1.3.
    Thx,
    Phil.

    Fonzi,
    Good, then we are talking about the same thing when it comes to states.  The following defines all the digital logic states our hardware supports:
    http://zone.ni.com/reference/en-XX/help/370520K-01​/hsdio/flogic_states/
    A note in that document states the hardware modules that can support all the digital states.  The 6541 can still accept the WDT data type, since in your code it did let you.  It just doesn't support some of the digital states that it contains.  Since it doesn't have hardware compares, it can't handle the compare states.  If the WDT only had 
    You are correct, you must use the WDT when using the extended digital states.  Its documented here:
    http://zone.ni.com/reference/en-XX/help/370520J-01​/hsdio/digitalwaveformdata/
    All of my resources have been found in the NI-HSDIO Digital Waveform Generator/Analyzer Help file, which is installed onto your computer with the HSDIO driver.  An online version can be found here:
    http://zone.ni.com/reference/en-XX/help/370520K-01​/
    Product Support Engineer
    National Instruments

  • Does SQL Developer support OS Authentication?  Will it?

    Does SQL Developer support OS Authentication connections? If not will it in the future?

    Given this has the SQL Developer been changed to remove the requirement of adding a password for an OS authenticated account? These users also have the ability to access the DB via applications and the fact that they don't have to enter a password right now is ideal. I really don't want to have to add a password for them. Will this be changed within SQL Developer?

  • Does 5800 Xpressmusic supports word files and acro...

    Does 5800 Xpressmusic supports word files and acrobat reader files?One has to download the application manually to run these related files or these applications are already there in phone

    You need Quickoffice to read MS Office files and Adobe Reader to read PDFs. Neither is preinstalled in the 5800XM, but you can download them from the phone's Download! application.

  • SQL loader and stream files with new line '

    I have been trying unsuccessfully to load EDI files using SQL loader. The problem
    is that the lines are terminated by ' and when I use the stream file option it does
    not recognise the line terminator given. As I understand it from the documentation
    this should work - but it does not. I have also used the Hex option with no better
    result. Does anyone have any ideas ?
    I can and have used tr "[']" "[\n]" in Unix to convert the ' to newlines - I just
    wonder am I missing something in SQL loader which will allow me to do this ?
    This is the sql loader control file
    LOAD DATA
    INFILE 'WS860685.MFD' "Str ''' "
    BADFILE 'WS860685.bad'
    DISCARDFILE 'WS860685.dsc'
    INTO TABLE "DUND1"."EDI_LOADED_TEMP"
    REPLACE
    FIELDS TERMINATED BY '+'
    TRAILING NULLCOLS
    (L1,
    L2,
    L3,
    L4,
    L5,
    L6,
    L7,
    L8,
    L9,
    L10,
    L11,
    L12,
    L13,
    L14,
    L15,
    L16,
    L17,
    L18,
    L19,
    L20,
    L21,
    L22,
    L23,
    L24,
    L25,
    L26,
    L27,
    L28,
    L29,
    L30,
    L31,
    L32,
    L33,
    L34,
    L35,
    L36,
    L37,
    L38,
    L39,
    L40,
    LNO)
    Heres a sample of the data
    UNB+UNOA:2+5398888501357+5398888501838+080306:0737+395+ DESADV+++1'UNH+0001+DESADV:D:93A:UN:EAN004'

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:6020061915147
    answers this question perfectly

  • SQL LOADER LPAD CONTROL FILE QUESTION

    Hi, inthe flat file
    company_cd is "1" or "01"
    and center_cd is 3 digits... ex: "493"
    in the table the userid coulmn should be 6 digits
    currently i am getting this as userid in the table
    "010493" is right, because company_cd is "01"
    "10493" is not right, because company_cd is "1"
    if company_cd is 2 digits(01) i am getting 6 digits userid which is OK
    but when company_cd is singile digit(1) i am getting 5 digits userid
    I NEED TO LPAD with 0 in the front when company_cd is "1"any suggetions ???????
    ***********This is the code i am using currently in the CTL file for userid**********
    ,USERID "CONCAT(substr(trim(:company_cd),1,2),lpad(trim(:center_cd),4,0))"
    .......Thank You..........
    Edited by: phani_Marella on Aug 28, 2012 11:12 AM

    Now where does company 'coz' come from all of a sudden?
    I'm sure you read {message:id=9360002} , hence my confusion.
    Anyway, the SQL*Loader forum is @ Export/Import/SQL Loader & External Tables

  • Does sql loader erase records?

    When I use the sql loader for an existing table, does it clear the table of records and copy everything over...or does it simply add records? I don't want to go into the table and change everything w/o first finding out. Thanks for the help.
    Cary =)

    It depends on what you've specified in the control file. You can specify commands like insert, replace, truncate and append. I suggest you read the Oracle Utilities manual for your particular version for more information. There's also some good examples in the manuals. You can find Oracle manuals online at http://tahiti.oracle.com.
    I don't want to go into the table and change everything w/o first finding out. I hope this statement doesn't mean you try things in a production environment without testing them first.

  • SQL Loader and control file

    I know I've done this before but, I don't use SQL Loader often and I'm having issues getting a file to load.
    The table has 6 columns in it - one of which is a timestamp.
    I was having issues loading it initially with date format issues. I ruled out any issues with the timestamp format by simply loading a dummy table with some timestamp based data and had no issue.
    So - I think the issue is around the fact that the table I'm loading's first column being a value I'm attempting to default with a sequence when loading and - that I'm screwing up something there.
    Table is as such:
    CREATE TABLE ACS_IPS
        (seq_ips NUMBER,
        col2   VARCHAR2(100),
        col3  VARCHAR2(100),
        col4    VARCHAR2(100),
        col5 TIMESTAMP,
        col6    VARCHAR2(100),
        col7    VARCHAR2(100),
        col8 DATE  DEFAULT SYSDATE NOT NULL,
        col9 VARCHAR2(30) DEFAULT USER);The control file is:
    load data
    truncate
    into table acs_ips
    fields terminated by ","
    trailing nullcols
        seq_ips "seq_ips.nextval",
        col2,
        col3,
        col4,
        col5 TIMESTAMP "YYYY-MM-DD HH24:MI:SS.FF9",
        col6,
        col7
        )The sequence column isn't in the file being loaded... and - there are additional columns that are defaulted on the table that aren't in the control file.
    Any help is appreciated... The error I'm getting is:
    Rejected - Error on table CAMS.ACS_IPS, column ACTION_START.
    ORA-01841: (full) year must be between -4713 and +9999, and not be 0

    Yeah - not sure that clears it up...
    The sequence in my table is the first column - and - I think that's the problem... the sequence is being loaded as the first column in the control file but - it's not in the file being loaded so - it's skewing (again - I think??) the data being read in - which is why I'm getting the timestamp issues on the one column (it's actually reading the next column in the file vs. the actual timestamp one).
    If that's the issue - I'm not sure how to avoid it without restructuring the table to stick the sequence physically at the end. I'm certain that's not necessary and - I'm overlooking something that's otherwise simple but evading me.

Maybe you are looking for

  • Updated iTunes - Requires QT Update - I'm S.O.L. Catch 22

    Hello, I just updated my iTunes software, and it told me I had to update the QuickTIme to run it as well. I tried to update my QuickTime and it tells me I can't update it with my OS. Now my iTunes will not work at all. What can I do?

  • My tools palette has disappeared

    To say I am a novice at InDesign would be to insult most novices.  But I do put out a decent product knowing just what I need to know and bumbling my way through the rest. So today I am working and suddenly my tools palette disappears.  I closed the

  • ITunes store does not match that of the gift card...

    I got a gift card from Germany and live in Switzerland. Apple support recommends to give it away to somebody living in Germany or so... Not very helpfull ! In internet there are some blogs how to install an account in a foreign country, but you have

  • Trouble Installing Camera Raw 4.1 on Windows Vista Computer

    I have CS3 and I used Adobe Updater to upgrade to Camera Raw 4.1. I already have 4.0 installed. For some reason, I get an error when I try to install 4.1. The updater gives no reason, just that it cannot (after several tries) install 4.1 on my comput

  • Themes not installed

    I thought I installed the latest iLife 11, but on the eve of my grandson's 4th birthday, I CAN NOT CREATE DVDs of the iMovies I have spent days putting together! As a matter of fact, I KNOW I installed iDVD thrice, correctly. The message told me I wa