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 > Informix > How To Import Whole Database From Oracle To Informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-25-02, 02:51
sanjeevmpatil sanjeevmpatil is offline
Registered User
 
Join Date: Oct 2002
Posts: 5
How To Import Whole Database From Oracle To Informix

I AM USING THE INFORMIX SE ON SUSE LINUX7.3 .

PRESENTLY I AM HAVING DATA IN ORACLE DATABASE SERVER INSTALLED ON THE WINDOWS NT SYSTEM.

I WANTED TO IMPORT THE WHOLE DATABASE FROM ORACLE TO INFORMIX .

PLEASE ANY ONE KNOWS ,HELP ME

THANKS IN ADVANCE
SANJEEVMPATIL
Reply With Quote
  #2 (permalink)  
Old 10-25-02, 05:23
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

In part of triggers and Tables it has 2 important thing schema+data
if Oracle can unload data to text file then you finish 50% . Schema you can use Power Designer to reverse engineer to grap schema .
In part of store procedure you can use power designer too
Reply With Quote
  #3 (permalink)  
Old 10-25-02, 05:59
sanjeevmpatil sanjeevmpatil is offline
Registered User
 
Join Date: Oct 2002
Posts: 5
can u tell me the steps required to do the same


tahnks
sanjeev
Reply With Quote
  #4 (permalink)  
Old 10-27-02, 15:33
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
What dananio wanted to say is that you 'll need an ASCII dump of your database.
Is it possible to recreate the database schema from Oracle in your informix database?
In many cases, the application provides a tool to do these dumps. ERP systems like SAP is able to do it.
Anyway. if you don't want to use the ASCII dump:
Oracvle -> File
File -> Informix
you can use the Enterprise Gateway Manager from Infromix. This tool can connect to an Oracle database from an infromix database.
__________________
rws
Reply With Quote
  #5 (permalink)  
Old 10-28-02, 02:49
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

Right ,
DBMS ---<text>------> data
DBMS ---<sql table>--> schema
If you can combine 2 things it's independ from DBMS
it will have a litle problems with sql-table if you transform to SQL-standard everything will OK
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