Cursor Load

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bujjus173@gmail.com

    #1

    Cursor Load

    Hi,
    I like to load data from one table in a database in a server into
    another table in another database residing in another server. I like
    to use cursor load. in that case.
    1) Do i need to catalog the target database.
    2) Can i do it online.

    Any suggestions. This might be simple. I am new to this. Please help
    me.
    Thank You
    Vijay

  • Sanjuro

    #2
    Re: Cursor Load

    On Sep 25, 12:21 pm, bujjus...@gmail .com wrote:
    Hi,
    I like to load data from one table in a database in a server into
    another table in another database residing in another server. I like
    to use cursor load. in that case.
    1) Do i need to catalog the target database.
    2) Can i do it online.
    >
    Any suggestions. This might be simple. I am new to this. Please help
    me.
    Thank You
    Vijay
    You 'll need nicknames (federation) for the target tables at the
    source location (or vice versa) to be able to use cursors for this
    kind of load. An easier option would be to export in 'ixf' or 'del'
    format and ftp and then load.

    ~sanjuro

    Comment

    Working...