EDB database link to Oracle - Mailing list pgsql-admin

From Travis Smith
Subject EDB database link to Oracle
Date
Msg-id 347D0FD56F1C5745B0659D8E27B1BC30023FA1EB@epi-mail1.optionshouse.net
Whole thread Raw
Responses Re: EDB database link to Oracle  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-admin

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 ezorder@ezdev;

ERROR near line 1:

unable to load OCI library: Access is denied.

 

 

Im on windows the enterprisedb user is an Administrator.  What am I missing?  Thanks

 

 

-TaS



The information in this email or in any file attached hereto is intended only for the personal and confidential use of the individual or entity to which it is addressed and may contain information that is proprietary and confidential. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product. Email transmission cannot be guaranteed to be secure or error-free. P6070214

pgsql-admin by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: how to get a number of seconds in some interval ?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: EDB database link to Oracle