Re: Convert Access tables to Oracle
From: karen <nausicaa4_at_caramail.com>
Date: 31 Aug 2001 23:48:53 -0700
Message-ID: <5f875ee.0108312248.49fed20b_at_posting.google.com>
Date: 31 Aug 2001 23:48:53 -0700
Message-ID: <5f875ee.0108312248.49fed20b_at_posting.google.com>
Hi,
[Quoted] When i have to import Access to Oracle , I use DTS (Microsoft
Software ) which
is installed with The sql server client (you can do the same thing
with Sql Server Entreprise Manager .
Be carrefull , sometimes , the data format memo is converted in long
If you want to transform into char
Put in a PL/SQL bloc:
L_variable long C_variable varchar2(4000) C_variable :=substr(L_variable,1,4000)Received on Sat Sep 01 2001 - 08:48:53 CEST