If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Migrate from Ingres v.6.4.06

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-05-03, 02:26
wongpcl wongpcl is offline
Registered User
 
Join Date: Sep 2002
Posts: 29
Migrate from Ingres v.6.4.06

Hi,

We're helping a customer to migrate database from Ingres v.6.4.06 to DB2 UDB V8.1. As I have never used Ingres before, I would like to know some more details regarding this product. Please help give me some info :

1. Does Ingres v.6.4.06 support Triggers, Stored Procedures, User defined data types or User defined functions?

2. How to export Ingres data into flat text files?

3. Anyway to export the DDL of the Ingres database schema?

4. Any websites have the archive manuals of Ingres v.6.4.06?

5. Anybody have experience to migrate Ingres database, any special things need to aware?

Regards,

Patrick
Reply With Quote
  #2 (permalink)  
Old 03-11-03, 22:23
jahowell jahowell is offline
Registered User
 
Join Date: Aug 2002
Location: Brisbane Australia
Posts: 6
1. Does Ingres v.6.4.06 support Triggers, Stored Procedures, User defined data types or User defined functions?
It supports stored procedures and rules (rules may be considered to be triggers)

2. How to export Ingres data into flat text files?
use the copy sql command

3. Anyway to export the DDL of the Ingres database schema?
use the copydb command and change the copy.in script to remove the copy... from... statements and change the syntax to suit DB2

4. Any websites have the archive manuals of Ingres v.6.4.06?
Don't know. I recommend using the customer's ingres manuals that they should have. At least their DBA should have them.

5. Anybody have experience to migrate Ingres database, any special things need to aware?
Ingres allows blank dates and strings. This is an issue when moving to oracle, don't know about db2
Reply With Quote
  #3 (permalink)  
Old 03-13-03, 04:47
wongpcl wongpcl is offline
Registered User
 
Join Date: Sep 2002
Posts: 29
Thanks for your info.

BTW, are there any tools available on the market which can help to migrate the Ingres ABF applications to Java JDBC application?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On