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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: &^@#%$@#%$ stinkin' oracle7 database

RE: &^@#%$@#%$ stinkin' oracle7 database

From: Bobak, Mark <Mark.Bobak_at_il.proquest.com>
Date: Fri, 7 May 2004 15:58:29 -0400
Message-ID: <4C9B6FDA0B06FE4DAF5918BBF0AD82CFECFCC3@bosmail00.bos.il.pqe>


You ruled out exp w/ compress. How about exp to a named pipe,=20 (optionally compress), ssh across network, (optionally decompress), dump data into another named pipe, imp from named pipe.

Second option, SQL*Plus 'copy' command.

-Mark

PS With either of the above solutions, you may consider dedicated Gig-E = connections with dedicated listeners and distinct dedicated service = names, and multiple pipes concurrently to speed things up, if you've got = lots of tables.

-----Original Message-----

From: Adams, Matthew (GE Consumer & Industrial) [mailto:MATT.ADAMS_at_GE.COM]
Sent: Friday, May 07, 2004 3:38 PM
To: oracle-l_at_freelists.org
Subject: &^@#%$@#%$ stinkin' oracle7 database

I've got a table in an Oracle7.3 database (that I'm finally getting to upgrade and I'm trying to figure out how to get the data from the old DB over to the new DB on the new server.

  1. table is too big to export (even sending the export to a pipe and =3D thence to a compress)
  2. table contains a long raw, so I cannot use the sqlplus COPY command
  3. table contains a long raw, so I cannot do INSERT INTO <DBLINKED =3D TABLE> SELECT * FROM...
  4. table contains a long raw, so dumping to a flat file and re-inserting = =3D using sqlplus will not work.

Other than writing a Pro*C program to do it myself, how can this data be = =3D
moved?

Matt



Matt Adams - GE Appliances - matt.adams_at_appl.ge.com Just once, I wish we would encounter an
alien menace that wasn't immune to bullets.=3D20 Received on Fri May 07 2004 - 14:58:30 CDT

Original text of this message

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