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: Migrating BLOB data from one instance to another

Re: Migrating BLOB data from one instance to another

From: Thomas Kyte <tkyte_at_oracle.com>
Date: 16 Aug 2002 11:22:11 -0700
Message-ID: <ajjfsj01np4@drn.newsguy.com>


In article <338ff873.0208161005.32046a8f_at_posting.google.com>, pchaubey_at_forestexpress.com says...
>
>HI,
>
>In one of the requirements, I have to copy all the data in the oracle
>database from one isntance to another instance. Few fields in the
>source database are of type BLOB. Can somebody give information how to
>copy data in these fields. Actually I don't have facility to create
>link between these two instances of the databases. I will have to
>write some sql files which read the tables from one instance and
>insert it into another instance.
>
>Any help is appreciated.
>
>Thanks,
>Pankaj

exp (export) from one
imp (import) to the other.

--
Thomas Kyte (tkyte@oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Fri Aug 16 2002 - 13:22:11 CDT

Original text of this message

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