Get error in the collection

Hi gurus

I read about collection and practice but I got stuck in the following codes:

-----------------------

Code

DECLARE

RECORD IS of TYPE RecordTyp (employees.last_name%TYPE, the last

ID employees.employee_id%TYPE);

REC1 RecordTyp;

-type rec1 is the RecordTyp table;

BEGIN

SELECT last_name, employee_id bulk collect INTO rec1

WHERE ROWNUM < 2 employees;

DBMS_OUTPUT. PUT_LINE

(' Employee #' | rec1.id |) ' = ' || REC1. (Last);

END;

------------------------------------------------------------------------

Error

Error from the 1 in the command line:

DECLARE

RECORD IS of TYPE RecordTyp (employees.last_name%TYPE, the last

ID employees.employee_id%TYPE);

REC1 RecordTyp;

-type rec1 is the RecordTyp table;

BEGIN

SELECT last_name, employee_id bulk collect INTO rec1

WHERE ROWNUM < 2 employees;

DBMS_OUTPUT. PUT_LINE

(' Employee #' | rec1.id |) ' = ' || REC1. (Last);

END;

Error report:

ORA-06550: line 7, column 51:

00497 PLS: do not mix between row and several rows (in BULK) list

ORA-06550: line 8, column 6:

PL/SQL: ORA-00904: invalid identifier

ORA-06550: line 7, column 3:

PL/SQL: SQL statement ignored

06550 00000 - "line %s, column % s:\n%s".

* Cause: Usually a PL/SQL compilation error.

* Action:

-----------------------

Please guide

Note: if I remove bulk collect then its works fine.

You bulk collect into an array. Maybe say you something like

declare
  type recordtyp is record(
     last emp.ename%type
    ,id   emp.empno%type);
  type recordtyparray is table of recordtyp;
  rec1 recordtyparray;
begin
  select ename
        ,empno bulk collect
    into rec1
    from emp
   where rownum < 2;
  dbms_output.put_line('Employee #' || rec1(1).id || ' = ' || rec1(1).last);
end;

BTW, CODE uppercase: it is very old.

Also, even if it is good to practice using these features for when you might need them, 99

times out of 100 you shouldn't use liaison in bulk and in PL/SQL loops when pure SQL would.

Tags: Database

Similar Questions

  • Getting errors on the 3 Windows updates: 2699988, 270162, 2685939. On the first try error codes were 0 x 80246007 and 0x8007010B

    Getting errors on the 3 Windows updates: 2699988, 270162, 2685939.  On the first try error codes have been 0 x 80246007 for all 3, try subsequent was 0x8007010B.

    Configuration is Windows XP SP3 with MSIE6 (test the system reads old browser).  Any suggestions?

    Original title: get errors on the 3 Windows updates

    Maybe: http://support.microsoft.com/kb/958042

    When you try to install the updates on the Windows Update Web site or the Microsoft Update Web site, you may receive a "0 x 80246007" error code

  • Get errors for the user input data filter no KB 911895 HID

    OT: iI have windows xp S/P 3 installed also apple i pad I get errors for the user input data filter no KB 911895 HID
    What should I do to get rid of this popup that wizzard windows keeps giving me?

    Hi Graybeard,

    What is the exact error message you get?

    HID Non-User Input data filter is an optional update. I suggest you try the steps from the following link:

    The screen saver does not start after the installation of a wireless pointing device
    http://support.Microsoft.com/kb/913405

    What version of the operating system Windows am I running?
    http://Windows.Microsoft.com/en-us/Windows7/help/which-version-of-the-Windows-operating-system-am-i-running

    Troubleshooting Windows Update or Microsoft Update when you are repeatedly offered an update
    http://support.Microsoft.com/kb/910339

  • I can't send an e-mail as a group, with or without an attachment, I always get error 0x800CCC0B the message, I have outlook express.

    cannot send error 0x800CCC0B group

    I can't send an e-mail as a group, with or without an attachment, I always get error 0x800CCC0B the message, I have outlook express (not sure which version) under XP, I used to be able to send a group with 500 more emails in it, I tried to narrow the group to 200, but it makes no difference can anyone help?
    Check out this link. Apparently there is a max of 100 recipients simultaneously and they also will disable your account temporarily if you try many times.
     
     
  • I recently upgraded to Photoshop cc (2015) and Windows 10.  Now I get error messages - "the extension of com.adobe.preview.loader could not be loaded because it was not properly signed.  And when I try to open a dng file, it comes up with "cannot be compl

    I recently upgraded to Photoshop cc (2015) and Windows 10.  Now I get error messages - "the extension of com.adobe.preview.loader could not be loaded because it was not properly signed.

    When I try to open a dng file, it comes up with "could not complete your request because it is not the right type of doc.  Now I have "expansion of libraries could not be loaded because it was not properly signed.

    Any help would be greatly appreciated.  The program worked perfectly in the past.

    I contacted Support Adobe this morning, and they were able to solve the problem.  It was difficult.

  • I downloaded the latest version of the DNG Converter Camera Raw version 9.1.1 for windows. However, I get error install the update saying "error opening file for writing. Also on my help menu updates is not active?

    I downloaded the latest version of the DNG Converter Camera Raw version 9.1.1 for windows. However, I get error install the update saying "error opening file for writing. Also on my help menu updates is not active?

    If the installation program itself fails to open and run. Download it again maybe your current download is corrupted. Also, what OS you are using and you are an administrator with permission to install.

  • Lightroom starts but then I get "error reading the preview cache. LR needs to stop smoking.  Will try next time it starts. I restart from scratch and the same thing happens.  Help please!

    Lightroom starts but then I get "error reading the preview cache. LR needs to stop smoking.  Will try next time it starts. I restart from scratch and the same thing happens.  Help please!

    In the same folder that your catalog file is stored in, there is a subfolder whose name ends with Previews.LRDATA. Delete this subfolder whose name ends with Previews.LRDATA. Do not remove anything else.

  • Verity &amp; lt; cfsearch &amp; gt; Returns &amp; quot; collection is not &amp; quot; error - when the collection is

    I created a collection using the Coldfusion Administrator - and this shows when viewing of all collections. I also filled the collection using < cfindex > - by using a SQL query - and that seems to work well. He put 117 entries in the collection - and this appears also in the Coldfusion Administrator recoveries.

    The problem is when I try to search the collection with the < cfsearch > tag, it returns an error indicating "collection that you specified does not exist or is not registered with the ColdFusion Search Service."

    I can see the collection that I'm looking for is. Is there anything else I need to do to get the < cfsearch > function to find the collection? I tried to repair the collection, the collection optimization, even delete and recreate - nothing seems to work. I Specifies the full path to the collection in my cfsearch, so that shouldn't be the problem.

    Y at - it another command or feature, I need to run?

    Thank you!!! Pamela

    Quote:
    I Specifies the full path to the collection in my cfsearch

    Not sure if this is the problem. The path exists in the CFAdmin. You can see the name of the collection in the cfsearch tag.

    Code to see the attachment, you can do a cfdump to see what the results are returned.

  • I get errors during the installation of Download Helper

    I've updated to FF 4. XX and lost my Download Helper. I also had a lot of memory problems and blocking. I uninstalled FF 4 and returned to FF 3.6.17. Now, I can't reinstall Download Helper. I keep getting and error towards the end of the installation. The error reads as follows.

    Firefox could not install the file at
    http://releases.Mozilla.org/pub, mozilla.org/addons/3003/videos_downloadhelper=4.9.3-sm+fx.xpi

    Because: unexpected Setup error
    Review the error Log from the Console for more details.
    -203

    I went and found the error log and it says to clear my cache and or wait a few hours and try again. It's been several weeks and I can always install it. I tried to completely uninstall the Download Helper and reinstall and get the same error.

    In addition, from time to time when I run FF he asks me upgrade Download Helper, that brings me to believe it's to see. If I allow him to upgrade the same error occurs. I'm puzzled!

    Try to locate your Firefox user (http://kb.mozillazine.org/Profile_folder_-_Firefox) profile directory and delete (or rename) these files:

       extensions.ini
       extensions.cache
       extensions.rdf
       extensions.sqlite
       extensions.sqlite-journal
    

    Source: _ http://kb.mozillazine.org/Firefox: _Issues_:_Can % 27t_Install_Themes_or_Extensions #Corrupt_extension_files

  • Why am I getting errors on the updates of windows I have vista and receive updates for xp with 0000057e erros

    Windows Update error

    Hello Sir Edward Parker,

    Thank you for using answers.microsoft.com

    Follow these steps to solve the problem.

    -->> Go to Windows Update and search for an update marked "Failed".
    -->> Click on "View Update History".
    -->> When you see the update history, click the link as if you were going to download the update.
    -->> Do not download, but instead, click 'Run' and run the update.
    -->> During the update, you will get errors - JUST click ON 'Ignore' and go through the errors.
    -->> The update complete, although history will show always 'Impossible' for once.
    -->> Next time Windows Update is run, she sees that the update takes place and mark the update given as a 'success'

    That should solve the problem for you.
    Thank you.

    UDAY $012 please let me know that whether the solution worked or not, I thank you and appreciate your comments. URGO

  • When you try to copy a. DAT in Vista file, get error 0x80070057L, the parameter is incorrect

    I tried to copy a *. DAT file from a CD on my HARD drive. During the last 5 seconds, I always get the following error message:

    Error 0x80070057L the parameter is incorrect

    I am able to open the file, but can not copy. I tried on my laptop (Vista SP1) and on an another desktop running XP and get the same error.

    What causes this problem?

    Hello

    The problem occurs when you try to copy other files?

    Check if you can copy files in Mode without failure.

    Refer to this article for help:
    http://Windows.Microsoft.com/en-CA/Windows7/start-your-computer-in-safe-mode

    Kind regards
    Afzal Taher
    Microsoft technical support engineer

  • Cannot install Dragon Naturally Speaking 12 on Windows 7 PC getting error 1321: the installer has insufficient privileges.

    When the program is instalingl I get a: error 1321 the installer has o priveliges insuficient editing the file. C:\Program data\microsoft\windows\start menu\programs\dragon speaking.12.0\about dragon 12.0.ink naturally natrually. I havve summer running DNS 11.5 for more than a year, without any problem.

    Herman

    You should check their support site:

    http://www.nuance.com/support/Dragon-NaturallySpeaking/index.htm

  • Error in the collection

    Hi gurus

    I was reading one of the question posed by the link below and I made some changes to fix it but get, I really appreciate if someone help me out and tell me the reason for this error:

    Link

    http://www.plsqlchallenge.com/pls/Apex/f?p=10000:23:6322319279964:no:TTQ_COMP_EVENT_ID, P23_QUIZ_ID:655852, 1105762 & cs = 1...

    The call to procedure through code below

    SET serveroutput ON;

    DECLARE

    l_strings plch_strings_t: = plch_strings_t('John','Paul','Ringo','George');

    BEGIN

    plch_shows (l_strings);

    END;

    Real procedure

    Set serveroutput on
    CREATE OR REPLACE PROCEDURE plch_shows (strings_in IN plch_strings_t)
    IS
    TYPE by_string_t IS TABLE OF varchar2 (100) INDEX OF VARCHAR2 (100);
    l_new_order by_string_t;
    l_index VARCHAR2 (100);
    BEGIN
    dbms_output.put_line ('four-horse man');
    FOR indx IN 1.strings_in.count
    loop
    l_new_order (strings_in (indx)): = SYSDATE;
    dbms_output.put_line (l_new_order (strings_in (indx)));
    END loop;
    -FOR j IN 1.l_new_order
    -loop
    -Null;
    -End loop;
    l_index: = l_new_order. FIRST;
    While (l_index < l_new_order.count)
    loop
    dbms_output.put_line (l_new_order (l_index));
    l_index: = l_new_order. Next (l_index);
    end loop;

    end;

    Error

    Error at startup on line 2 of the command:

    DECLARE

    l_strings plch_strings_t: = plch_strings_t('John','Paul','Ringo','George');

    BEGIN

    plch_shows (l_strings);

    END;

    Error report:

    ORA-06502: PL/SQL: digital or value error: character of number conversion error

    ORA-06512: at "SCOTT. PLCH_SHOWS', line 18

    ORA-06512: at line 4 level

    06502 00000 - "PL/SQL: digital error or the value of %s.

    * Cause:

    * Action:

    The horse four man

    18 MAY 15

    18 MAY 15

    18 MAY 15

    18 MAY 15

    Concerning

    Muzz

    Look at:

    While (l_index<>

    l_new_order. Count is the NUMBER l_index is the string. What you probably mean:

    While (l_index<>

    SY.

  • Get error in the merge statement

    Version of Oracle, Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    Hi gurus

    I am trying to perform the merge statement using the clause, but I get the error message, see below my sample data:

    Examples of data

    DROP TABLE OF BILLING;

    DROP TABLE GROUP_MST;

    DROP TABLE age_max;

    CREATE ARRAY OF BILLING

    (

    BILLING_ID NUMBER (5),

    RATE NUMBER (5),

    MAXIMUM_AGE NUMBER (5),

    package_id NUMBER (5)

    );

    INSERT

    IN BILLING

    (SELECT 11,1,10,100 FROM DUAL

    UNION ALL

    SELECT 12,2,15,100 FROM DUAL

    UNION ALL

    SELECT 13,3,20,100 FROM DUAL

    );

    CREATE TABLE GROUP_MST

    (group_number NUMBER (5), package_id NUMBER (5))

    );

    INSERT INTO GROUP_MST

    (SELECT DOUBLE 5 000 100

    );

    -------

    CREATE TABLE AGE_MAX

    (group_number NUMBER (5), max_age NUMBER (5))

    );

    INSERT

    IN AGE_MAX

    (SELECT 5000,60 FROM DUAL

    );

    Merge statement

    MERGE INTO DRC USING billing

    (WITH datum1 AS

    (SELECT A.group_number,

    b.billing_id,

    b.rate,

    b.maximum_age,

    b.package_id

    OF group_mst A,.

    b billing

    WHERE A.package_id = b.package_id

    ),

    datum2 AS

    (SELECT max_age, group_number FROM age_max

    )

    SELECT * FROM A, b WHERE A.group_number = b.group_number datum2 datum1

    )

    CBC ON (drc.billing_id = src.billing_id)

    WHEN MATCHED THEN

    UPDATE SET drc.maximum_age = src.max_age - 1;

    Error

    Error from the 33 in the command line:

    MERGE INTO DRC USING billing

    (WITH datum1 AS

    (SELECT A.group_number,

    b.billing_id,

    b.rate,

    b.maximum_age,

    b.package_id

    OF group_mst A,.

    b billing

    WHERE A.package_id = b.package_id

    ),

    datum2 AS

    (SELECT max_age, group_number FROM age_max

    )

    SELECT * FROM A, b WHERE A.group_number = b.group_number datum2 datum1

    )

    CBC ON (drc.billing_id = src.billing_id)

    WHEN MATCHED THEN

    UPDATE SET drc.maximum_age = src.max_age - 1

    Error in the command line: 50 column: 1

    Error report:

    SQL error: ORA-00918: column ambiguously defined

    00918 00000 - "ambiguously defined column.

    * Cause:

    * Action:

    Thanks in advance

    Concerning

    Shu

    WITH datum1 AS (SELECT A.group_number,

    b.billing_id,

    b.rate,

    b.maximum_age,

    b.package_id

    OF group_mst A, b billing

    WHERE A.package_id = b.package_id),

    datum2 AS (SELECT max_age, group_number FROM age_max)

    SELECT A.*, b.max_age, b.group_number as group_number_b - ERROR HERE

    OF datum1 A, b datum2

    WHERE A.group_number = b.group_number

  • Get error in the Interface

    Hello

    I created an interfcace with some left joins between tables.
    But when I run this interface I get error at step 3 LOAD data.

    java.lang.NumberFormatException
    in Java.Math.BigDecimal. < init > (BigDecimal.java:459)
    in Java.Math.BigDecimal. < init > (BigDecimal.java:728)
    at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java:2077)
    at com.sunopsis.sql.SnpsQuery.addBatch(SnpsQuery.java:122)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeUpdate(SnpSessTaskSql.java:3034)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java:729)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2815)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:322)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:237)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:794)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:662)

    But when I run the same codeon DB it works very well and insert lines with no problems.
    All the source and target tables are Oracle.
    I am stuck here. :(

    Please help me. :)
    Code giving FYR not loading the data.

    Select
    MTP_LINEUP. SPEED C1_S1,
    TABLE_PATTERN. MODEL C2_PATTERN,
    TO_DATE (to_char (MTP_CONVERSION. THE YEAR), "RR") C3_CREATED,.
    MTP_LINEUP. LOAD_SINGLE C4_LS1,
    MTP_LINEUP. LOAD_DUAL C5_LD1,
    MTP_CONVERSION. LINEUP_IND C6_LUP,
    MTP_CONVERSION. CAB C7_BSJCODE
    TABLE_SIZE. RIM C8_RIM,
    TABLE_SIZE. WIDTH C9_WIDTH,
    TABLE_SIZE. SERIES C10_SERIE,
    DECODE (TABLE_CUSTOMER. OE, "true", "OE", "TR") C11_USE,.
    TABLE_BCAT. MARK C12_BRAND,
    DAI. C13_MUNO MUNO,
    NVL (DAI. RRW, 0,0) C14_RRW,.
    DAI. ABC C15_ABC,
    Case
    When TABLE_SIZE. SERIES IS NULL then to_char (TABLE_SIZE. WIDTH)
    Of another to_char (TABLE_SIZE. WIDTH) | » /'|| TO_CHAR (TABLE_SIZE. SERIES)
    End C16_PLT
    Case
    When length (to_char (nvl2 (MTP_CONVERSION. IPC, MTP_CONVERSION. IPC, MTP_CONVERSION. DPW))) < 5 then to_char ("0" | to_char (nvl2 (MTP_CONVERSION.) IPC, MTP_CONVERSION. IPC, MTP_CONVERSION. DPW)))
    Of another to_char (nvl2 (MTP_CONVERSION. IPC, MTP_CONVERSION. IPC, MTP_CONVERSION. DPW))
    End C17_MASTERPRODUCTID
    MTP_CONVERSION. PRODUCT_DESCRIPTION C18_DESCRIPTION,
    TABLE_BCAT_SALES. BUDG_CAT_SALES C19_PRODUCTGROUPID,
    MTP_CONVERSION. PSG C20_MTPCODE,
    TABLE_SIZE. SIZE_DESIGNATION C21_TYRESIZE,
    GLOBAL_CATEGORY. GLOBAL_CATEGORY C22_GLOBALCATEGORY,
    TABLE_BCAT_SALES. BUDG_CAT_SALES C23_NEWBCAT,
    MTP_CONVERSION. IPC C24_IPCCODE,
    Case
    When length (to_char (nvl2 (MTP_CONVERSION. IPC, MTP_CONVERSION. IPC, MTP_CONVERSION. DPW))) < 5 then to_char ("0" | to_char (nvl2 (MTP_CONVERSION.) IPC, MTP_CONVERSION. IPC, MTP_CONVERSION. DPW)))
    Of another to_char (nvl2 (MTP_CONVERSION. IPC, MTP_CONVERSION. IPC, MTP_CONVERSION. DPW))
    End
    C25_PRODUCTCODE,
    TABLE_BCAT_SALES. BUDG_GROUP_SALES C26_BUDGETGROUP,
    MTP_CONVERSION. PRODUCT_DESCRIPTION C27_DESCRIPTIONLNG,
    DECODE (TABLE_PATTERN. C28_SEASON of WINTER, 'No', ' summer ',' winter ').
    TABLE_LOAD_CAT. PR C29_PLYRATE,
    TABLE_INFL_TYPE. INFL_TYPE_ABR C30_INFLATIONTYPE,
    TABLE_CUSTOMER. C31_CUSTOMER CUSTOMER,
    VEHICLE. C32_VEHICLE OF THE VEHICLE,
    TO_DATE (nvl (DAI. MPDATE, ' 20000101'), 'YYYYMMDD') C33_EARLIESTMPDATE,.
    WARRANTY. MTP_WARR C34_OEWAR,
    TO_DATE (DAI. LAUNCHDATE, 'YYYYMMDD') C35_LAUNCHDATE,.
    NVL (DAI. GROSSWEIGHT, 0,0) C36_WEIGHTGROSS,.
    NVL (DAI. VOLUME, 0) C37_VOLUME,
    LINEUP. OPERATIONAL_MFO C38_MFO,
    LINEUP. OPERATIONAL_LSCM_SOURCE C39_LSCMSOURCE,
    LINEUP. OPERATIONAL_POLE C40_POLE,
    LINEUP. OPERATIONAL_SOURCING C41_SOURCING
    of OMPODI. LINEUP LINEUP, OMPODI. MTP_LINEUP MTP_LINEUP, OMPODI. GLOBAL_CATEGORY GLOBAL_CATEGORY, OMPODI. TABLE_PATTERN TABLE_PATTERN, OMPODI. TABLE_BCAT_SALES TABLE_BCAT_SALES, OMPODI. TABLE_CUSTOMER TABLE_CUSTOMER, OMPODI. TABLE_SIZE TABLE_SIZE, OMPODI. DAI DAILYMATMAS, OMPODI. TABLE_BCAT TABLE_BCAT, OMPODI. TABLE_INFL_TYPE TABLE_INFL_TYPE, OMPODI. TABLE_LOAD_CAT TABLE_LOAD_CAT, OMPODI. WARRANTY, OMPODI. VEHICLE, OMPODI. MTP_CONVERSION MTP_CONVERSION
    where (1 = 1)
    And (TABLE_BCAT_SALES. BUDG_GROUP_SALES in ("PR", "TRC", '4 x 4'))

    And (MTP_CONVERSION. PSG = GLOBAL_CATEGORY. PSG (+))
    AND (MTP_CONVERSION. PSG = MTP_LINEUP. PSG (+))
    AND (MTP_CONVERSION. PSG = VEHICLE. PSG (+))
    AND (MTP_CONVERSION. PSG = LINEUP. PSG (+))
    AND (MTP_CONVERSION. PSG = WARRANTY. PSG (+))
    AND (MTP_CONVERSION. IPC = DAI. MATERIALNUMBER (+))
    AND (MTP_LINEUP. CUSTOMER_CODE = TABLE_CUSTOMER. CUSTOMER_CODE (+))
    AND (MTP_LINEUP. LOAD_CAT_CODE = TABLE_LOAD_CAT. LOAD_CAT_CODE (+))
    AND (MTP_LINEUP. INFL_TYPE_CODE = TABLE_INFL_TYPE. INFL_TYPE_CODE (+))
    AND (MTP_LINEUP. TABLE_SIZE = SIZE_CODE. SIZE_CODE (+))
    AND (MTP_LINEUP. BCAT_CODE = TABLE_BCAT. BCAT_CODE (+))
    AND (MTP_LINEUP. PATTERN_CODE = TABLE_PATTERN. PATTERN_CODE (+))
    AND (MTP_LINEUP. BCATS_CODE = TABLE_BCAT_SALES. BCATS_CODE)

    and

    targte is like

    insert into OMPODI. C$ _0NEWBSMASTERTYRE
    (
    C1_S1,
    C2_PATTERN,
    C3_CREATED,
    C4_LS1,
    C5_LD1,
    C6_LUP,
    C7_BSJCODE,
    C8_RIM,
    C9_WIDTH,
    C10_SERIE,
    C11_USE,
    C12_BRAND,
    C13_MUNO,
    C14_RRW,
    C15_ABC,
    C16_PLT,
    C17_MASTERPRODUCTID,
    C18_DESCRIPTION,
    C19_PRODUCTGROUPID,
    C20_MTPCODE,
    C21_TYRESIZE,
    C22_GLOBALCATEGORY,
    C23_NEWBCAT,
    C24_IPCCODE,
    C25_PRODUCTCODE,
    C26_BUDGETGROUP,
    C27_DESCRIPTIONLNG,
    C28_SEASON,
    C29_PLYRATE,
    C30_INFLATIONTYPE,
    C31_CUSTOMER,
    C32_VEHICLE,
    C33_EARLIESTMPDATE,
    C34_OEWAR,
    C35_LAUNCHDATE,
    C36_WEIGHTGROSS,
    C37_VOLUME,
    C38_MFO,
    C39_LSCMSOURCE,
    C40_POLE,
    C41_SOURCING
    )
    values
    (
    : C1_S1,.
    : C2_PATTERN,.
    : C3_CREATED,.
    : C4_LS1,.
    : C5_LD1,.
    : C6_LUP,.
    : C7_BSJCODE,.
    : C8_RIM,.
    : C9_WIDTH,.
    : C10_SERIE,.
    : C11_USE,.
    : C12_BRAND,.
    : C13_MUNO,.
    : C14_RRW,.
    : C15_ABC,.
    : C16_PLT,.
    : C17_MASTERPRODUCTID,.
    : C18_DESCRIPTION,.
    : C19_PRODUCTGROUPID,.
    : C20_MTPCODE,.
    : C21_TYRESIZE,.
    : C22_GLOBALCATEGORY,.
    : C23_NEWBCAT,.
    : C24_IPCCODE,.
    : C25_PRODUCTCODE,.
    : C26_BUDGETGROUP,.
    : C27_DESCRIPTIONLNG,.
    : C28_SEASON,.
    : C29_PLYRATE,.
    : C30_INFLATIONTYPE,.
    : C31_CUSTOMER,.
    : C32_VEHICLE,.
    : C33_EARLIESTMPDATE,.
    : C34_OEWAR,.
    : C35_LAUNCHDATE,.
    : C36_WEIGHTGROSS,.
    : C37_VOLUME,.
    : C38_MFO,.
    : C39_LSCMSOURCE,.
    : C40_POLE,.
    : C41_SOURCING
    )

    Yes, with the relevant metadata, it's pretty hard for debugging on a forum. I suggest that you take a look at the column of the target data store to ensure that they correspond to the results of the SQL source, data types.

    Kind regards
    Michael Rainey

Maybe you are looking for

  • Need help with warranty in India

    Toshiba customer,. I bought Toshiba canvio v63600-C external 1 TB HDD of the Qatar with S/n 13QZTL8TTSX4 and P/N: HDTC610EK3B1 purchased on date 07/07/2013 with a 3-year international warranty, but lately the last week 1 is having problems when the d

  • Apple Watch and health kit synchronization

    I have a question about the Apple Watch and the integration of health kit.   I searched and found a little info, but would like some clarification.   I've got a grant of Q of fossils.  It syncs health kit and measures steps etc. through its applicati

  • My computer shuts down completely without reason.

    My computer shuts down completely without reason. It only happened in the 2 or 3 months. I have Windows Vista and I need help.

  • T9 Dialer

    First of all, I am big fan of mobile phones Sony since t68, and one of the reasons was an option of numbering quick throug t9 dialer.Somehow t9 dialer on my compact z3 does not work as it should. It is 'pick up' numbers but no names. If, for example,

  • Windows 7 32-bit to 64-bit home premium

    I installed a win 7 32 bit o my PC, I would switch to win 7 64 bit as my system can support it, how do I do this