The Artima Developer Community
Sponsored Link

Python Buzz Forum
Compiling DCOracle2 for Oracle 10g

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Carlos de la Guardia

Posts: 219
Nickname: cguardia
Registered: Jan, 2006

Carlos de la Guardia is an independent web developer in Mexico
Compiling DCOracle2 for Oracle 10g Posted: Feb 1, 2012 3:52 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Carlos de la Guardia.
Original Post: Compiling DCOracle2 for Oracle 10g
Feed Title: I blog therefore I am
Feed URL: http://blog.delaguardia.com.mx/feed.atom
Feed Description: A space to put my thoughts into writing.
Latest Python Buzz Posts
Latest Python Buzz Posts by Carlos de la Guardia
Latest Posts From I blog therefore I am

Advertisement
I finally decided to bite the bullet and find out how to compile DCOracle2 with the Oracle 10g client libraries. Turns out it wasn't that difficult, all I needed to do was to change all three occurrences of the word "dword*" to "dvoid*" (I learned about the required changes from this post from the Zope DB list) and then it compiled without problems. To avoid further connection problems, it is best to install Oracle's client libraries with the same user that the Zope instance has assigned.

Read: Compiling DCOracle2 for Oracle 10g

Topic: Language culture and the Ruby-on-Rails phenomenon Previous Topic   Next Topic Topic: Database adapter trouble in Zopeland

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use