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 > Adabas > Data Migration: Adabas to Oracle 8

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-16-04, 06:31
elegba21 elegba21 is offline
Registered User
 
Join Date: Jan 2004
Posts: 7
Data Migration: Adabas to Oracle 8

Hi

We currently need to export some data from Adabas (on OpenVMS) and import to a new Oracle 8.1.7.4 database.

Can anyone advise on best procedure? Scripts, tools or other metods etc.

Thanks

Paul
Reply With Quote
  #2 (permalink)  
Old 01-30-04, 17:13
fneudert fneudert is offline
Registered User
 
Join Date: Jan 2004
Posts: 5
How do you use the ADABAS Database?

At work, we are using ADABAS with NATURAL and we have written NATURAL programs to extract the data into sequential Ascii-files.

To load the data we created SQL*Loader Scripts to read the data from the sequential File into Oracle Database.

In my opinion this works fast.

Hope that helps.

With regards

Frankie
Reply With Quote
  #3 (permalink)  
Old 01-31-04, 06:42
elegba21 elegba21 is offline
Registered User
 
Join Date: Jan 2004
Posts: 7
Adabas to Oracle

Hi

We're trying to use Natural programs to extract to XML then we can manipulate the XML however we want

Have u thought of using XML?
Reply With Quote
  #4 (permalink)  
Old 01-31-04, 15:33
fneudert fneudert is offline
Registered User
 
Join Date: Jan 2004
Posts: 5
Re: Adabas to Oracle

No, we didn't think about using XML.

Initially we had to move fast from Mainframe (IBM S/390) to Windows Platforrm and to change from ADABAS to ADABAS-D, we had not the time to spend plenty of time with building XML Files, thinking about how to parse them etc. We only had to move the Data quick from ADABAS to ADABAS-D and to take the System-change from EBCDIC to ASCII.

Time went by and there was the need to also be able to move from ADABAS to ORACLE or from ADABAS-D to ORACLE.

As far as I know, the fastest way to bring data into a database is to use its own loader tools.

But if you want to manipulate the data this is another task which I haven't done by now.

I think some problems will also occur, if you have used the special features of ADABAS lwhich are not foundin any other sql databases.

with regards

Frank
Reply With Quote
  #5 (permalink)  
Old 04-19-04, 09:56
kriss16 kriss16 is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
Re: Data Migration: Adabas to Oracle 8

Hie Paul, did you find a solution to this .....
Am in the same fix now..(LOL)

Chriss


Quote:
Originally posted by elegba21
Hi

We currently need to export some data from Adabas (on OpenVMS) and import to a new Oracle 8.1.7.4 database.

Can anyone advise on best procedure? Scripts, tools or other metods etc.

Thanks

Paul
Reply With Quote
  #6 (permalink)  
Old 05-11-04, 18:56
pdiestl pdiestl is offline
Registered User
 
Join Date: May 2004
Posts: 4
Normalize, normalize, normalize is the mantra. Using VMS, you have several options. Exisiting ADABAS utilities which are fast and fool proof until a smarter fool shows up. But this will not normalize the data. A better solution is to write a Natural program to extract the fields and write the data to an RMS file which then can be loaded using the Oracle loader. Remember that ADABAS permits repeating fields and groups which Oracle will choke on.....
Regards, Peter
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