Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d61c788

Browse files
committed
Update to new version of Oracle conversion utility, version 1.8.
Gilles DAROLD
1 parent 958a1c2 commit d61c788

File tree

6 files changed

+1224
-630
lines changed

6 files changed

+1224
-630
lines changed

contrib/oracle/CHANGES

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,28 @@
2424
- Fix incorrect type translation and many other bug fix
2525
- Add schema only extraction by option schema => 'MYSCHEM'
2626

27+
2001 06 27 - Version 1.4
28+
- Add online Oracle data extraction and insertion into PG database.
29+
- Data export as insert statement (type => DATA)
30+
- Data export as copy from stdin statement (type => COPY)
31+
32+
2001 12 28 - Version 1.5
33+
- Fix LongReadLen problem when exporting Oracle data on LONG and LOB types
34+
Thanks to Stephane Schildknecht for reporting and testing the fix.
35+
- Add more precision on NUMBER type conversion
36+
- Add conversion of type LONG, LOB, FILE
37+
- Fix a problem when extracting data, sometime table could need to be prefixed
38+
by the schema name.
39+
- Fix output of Oracle data extraction. It now require a call to the function
40+
export_data().
41+
2002 01 07 - Version 1.6
42+
- Fix problem exporting NULL value. Thanks to Stephane Schildknecht.
43+
44+
2002 02 14 - Version 1.7
45+
- Remove export of OUTLINE object type. Thanks to Jean-Paul ARGUDO.
46+
47+
2002 03 05 - Version 1.8
48+
- Add Oracle type FLOAT conversion to float8.
49+
- Add column alias extraction on view. Thanks to Jean-Francois RIPOUTEAU
50+
- Add PACKAGE extraction (type => DATA).
2751

0 commit comments

Comments
 (0)