Mailing List Archive

Connecting Zope 3 to Oracle 10g
Hello

I am a novice Zope 3 user and would like some help in the best method
to connect to an existing Oracle instance using Zope 3. The reason I
want to do this is to take advantage of Oracle's spatial data types
and our corporate data store.

I am developing an OLTP web application that allows users to manage
their own data with the possibility of developing some kind of data
warehouse with nonspatial and spatial data.

Any advice is appreciated, especialy code snippets.
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: Connecting Zope 3 to Oracle 10g [ In reply to ]
--On 16. Juli 2007 12:31:50 +1000 Catriona Johnson
<catriona.johnson@gmail.com> wrote:

> Hello
>
> I am a novice Zope 3 user and would like some help in the best method
> to connect to an existing Oracle instance using Zope 3. The reason I
> want to do this is to take advantage of Oracle's spatial data types
> and our corporate data store.
>
> I am developing an OLTP web application that allows users to manage
> their own data with the possibility of developing some kind of data
> warehouse with nonspatial and spatial data.
>
>

Look at z3c.sqlalchemy or z3c.zalchemy.

-aj