Re: [SQL] Perform a Select on an Oracle Database from PG

2002-12-19 Thread Roberto Mello
On Thu, Dec 19, 2002 at 03:37:00PM +, [EMAIL PROTECTED] wrote: > How do I do a cross-database connection? > > I have data in a table in Oracle that I need to copy into a > Postgres table. It has been suggested to me that I attempt to > perform a cross-database select instead of exporting th

[SQL] Perform a Select on an Oracle Database from PG

2002-12-19 Thread val
How do I do a cross-database connection? I have data in a table in Oracle that I need to copy into a Postgres table. It has been suggested to me that I attempt to perform a cross-database select instead of exporting the info from Oracle into a CSV file and then importing the CSV data into Pos