Re: [GENERAL] [NOVICE] How to read oracle table's data from postgre

2010-03-08 Thread Greg Smith
Scott Marlowe wrote: Anyone know if this is still active / developed? http://wiki.postgresql.org/wiki/SqlMedConnectionManager That's still the right long-term approach for a lot of these problems, so while activity on it happens in bursts I don't think it will ever go completely inactive.

Re: [GENERAL] [NOVICE] How to read oracle table's data from postgre

2010-03-08 Thread Scott Marlowe
2010/3/7 Devrim GÜNDÜZ : > On Mon, 2010-03-08 at 10:40 +0530, venkatra...@tcs.com wrote: >> >> I want to read oracle database table data from postgre. (like in >> oracle we  can use database links, is there something like this >> available in postgre). > > (It is not postgre, it is PostgreSQL or Po

Re: [GENERAL] [NOVICE] How to read oracle table's data from postgre

2010-03-07 Thread Devrim GÜNDÜZ
On Mon, 2010-03-08 at 10:40 +0530, venkatra...@tcs.com wrote: > > I want to read oracle database table data from postgre. (like in > oracle we can use database links, is there something like this > available in postgre). (It is not postgre, it is PostgreSQL or Postgres.) You can try dbi-link: