Re: [pgadmin-support] Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL

2014-02-06 Thread Dinesh Kumar
Hi Suhas, On Thu, Feb 6, 2014 at 6:54 PM, suhas_bt022 wrote: > We have tried it already.Actually there are a quite a lot of syntax changes > required .Which is making task time consuming. > > You can find below statement in ora2pg website. > Ora2Pg do its best to automatically convert your Orac

Re: [pgadmin-support] Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL

2014-02-06 Thread suhas_bt022
We have tried it already.Actually there are a quite a lot of syntax changes required .Which is making task time consuming. You can find below statement in ora2pg website. Ora2Pg do its best to automatically convert your Oracle database to PostgreSQL but there's still manual works to do. The Oracle

Re: [pgadmin-support] Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL

2014-02-06 Thread Dinesh Kumar
Hi Suhas, On Thu, Feb 6, 2014 at 6:02 PM, suhas_bt022 wrote: > Hi, > > Ora2pg does not translate PL/SQL into Postgresql PL/pgSQL. > We need to do it manually. > I was looking for a open source solution to this problem . > > Ora2Pg do converts the PL/SQL objects to PL/PGSQL. I haven't tried it ,

Re: [pgadmin-support] Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL

2014-02-06 Thread suhas_bt022
Hi, Ora2pg does not translate PL/SQL into Postgresql PL/pgSQL. We need to do it manually. I was looking for a open source solution to this problem . Thanks Suhas -- View this message in context: http://postgresql.1045698.n5.nabble.com/Tool-for-translation-of-Oracle-PL-SQL-into-Postgresql-PL-p

Re: [pgadmin-support] Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL

2014-02-06 Thread Dinesh Kumar
Hi , On Thu, Feb 6, 2014 at 12:07 PM, suhas_bt022 wrote: > We are trying to migrate a huge oracle database to postgresql.. I am > finally > stuck with conversion of a huge database with around 250 stored procedures > .Its very painful procedure to convert plsql to plpgsql manually.. > Anyone work

[pgadmin-support] Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL

2014-02-06 Thread suhas_bt022
We are trying to migrate a huge oracle database to postgresql.. I am finally stuck with conversion of a huge database with around 250 stored procedures .Its very painful procedure to convert plsql to plpgsql manually.. Anyone worked out a better solution for this ? Any script or tool might help