Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Copy data from one database instance to another on the same server

Re: Copy data from one database instance to another on the same server

From: CJM <cjmnews04_at_REMOVEMEyahoo.co.uk>
Date: Fri, 3 Nov 2006 10:37:15 -0000
Message-ID: <4r0kerFook8eU1@individual.net>


I looked at using EXP/IMP but the environment wasn't set up correctly (ORACLE_HOME not set etc) so while my colleagues was looking into that I looked at using SQL*Plus. Initially, I was going to use the DB Link/'Create Table As...' method, but then I came across this method:

copy from uid/pwd_at_DB to uid/pwd_at_DB2 replace TABLENAME using Select * from TABLENAME; ...and it worked a treat.

Thanks to all those who helped.

Chris Received on Fri Nov 03 2006 - 04:37:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US