From: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
---|---|
To: | Atul Pedgaonkar <atul(at)imcindia(dot)net> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Postgresql To Oracle9i |
Date: | 2003-02-05 18:24:15 |
Message-ID: | 3E4156CF.DEF6878B@Yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Atul Pedgaonkar wrote:
>
> Hello,
>
> Atul here From india.Anyone who knows how to mirgrate the data from
> postgresql7.2 to Oracle9i.Please give the idea or methood to transfer the
> data.
Use pg_dump to create separate schema and data (as INSERT statements)
dumps. Edit the schema so that Oracle is happy with it and run the two
SQL scripts.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #
From | Date | Subject | |
---|---|---|---|
Next Message | george young | 2003-02-05 18:51:37 | design question: status table+log table, indexes, triggers |
Previous Message | Tom Lane | 2003-02-05 15:23:18 | Re: Problem with VACUUM |