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: upgrading from 5.0 to 8.0.5

Re: upgrading from 5.0 to 8.0.5

From: MMK Productions <nospammmkprod_at_bellatlantic.net>
Date: Sun, 17 Jan 1999 20:33:07 -0500
Message-ID: <77u33t$8nb@world6.bellatlantic.net>


I am not sure how many tables are in the DB or how much of the data values are affected by the problem. If it is relatively small, then how about this:

  1. create the new empty o8 Db
  2. import from v5 into v8 rows=n
  3. import (like normal) all tables w/o the charset problem
  4. unload the problem data via a C program which preserves the char data
  5. load the data into via SQL*Loader
Received on Sun Jan 17 1999 - 19:33:07 CST

Original text of this message

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