Forum OpenACS Q&A: Re: ACS3/Oracle DATA Model Question

Collapse
Posted by Dirk Gomez on
What is the version of your Oracle driver? It should be 2.6.

How are SQL queries generated, like this:

select foo from bar where bar_id=$bar_id

or like this:

select foo from bar where bar_id=:bar_id

Additionally take a look at the SQL queries that were executed on your system. v$sql is the data dictonary view you want to look into.