[Zope-DB] Total newbie trying to install DCOracle2

Remy Pinsonnault remypinsonnault at gmail.com
Tue Dec 14 11:15:10 EST 2004


First you need to create a z oracle database connection with
parameters like this:

username/password at tsnameofyourdatabase.

Then you can add a zsqlmethod to do sql queries...

Read the chapter from zope book for more information:
http://zope.org/Documentation/Books/ZopeBook/2_6Edition/RelationalDatabases.stx


On Tue, 14 Dec 2004 09:59:18 +0100 (CET), Martin Jennings
<jennings at kpnqwest.ch> wrote:
> Thank you,
> 
> it worked and I now have a ZOracleDA in the products.
> Like I said I am a complete newbie at this, now I have to work out how to
> use it.
> 
> Still working my way through the Zope Book.
> 
> Martin
> 
> > Hi Martin look at this
> > how-to:http://zope.org/Members/hpaluch/MyHowTo/HowTo.2004-12-10.1514,
> >
> > It is not necessary to execute manually the install.py.
> >
> > 1. Unzip the dcoracle folder to this folder:
> > "Plone\Zope\lib\python\Products".
> >
> > 2. Rename the folder to ZOracleDA.
> >
> > 3. Download the dco2.pyd file at
> > http://zope.org/Members/mikey/dco2.pyd and copy it to
> > "\Plone\Zope\lib\python\Products\ZOracleDA\DCOracle2"
> >
> > 4. Restart Plone service and if everything is allright, you will see z
> > oracle database connection in the ZMI.
> >
> > Remy
> >
> >
> > On Mon, 13 Dec 2004 13:56:05 +0100 (CET), Martin Jennings
> > <jennings at kpnqwest.ch> wrote:
> >> Hello, I am a total newbie when it comes to Zope and Python programming,
> >> but I have to create a connection to an Oracle DB.
> >>
> >> I am on Windows 2000 here.
> >>
> >> I have downloaded the DCOracle version 1.2 from the Zope site and
> >> decompressed as indicated.
> >>
> >> Now I am trying to execute the "install.py" script but I must admit that
> >> I
> >> do not even know how to do this.
> >>
> >> I have installed Plone 2 and have a separate 'Python' directory from the
> >> 'Zope' directory and it is here that I have the 'Python' exe
> >>
> >> So am I doing this correctly?
> >>
> >> How do I run python scripts in separate directories.
> >>
> >> Like I said, total newbie.
> >>
> >> M.J.
> >> _______________________________________________
> >> Zope-DB mailing list
> >> Zope-DB at zope.org
> >> http://mail.zope.org/mailman/listinfo/zope-db
> >>
> >
> 
>


More information about the Zope-DB mailing list