Re: [cx-oracle-users] Installation of cx_Oracle-4.1.2 for py2.5b1. It worked!!
Brought to you by:
atuining
From: Amaury F. d'A. <ama...@gm...> - 2006-07-05 07:03:57
|
Hello, 2006/7/5, Paparipote . <pap...@ho...>: > I wanted to advise you about my first tests of your valuable cx_Oracle with > python 2.5b1 under windows XP sp2. It worked!!! Good to know... thanks for testing! > 4) Into c:\ora I created: c:\ora\network\admin and into admin I created 2 > files: sqlnet.ora and tnsnames.ora ; tnsnames.ora contains info of > connections to Ora databases. These files are no more mandatory with Oracle 10, where the database info can be spelled "server/SID" (then the protocol is tcpip, on port 1521) ex: connect scott/tiger@localhost/ORCL > 5) I also created a new system variable: ORACLE_HOME to put the path: c:\ora I suppose this is needed only to find the tnsnames.ora file. -- Amaury Forgeot d'Arc |