-- New to read from Oracle and insert into Postgress --

-- New to read from Oracle and insert into Postgress --

am 15.10.2006 05:17:33 von Rafael Orta

--0-382561442-1160882253=:13999
Content-Type: text/plain; charset=ascii
Content-Transfer-Encoding: quoted-printable

Hello Everybody I am new to postgress, I am need to be able to do=0Aa =
select from an Oracle table from postgres and insert the=0Asame information=
into postgres. Sort of "insert into postgres values select from oracl=
e" Is there any way I can do this from postgres? any free plugs ins or=
=0Asomething that allows me to read Oracle tables from postgres? Thank=
s in advance Rafael Orta=0A =0A***************************************=
************** =0ARafael Orta Phone: (609)-330-3193 =0ASr. Oracle DBA Fax: =
(856)-642-7679 =0ATechnical Manager =0AOraprofessionals Email: rorta_us@yah=
oo.com =0A******************************************************=0A =0A
--0-382561442-1160882253=:13999
Content-Type: text/html; charset=ascii
Content-Transfer-Encoding: quoted-printable

ad>

2pt">
=0A
Hello Everybody
=0A
 
=0A
I =
am new to postgress, I am need to be able to do
=0A >a select from an Oracle table from postgres and insert the
=0A IV>same information into postgres.=0A
 
=0A
Sort of=
"insert into postgres values select from oracle"
=0A
 <=
/DIV>=0A
Is there any way I can do this from postgres? any free pl=
ugs ins or
=0A
something that allows me to read Ora=
cle tables from postgres?
=0A
 
=0A
Thanks in advanc=
e
=0A
 
=0A
Rafael Orta
 
*************=
****************************************
Rafael Orta Phone: (609)-330-3=
193
Sr. Oracle DBA Fax: (856)-642-7679
Technical Manager
Orapro=
fessionals Email: rorta_us@yahoo.com
**********************************=
********************=0A


--0-382561442-1160882253=:13999--

Re: [NOVICE] -- New to read from Oracle and insert into Postgress

am 15.10.2006 05:32:19 von Sean Davis

Rafael Orta wrote:
> Hello Everybody
>
> I am new to postgress, I am need to be able to do
> a select from an Oracle table from postgres and insert the
> same information into postgres.
>
> Sort of "insert into postgres values select from oracle"
>
> Is there any way I can do this from postgres? any free plugs ins or
> something that allows me to read Oracle tables from postgres?
http://pgfoundry.org/projects/dbi-link/

Just what you need.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend