Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Migrate postgres DB to oracle
bcochofel wrote:
> On Apr 6, 4:58 pm, DA Morgan <damor..._at_psoug.org> wrote:
> > I believe the version will be 10g R2. > I want to migrate the postgres database to oracle. The entire tables, > with triggers and all. > I believe once this is done filling the oracle DB with the data will > be easy.
Best practice in PostgreSQL is not best practice in Oracle. Again ... is it your desire to make every table a heap table and every index an ascending B*Tree index?
I would recommend that you, instead, generate the PostgreSQL DDL and then hand modify it for Oracle. Triggers will need to be recoded.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Sat Apr 07 2007 - 11:30:51 CDT
![]() |
![]() |