Re: [GENERAL] Substitutes for some Oracle packages

2009-09-20 Thread abhishekgautam009
Hi, You may also go for EnterpriseDB product(PPAS) which has oracle compatibility on postgres database. Abhi

Re: [GENERAL] Substitutes for some Oracle packages

2009-09-18 Thread Albe Laurenz
Sandra Arnold wrote: > We are in the process of migrating from Oracle to PostgreSQL. > One of the things that we are needing to find out is what to > use in place of Oracle supplied functionality such as > "DBMS_OUTPUT" and "UTL_FILE". We are currently using this > type of functionality in St

Re: [GENERAL] Substitutes for some Oracle packages

2009-09-17 Thread Pavel Stehule
Hello, 2009/9/17 Arnold, Sandra : > We are in the process of migrating from Oracle to PostgreSQL.  One of the > things that we are needing to find out is what to use in place of Oracle > supplied functionality such as "DBMS_OUTPUT" and "UTL_FILE".  We are > currently using this type of functionali

Re: [GENERAL] Substitutes for some Oracle packages

2009-09-17 Thread Scott Marlowe
On Thu, Sep 17, 2009 at 1:53 PM, Arnold, Sandra wrote: > We are in the process of migrating from Oracle to PostgreSQL.  One of the > things that we are needing to find out is what to use in place of Oracle > supplied functionality such as "DBMS_OUTPUT" and "UTL_FILE".  We are > currently using thi

Re: [GENERAL] Substitutes for some Oracle packages

2009-09-17 Thread Arnold, Sandra
...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Sam Mason Sent: Thursday, September 17, 2009 4:04 PM To: pgsql-general@postgresql.org Subject: Re: [GENERAL] Substitutes for some Oracle packages On Thu, Sep 17, 2009 at 03:53:36PM -0400, Arnold, Sandra wrote: > We are in

Re: [GENERAL] Substitutes for some Oracle packages

2009-09-17 Thread Sam Mason
On Thu, Sep 17, 2009 at 03:53:36PM -0400, Arnold, Sandra wrote: > We are in the process of migrating from Oracle to PostgreSQL. One of > the things that we are needing to find out is what to use in place of > Oracle supplied functionality such as "DBMS_OUTPUT" and "UTL_FILE". For those of us who

[GENERAL] Substitutes for some Oracle packages

2009-09-17 Thread Arnold, Sandra
We are in the process of migrating from Oracle to PostgreSQL. One of the things that we are needing to find out is what to use in place of Oracle supplied functionality such as "DBMS_OUTPUT" and "UTL_FILE". We are currently using this type of functionality in Stored Procedures and packages. W