Are two loads with one .ctl file possible?

say i have table T1 with columns c1, c2, c3 and two comma delimited files f1 and f2. F1 an f2 has values corresponding to columns c1 and c2 where as c3 shud have the value of the file from which we are loading.
the following format of code gaave me an error
infile f1
into table T1
(c1 char(10),
c2 char(5),
c3 constant 'f1')
infile f2
into table T1
(c1 char(10),
c2 char(5),
c3 constant 'f2'
Got teh following error
SQL*Loader-350: Syntax error at line 42.
Expecting keyword INFILE, keyword INTO or end of file, found keyword infile.
INFILE 'mnpwr.txt'
where line 42 corresponds to second 'infile' statement.

SQL*Loader syntax confirms what you say Kevin
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/apa.htm#620714
Can define multiple infiles but can only load into one table per sql*load run

Similar Messages

  • I want to transfer my song one mac to another mac, just one or two songs with rating it's possible?

    I want to transfer my song one mac to another mac, just one or two songs with rating it's possible?

    I am pretty sure the ratings are stored in the main library file itself, not attached to the media files unlike things such as artist and album.  They therefore don't transfer with you adding the file to a different library.
    Check Dougscripts and see if there is a script that helps with this.  One solution would be to perhaps temporarily borrow an unused tag field such as grouping and have Dougscript "place this in that" put a copy of the rating in that field, then transfer it to back to rating when you add it to a second library. I haven't done this but it might work.

  • How to run two programs with one PC and two monitors

    Good Morning,
    I have a requirement to run a parallel loop and update the progress in two monitors with one computer.
    For ex: its a two test stage, the process and progress of the 1st stage needs to displayed in monitor1 and similarly for 2nd stage to monitor 2 with program running with one computer.Would it be possible to do that.
    Thanks in advance

    Hi Parker,
    yes, it's possible. You also have properties to set windows to specific monitors...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to print two sides with one page?

    I have a PDF that is one page long and I'd like to print the same thing twice (front and back) on one page. Can I do that?
    I've tried printing two copies with the printer set to double-sided, but it just printed two sheets with one side on each sheet.

    Well sure; Go back to the authoring application that created the documents and do a 2-UP page. Make the existingg page large enough to accomodate the extra content. Is that what you're asking or do you really mean print to a printer with a back up ? In that case just flip the page over and print page 2 on the other side.
    Or are we missing something ?

  • Can I use Logic Pro 9.1.6 on two computers with one licens

    I have download and install Logic Pro 9.1.6 on my MacBookPro 13". I record on location with my MacBook an wil edit and arrange the music on my iMac at home. Can I use Logic Pro 9.1.6 on two computers with one licens. I'm the owner of both computers. If it can where can I find the program on my MacBook? and how to install and register?

    Hi, is  the iMac also 10.6.8? I had an iMac die when 10.6.8 was installed, it worked at first but after some You Tube flash videos the screen just locked and no mouse clicking anywhere did anything. It turned out that most older iMacs [ mine was from august 2007] have a graghics chipset that can't handle Snow Leopard, there were [are?] 77 pages on this "locked screen"topic in the Snow Leopard forum. I checked out a web site that tells you how much your mac is worth by filling in the sereal number-mine was worth only $168, I may give it to a friend for his children to play with, although that seems unholy. I doubt anyone woud buy it,the problem is now so well known that even Apple certified resellars here in the Netherlands refuse to repair them,they claim Apple will revoke their certification if they replace the faulty Graphics unit,it is also VERY hard to get to that unit in an iMac, everything is so tightly packed inside.
    If your iMac is running Mountain Lion[10.8.0] you may have to change the app store preference to accept apps from all sites,normally ML will only allow app store apps to be downloaded.

  • How to sync two IPhone with one PC , but with different applications

    How to sync two IPhone with one PC , but with different applications ?
    We have two IPhones , but one PC , we want to sync separately , is that possible ?

    Absolutely, connect each phone, select what content you want on each phone, then hit the sync button. iTunes will keep everything straight, by device, upon subsequent syncs, including separate backups.

  • Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

    Hello, I am filtering by date
    DATEADD(d,DATEDIFF(d,0,GETDATE()),0), but
    doing like below gives me an error
    ADODB.Command error '800a0bb9'
    Arguments are of the wrong type, are out of acceptable range,
    or are in
    conflict with one another.
    /aa.asp, line 19
    line 19 is
    Recordset1_cmd.Parameters.Append
    Recordset1_cmd.CreateParameter("param1",
    135, 1, -1, Recordset1__MMColParam) ' adDBTimeStamp
    any one have any idea as to why
    grateful for any help
    thanks
    k
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <!--#include file="Connections/connpeepeek.asp" -->
    <%
    Dim Recordset1__MMColParam
    Recordset1__MMColParam =
    "DATEADD(dd,DATEDIFF(d,0,GETDATE()),0)"
    If (Request("MM_EmptyValue") <> "") Then
    Recordset1__MMColParam = Request("MM_EmptyValue")
    End If
    %>
    <%
    Dim Recordset1
    Dim Recordset1_cmd
    Dim Recordset1_numRows
    Set Recordset1_cmd = Server.CreateObject ("ADODB.Command")
    Recordset1_cmd.ActiveConnection = MM_connpeepeek_STRING
    Recordset1_cmd.CommandText = "SELECT usr_image1,
    dateimage_usr FROM
    diddle.ps_usr_image WHERE dateimage_usr = ?"
    Recordset1_cmd.Prepared = true
    Recordset1_cmd.Parameters.Append
    Recordset1_cmd.CreateParameter("param1",
    135, 1, -1, Recordset1__MMColParam) ' adDBTimeStamp
    Set Recordset1 = Recordset1_cmd.Execute
    Recordset1_numRows = 0
    %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    </body>
    </html>
    <%
    Recordset1.Close()
    Set Recordset1 = Nothing
    %>

    Ben,
    If dbo.TG_Account is a table in your FDM database, then you should be able to populate the recordset with:
    strSQLAcct = "SELECT Account FROM dbo.TG_Account"
    Set rsAcct = DW.DataAccess.farsFireHose(strSQLAcct, False)

  • HT204053 Use two phones with one iCloud account?

    Can you have two iphones with one iCloud account?

    Welcome to the Apple community.
    Absolutely. There is no problem whatsoever in using a single iCloud account for two phones. However, saying that, if the two phones are used by different people, it may well not be the best of ideas.

  • Syncing two iphones with one computer

    A co-worker and I share a secretary. We'd like to be able to sync our individual calendars (in Outlook '03) on our secretary's PC.
    Is this possible?

    UPDATE:
    Well I thought I figured it out when I realized iTunes gives you the option of syncing only selected calendars. My plan was to check only my calendar to sync with my phone and Gary's calendar to syn with his phone.
    Unfortunately, the option to sync only selected calendars is grayed out in iTunes. I can only check the "sync all calendars" box.
    Surely others have figured out how to sync two phones with one computer and only have the data you specify synced to the specific phone.
    Do I have to create another Windows user account where only Gary's calendar is maintained and then switch back and forth between user accounts whenever syncing?
    Any help would be much appreciated.

  • Print to two printers with one command?

    Is there a way to print the same document to two printers with one command? I'd like to have every document I print automatically saved as a PDF at the same time.
    Thanks,
    Mark.
    MacBook Pro (and 5 others)   Mac OS X (10.4.9)  

    That would be a good use of the PDF Services available in OS X. You can use PDF Services with AppleScript or an Automator workflow.
    Matt
    Mac Mini G4; B&W G3/300    

  • I have two iphones with one apple id. How do I set up 'find a phone'?

    have two iphones with one apple id. How do I set up 'find a phone'?

    To wjosten-
    I just posted a similar question asking HOW you get into a menu for 'my devices' in order to name them? Thanks!

  • Can we perform two actions with one button with two clicks one after other?

    Sir,
    can we perform two actions with one button with two clicks one after other?
    I want that when I click an Add Button first time it add data to the database and when I click again this button it clear the form data to empty fields.
    Regards
    Tanvir

    In code it should be easy.
    The following code adds a button called butman with a text "ADD".
    It then registers a listener that will be called if the button is clicked.
    This listener then calls the runAddData method if you clicked on butman while it contained the "ADD" text and it will call the runClearData method otherwise.
    Therefore it will swap the button's functionality between ADD and CLEAR on every click.
    final Button butman = new Button("ADD");
    butman.setOnAction(new EventHandler<ActionEvent>() {
              @Override
              public void handle(ActionEvent t) {
                        if (butman.getText().equals("ADD")) {
                                  butman.setText("CLEAR");
                                  runAddData();
                        } else {
                                  butman.setText("ADD");
                                  runClearData();
                        } // END IF-THEN
              }});I hope this is what you wanted.
    Some extra food for thought.
    You might want to run the ADD and CLEAR methods in their own threads so that it can run in the back ground, without slowing down your user interface.
    I also like to rather reuse one button for multiple functionality in stead of making an application with hundreds of nodes only used rarely with masses of code to show and hide them if needed.

  • How do you overlap PDF's and finish with one PDF file? Need help ASAP

    how do you overlap PDF's and finish with one PDF file?
    Need help ASAP

    I'm not sure if you can do that with CreatePDF.  Try it; you got one free use when you sign up with Acrobat.com
    If not, you will have to use Adobe Acrobat; there is a full-use 30 days trial.

  • Photos are automatically rated with one star upon import

    Hi. I've noticed recently that everytime I connect my camera and import my photos into LR that all of the photos are automatically rated with one star. Even when I go to select all, set rating to zero, nothing changes. What am I missing here and how does all of my photos automatically get rated upon import? It's annoying that I have unrate each and every single photo. I have looked all over and I can't find anything that mentions photos being rated automatically. Any advice is greatly appreciated.

    Check your import presets to see if one is selected that contains the one star assignment.

  • Re: How to create More two class with one object

    haii,
             i have small information How to create More two class with one object,
    bye
    bye
    babu

    Hello
    I assume you want to create multiple instance of your class.
    Assuming that you class is NOT a singleton then simply repeat the CREATE OBJECT statement as many times as you need.
    TYPES: begin of ty_s_class.
    TYPES: instance   TYPE REF TO zcl_myclass.
    TYPES: end of ty_s_class.
    DATA:
      lt_itab      TYPE STANDARD TABLE OF ty_s_class
                     WITH DEFAULT KEY,
      ls_record  TYPE ty_s_class.
      DO 10 TIMES.
        CLEAR: ls_record-instance.
        CREATE OBJECT ls_record-instance.
        APPEND ls_record TO lt_itab.
      ENDDO.
    Regards
      Uwe

Maybe you are looking for

  • Unable to syndicate same Remote System with differnt value

    Hi, I am working on MDM 7.1 SP05 and I have the following issue with syndication: I have a remote system table (Key Enabled) with System as Non-Qualifier and value as Qualifier and I have values in the MDM Datamanager as MDM ID, Remotesystem (Multiva

  • Error writing to file: C:\Program Files\iPod\bin\iPodService.exe...Help!!!

    I recently installed the newest version of iTunes however after installing I did not restart my computer right away. Instead I just waited until the next time I was going to turn my comp off and then back on. So when I turned my comp on the next time

  • Library 7EE

    Hello all, I am trying to create a report painter report which displays all the cost components on the columns and materials along the rows. I have chosen structure KKBE library 7EE to accomplish the task. However I cannot come up with the report I w

  • DBCON in 4.6c

    Hi gurus, Can DBCON work in SAP version 4.6c? Regards, Andre

  • ItemRenderer in List control

    Well guys, I seem stuck with a wall trying to make List control working with programmable dataProvider and itemRenderer defined as a component. The naive example from flex2 dev guide (p. 723 "Using an item renderer with a List control") is working fi