Re: [ADMIN] EDB database link to Oracle

2008-05-13 Thread Travis Smith
Thanks for the head up. I was just informed. -Original Message- From: Joshua D. Drake [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 8:56 AM To: Travis Smith Cc: [email protected] Subject: Re: [ADMIN] EDB database link to Oracle Travis Smith wrote: > When usin

Re: [ADMIN] EDB database link to Oracle

2008-05-13 Thread Joshua D. Drake
Travis Smith wrote: When using a database link in Postgres Plus AS 8.3 to an Oracle instance I receive… You should contact EnterpriseDB for support with their products. Joshua D. Drake -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http

[ADMIN] EDB database link to Oracle

2008-05-13 Thread Travis Smith
When using a database link in Postgres Plus AS 8.3 to an Oracle instance I receive... SQL> create database link ezdev connect to pguser identified by pguser 2 using oci '//devdb:1521/ezdev' 3 ; Database Link created. SQL> select * from [EMAIL PROTECTED]; ERROR near line 1: unab