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: bringing together two different databases (with different schemes) into one database

Re: bringing together two different databases (with different schemes) into one database

From: Yang <dbaoracle_at_wanadoo.fr>
Date: Tue, 3 May 2005 17:00:28 +0200
Message-ID: <42779283$0$316$636a15ce@news.free.fr>


if you are really sure that none of table has same name : export from database A
import into database B

use google with "exp imp expdp impdp"

yang

"Dennis" <arbeitend_at_yahoo.de> a écrit dans le message de news: 1115118724.026195.306960_at_o13g2000cwo.googlegroups.com...
> Hi,
>
> I use Oracle 9i and would like to mix two different databases into one.
> These two databases have different tables and views. Each name of a
> table or view is unique and does not exist in the other database.
> Now I would like to bring them all together into a new database so that
> this new database has all the information of the other two databases
> (table-descriptions and contents of tables/views).
> Also it would be great if this would be possible autimatically at a
> special time, i.e. in the night.
>
> If you can help me and have a manual reference, please tell me the URL
> because I am really new to Oracle.
>
> Thank you very much,
> Dennis
>
Received on Tue May 03 2005 - 10:00:28 CDT

Original text of this message

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