can use
>
> db._connection # the raw cx_oracle connection
>
> or
>
> db._cursor # the raw cx_oracle cursor
>
> as in
>
> db._cursor.execute("your raw sql")
>
> Mind that I believe cx_oracle does not like the terminating ";". You
> need
Hi everyone,
I'm developing a web2py application on top of a legacy Oracle database
and need to call some existing stored procedures that mplement some
complex transactional computations that would be impractical to
perform in application layer.
I have cx-oracle driver installed and properly wor
2 matches
Mail list logo