DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: transfer data

  1. #1
    Join Date
    Sep 2000
    Posts
    31

    Question

    I have two instances in a sun server. one is pro and the other is archive one. the archive is a clone of the prod. After database links are created for both, i tried to transfer some selected rows from a prod table to an archive table by using OO4O. I could not make it work. If you has any working sql scripts that can move selected data from one instance to another, please let me have it. I would appreciate it very much. Our oracle ver is 713 , UNIX env.

    Thanks.

    Jeanie :(
    jn

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    I don't get the connection with OO4O.

    On the archive instance, you would have a database link named something like "prod":
    insert into arch_table_a select * from table_a@prod
    Jeff Hunter

  3. #3
    Join Date
    Sep 2000
    Posts
    31
    thanks for your help.
    jn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width