Hi,

In this case I believe you are using too old a version of Oracle. The
later versions of cx_Oracle do not support Oracle 9i as Oracle has
stopped supporting that version a long time ago and I no longer have
access to that version. I would suggest bumping your Oracle client to
Oracle 10 or 11 if at all possible. If not possible, you will need to
use an older version of cx_Oracle which still supported Oracle 9.

Anthony

On Tue, May 29, 2012 at 5:01 AM, Harald Armin Massa[legacy]
<haraldarminma...@gmail.com> wrote:
> You do need those libraries in the WINDOWS Path of your environment.
> most robust version: have it in the system path. Google "change
> windows system path" for your specific windows version (my computer,
> extended, environment-variables... but Microsoft  optimzes the
> placement from version to vversion.
>
> Harald
>
> 2012/5/29 Rupinder Mudher <rupinder.mud...@simplyhealth.co.uk>:
>> Hello Harald
>>
>> Thanks for replying -   I have checked and located oci.dll in oracle/ora92.
>> How do I get these in the PATH - using windows - so I add an Env. variable?
>>
>> Regards
>>
>> -----Original Message-----
>> From: c...@ghum.de [mailto:c...@ghum.de] On Behalf Of Harald Armin 
>> Massa[legacy]
>> Sent: 29 May 2012 11:57
>> To: Rupinder Mudher
>> Cc: db-sig@python.org
>> Subject: Re: [DB-SIG] Query on using cx_Oracle
>>
>> Hello Rupinder,
>>
>>> Traceback (most recent call last):
>>>   File "C:\workspace\databaseproject\src\datbaasemodule.py", line 13,
>>> in <module>
>>>     import cx_Oracle
>>> ImportError: DLL load failed: The specified procedure could not be found.
>>
>> most likely: the Oracle-OCI-Librarys are not in your path. Make sure oci.dll 
>> and the other megabytes or Oracles Client libs are within your system path.
>>
>> Best wishes
>>
>> Harald
>>
>>
>>
>> --
>> LightningTalkMan
>> a brand of GHUM GmbH
>> Spielberger Straße 49
>> 70435 Stuttgart
>> 0173/9409607
>> The content of this email is private. If you think you may have received it 
>> by mistake, please notify Simplyhealth immediately by telephoning us on
>> 0845 075 2020, or emailing network.administra...@simplyhealth.co.uk then 
>> destroy the original email without using, copying or distributing it.
>>
>> The content is non binding and is subject to contract unless specifically 
>> stated otherwise. Any views expressed are not necessarily those of 
>> Simplyhealth.
>>
>> Simplyhealth is a trading name of Simplyhealth Access, Simplyhealth 
>> Administration Services Limited and Totally Active Limited, all are 
>> subsidiaries of
>> Simplyhealth Group Limited, registered in England and Wales No. 5445654. 
>> Simplyhealth Access is registered in England and Wales, No.183035 and is
>> authorised and regulated by the Financial Services Authority. Simplyhealth 
>> Administration Services Limited is registered in England and Wales, No. 
>> 5961472
>> and is an appointed representative of Simplyhealth Access.
>>
>> Totally Active Limited is registered in England and Wales, No. 4932453
>>
>> Registered office for all companies is Hambleden House, Waterloo Court, 
>> Andover, Hampshire SP10 1LQ.
>>
>> Calls may be recorded and monitored for training and quality assurance 
>> purposes.
>
>
>
> --
> LightningTalkMan
> a brand of GHUM GmbH
> Spielberger Straße 49
> 70435 Stuttgart
> 0173/9409607
> _______________________________________________
> DB-SIG maillist  -  DB-SIG@python.org
> http://mail.python.org/mailman/listinfo/db-sig
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to