[DB-SIG] Remote connection to Oracle DB possible?

M.-A. Lemburg mal@lemburg.com
Fri, 28 Apr 2000 12:30:46 +0200


Oliver Pieper wrote:
> 
> Hello,
> 
> I hope I found the right mailing list to ask that question. If not, please point me in the right direction.

I guess so :-)
 
> What I'd like to know: is there a way to connect Python/Zope to an Oracle database on a remote server (over an Internet connection). The readmes of DCOracle and ZOracleDA mention environment variables that have to be set to local Oracle paths, which seems to imply that you can only connect to a DB on the same machine. Is this correct?
> 
> If so, is there any other way to make a remote connection to Oracle?

You could use an ODBC-ODBC bridge or one of the ODBC multi-tier
driver kits together with mxODBC and the recently announced
Zope DA for it.

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/