Re: Migration from Postgresql 9 to Oracle 10g

From: Grant Allen <gxallen(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Migration from Postgresql 9 to Oracle 10g
Date: 2012-10-18 17:46:58
Message-ID: 50804092.9060801@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 18/10/2012 02:13, Shams Khan wrote:
> Hi Experts,
>
> I am in the process of migration from PG 9 to oracle. All of the
> database objects has been migrated apart from functions. The main
> issue I am facing with function code where DML statements are used in
> the code. On the other side, Oracle doesn't support DML's in functions
> or procedures.

Er, what? What exactly do you mean "Oracle doesn't support DML's in ... procedures"? Several million Oracle developers will be shocked to hear they've been writing phantom code updating, inserting, deleting etc. in their PL/SQL. Assuming that's what you mean by DML. Can you provide an example?

And +1 to the other comments on being curious about the motivation for the migration in this direction.

Ciao
Fuzzy
:-)

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jakov Sosic 2012-10-18 19:42:07 Stripe width size?
Previous Message Parkirat Bagga 2012-10-18 17:34:25 Re: WAL corruption while replication