On Thu, Dec 19, 2002 at 03:37:00PM +0000, [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 the info > from Oracle into a CSV file and then importing the CSV data into > Postres. > > Can someone please advise me on how to do this or point me to > some documentation?
Write a program in some language that can access both databases. SELECT data from Oracle and INSERT into PostgreSQL. That assumes the database structure has already been migrated. You might want to look at conversion tools in the PostgreSQL contrib tree (see ftp site) and related articles at http://techdocs.postgresql.org/ -Roberto -- +----| Roberto Mello - http://www.brasileiro.net/ |------+ + Computer Science Graduate Student, Utah State University + + USU Free Software & GNU/Linux Club - http://fslc.usu.edu/ + All true wisdom is found in taglines. ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org