User Profile

Collapse

Profile Sidebar

Collapse
prasanna2100
prasanna2100
Last Activity: Apr 24 '08, 05:55 PM
Joined: Mar 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • prasanna2100
    replied to DB2 Bulk Load
    in DB2
    Hi Bernd,

    Iam trying to execute export and load from shell script

    Code:
    ##################################################
    # Connect to OMDSTG
    ##################################################
    
    db2 connect to ${OMD_DB} user ${OMD_USER} using ${OMD_PASS} >> ${LOCAL_LOG_FILE}
    if [ $? -ne 0 ]
    then
       echo "`date +%Y-%m-%d_%H:%M:%S`:ERROR: DB2 Connect to ${OMD_DB}
    ...
    See more | Go to post
    Last edited by docdiesel; Mar 20 '08, 08:38 PM. Reason: Added code tags

    Leave a comment:


  • prasanna2100
    replied to DB2 Bulk Load
    in DB2
    Hi,
    i tried export to dumpedtable.ixf of ixf select '*' from omdstgd.omd_d_e vent_track

    it worked .
    but now the
    load is troubling

    SQL3025N A parameter specifying a filename or path is not valid.

    2008-03-20_09:34:35:ERR OR: load from dumpedtable.ixf of ixf insert into OMDD.OMD_D_EVEN T_TRACK - Failed....
    See more | Go to post

    Leave a comment:


  • prasanna2100
    replied to DB2 Bulk Load
    in DB2
    Hi Bernd,

    I tried
    export to dumpedtable.ixf of ixf select \* from omdstgd.omd_d_e vent_track

    and the error iam getting is
    SQL3022N An SQL error "-7" occurred while processing the SELECT string in the
    Action String parameter.

    SQL0007N The character "\" following "select " is not valid. SQLSTATE=42601...
    See more | Go to post

    Leave a comment:


  • prasanna2100
    replied to DB2 Bulk Load
    in DB2
    Hi ,
    When i Use the command "export to dumpedtable.ixf of ixf select * from ${SRC_SCHEMA}.$ {TABLE_NAME}"

    iam getting an error message

    "SQL3022N An SQL error "-104" occurred while processing the SELECT string in
    the Action String parameter."
    See more | Go to post

    Leave a comment:


  • prasanna2100
    replied to DB2 Bulk Load
    in DB2
    the DB2 which we r using is version 9.1
    See more | Go to post

    Leave a comment:


  • prasanna2100
    replied to DB2 Bulk Load
    in DB2
    Source and Target are in same servers,its in UNIX environment
    See more | Go to post

    Leave a comment:


  • prasanna2100
    started a topic DB2 Bulk Load
    in DB2

    DB2 Bulk Load

    Hi All,
    I need to use the DB2 Bulk Load option for loading DB2 table where source is also a DB2 table .

    Kindly provide some suggestions.

    Thanks in Advance
    Prasanna
    See more | Go to post
No activity results to display
Show More
Working...