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

Thread: data transfer from one database to another

  1. #1
    Join Date
    Jun 2004
    Posts
    13

    data transfer from one database to another

    i have two databases db1 and db2.db2 is on HP-UX 9000 server and db1 is on win NT.i want to transfer data from one table of db1 to table with same name in db2.
    Rajvendra Pandey
    DBA
    SCI

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    exp/imp, db links and sqlplus copy command

    All basic stuff

  3. #3
    Join Date
    Jun 2004
    Posts
    13
    db link is not working its giving error that
    'Could not resolve service name'
    as i am giving same service name as in tnsbnames.ora file
    Rajvendra Pandey
    DBA
    SCI

  4. #4
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    db link is server to server - so the tnsnames ON THE SERVER db1 must have an entry for db2 (or vice versa).

  5. #5
    Join Date
    Jun 2004
    Posts
    13
    thanks dapi there is entry needed in unix server for NT
    Rajvendra Pandey
    DBA
    SCI

  6. #6
    Join Date
    Jan 2001
    Posts
    3,134
    Originally posted by davey23uk
    exp/imp, db links and sqlplus copy command

    All basic stuff

    Ding Ding Ding!!!

    Give that man a gold star.
    I remember when this place was cool.

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