You both had the same problem I have now: make Oracle 8i (in my case, Oracle 8.1.6) work with Zope. DCOracle is working well (Makefile attached to this message) but ZOracle isn't running yet. We are posting e-mails about it on the list for a while and nobody answered, so I must think that nobody on Zope universe is using Oracle 8i (neither NT nor Linux Oracle 8i client). There isn't any detailed documentation about it. The ZOracle installation instructions are simple but, in my opinion, incomplete. To solve this situation, I'm making a call to everybody that uses or wants to use Zope with Oracle 8i. My goal is finally document the installation process and make it work properly. Please contact me ASAP. Regards, Alexandre A. Drummond Barroso.
Hey guys, I am now lucky to get the Oracle 8i connection working. Here is what I did : 1) Download and install the latest Oracle 8.1.6 Release 2. - the previous Oracle 8.0.5 and 8.1.5 are broken as hell, the executables will not even link and there is a lot of unresolved symbols. I wonder on which distro Oracle tested that, it will not work on Debian, definitely. Did not expect Oracle to be such CRAP!!! 8.1.6R2 is much better. - be sure not to want too much from Java wizards. They like to crash a lot, in both 8.1.5 and 8.1.6 1.1) When asked to run a script root.sh as root, first check the script and correct the path to awk. In script it thinks it is /bin/awk, on Debian it is /usr/bin/awk. Other distros may vary. Run the script as root. 2) Download latest beta of DCOracle 3) Download and install the latest beta of ZOracleDA. Replace DCOracle included in the product with the latest beta of DCOracle, which includes Setup-8.1.5 for linking with Oracle 8i. It should build now according to instructions. 4) Install ZOracleDA as outlined in docs 4.5) Not sure about this, but hell, my setup now works. So you may try... a) Put ORACLE_HOME, ORACLE_BASE, ORACLE_SID into /etc/profile, so that everyone has these set up. b) Symlink tnsnames.ora for $ORACLE_HOME/product/8.1.6/network/admin to /etc/tnsnames.ora. c) Double check file permissions on $ORACLE_HOME/* d) Edit /etc/oratab as needed, start up the databases. 5) Restart Zope. Now it works for me (Zope 2.1.4), and works for 2 days, did not try any heavy loads, etc, though. At least it connects and I can browse inside the database. It gave me some strange error like invalid connection string for some time, but probably after performing something from 4.5, it now works well, Zope will not freeze, and it works for two days now. Hope this helps anyone, we spent three+ days getting this f*cking Oracle to work :-( Michal Bukovjan "Alexandre A. Drummond Barroso" wrote:
You both had the same problem I have now: make Oracle 8i (in my case, Oracle 8.1.6) work with Zope. DCOracle is working well (Makefile attached to this message) but ZOracle isn't running yet.
We are posting e-mails about it on the list for a while and nobody answered, so I must think that nobody on Zope universe is using Oracle 8i (neither NT nor Linux Oracle 8i client). There isn't any detailed documentation about it. The ZOracle installation instructions are simple but, in my opinion, incomplete.
To solve this situation, I'm making a call to everybody that uses or wants to use Zope with Oracle 8i. My goal is finally document the installation process and make it work properly.
Please contact me ASAP.
Regards,
Alexandre A. Drummond Barroso.
------------------------------------------------------------------------ Name: Makefile Makefile Type: unspecified type (application/octet-stream) Encoding: quoted-printable
On Tue, 6 Jun 2000, Alexandre A. Drummond Barroso wrote:
We are posting e-mails about it on the list for a while and nobody answered, so I must think that nobody on Zope universe is using Oracle 8i (neither NT nor Linux Oracle 8i client).
I installed DCOracle for a client using 8i. The only thing I recall having to do that wasn't in the instructions was getting a copy of a Setup file that worked with 8i, which I found posted to one of the Zope mailing lists. Other than that the installation was pretty simple, and the Zope part was completely trivial (install package, create connector, create ZSQL query, and go...) This was under Debian Linux. --RDM
At 2000-06-06 09:44 -0300, you wrote:
You both had the same problem I have now: make Oracle 8i (in my case, Oracle 8.1.6) work with Zope. DCOracle is working well (Makefile attached to this message) but ZOracle isn't running yet.
We are posting e-mails about it on the list for a while and nobody answered, so I must think that nobody on Zope universe is using Oracle 8i (neither NT nor Linux Oracle 8i client). There isn't any detailed documentation about it. The ZOracle installation instructions are simple but, in my opinion, incomplete.
To solve this situation, I'm making a call to everybody that uses or wants to use Zope with Oracle 8i. My goal is finally document the installation process and make it work properly.
Please contact me ASAP.
Hello Alexandre. We intend to use Oracle 8i (8.1.5) with Zope (on another machine). We haven't done anything about it yet, though. That will hopefully change in the near future. I'd be interested to know what problems you had... David Trudgett
Hi Folks, (Somebody should let me know if these questions are *way* too basic to waste list bandwidth with...) I see a patch to AccessControl\User.py that I want to apply. I don't know jack about Python (thought do know other OO languages). I've made the changes to User.py. How do I recompile User.py to get the User.pyc file? David ___________________________________________________________ David Ornstein, CTO, NuvoMedia, Inc. AIM: dbo666 voice: 650-314-1200 web: http://www.nuvomedia.com/ PGP Public Key Available at: ldap://certserver.pgp.com "An honest man is able to speak for himself, when a knave is not." Shakespeare, King Henry VI., Part 2
+----[ David Ornstein ]--------------------------------------------- | Hi Folks, | | (Somebody should let me know if these questions are *way* too basic to waste | list bandwidth with...) | | I see a patch to AccessControl\User.py that I want to apply. I don't know | jack about Python (thought do know other OO languages). I've made the | changes to User.py. How do I recompile User.py to get the User.pyc file? If you restart Zope it (the python interpretter) should recompile the python for you. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
participants (6)
-
Alexandre A. Drummond Barroso -
Andrew Kenneth Milton -
David Ornstein -
David Trudgett -
Michal Bukovjan -
R. David Murray