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 > PostgreSQL > how to port Oracle database to PostgreSQL?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-20-04, 14:53
my_lou my_lou is offline
Registered User
 
Join Date: Oct 2003
Posts: 57
how to port Oracle database to PostgreSQL?

ok, this is what's going on. i have this VB.NET application with Oracle 8.1.7 back end, but now i have to switch the whole thing to PostgreSQL. how do i do that? it's a big database, about 135 tables, a lot of views, triggers, a few stored procedures and functions. i understand there is some tool to do that.
Reply With Quote
  #2 (permalink)  
Old 10-25-04, 07:41
eperich eperich is offline
Registered User
 
Join Date: Sep 2001
Location: Vienna
Posts: 400
database conversion

there is a perlscript which converts the oracle tables to postgres
I think it's called ora2pg

the stored procedures you must rewrite

We had a migration of a oracle database to postgres
and all we changed is in the application "MINUS" to "EXCEPT"
very fast migration
__________________
http://www.postgresql.org
--Postgresql is the only kind of thing--
Reply With Quote
  #3 (permalink)  
Old 10-30-04, 10:07
karim2k karim2k is offline
Registered User
 
Join Date: Apr 2003
Location: Tunisia
Posts: 192
Wink This is link

Quote:
Originally Posted by eperich
there is a perlscript which converts the oracle tables to postgres
I think it's called ora2pg

the stored procedures you must rewrite

We had a migration of a oracle database to postgres
and all we changed is in the application "MINUS" to "EXCEPT"
very fast migration
it's right here >>http://www.samse.fr/GPL/ora2pg/
__________________
Open up
Take a look to my Blog http://www****ndom.com/karim2k
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