Here's the truncated query from the web2py error log: SELECT DISTINCT wiki_tag.name, COUNT(DISTINCT wi... ORDER BY COUNT(DISTINCT wiki_tag.wiki_page) DESC I'm trying to get the DBA's to see whether they can tell me what the entire query is. Is there a way to turn on full logging in web2py? Thanks
On Thursday, March 7, 2013 10:22:44 AM UTC-8, chicks wrote: > Has anyone been able to get the wiki feature working with an Oracle DB? > The tables get created successfully with the current version, but any > attempt to create a page or search results in a ticket: > > Create: > <class 'cx_Oracle.DatabaseError'> ORA-00904: "WIKI_PAGE"."SLUG": invalid > identifier > > > > Search: > <class 'cx_Oracle.DatabaseError'> ORA-00904: "WIKI_TAG"."WIKI_PAGE": > invalid identifier > > > > Looks like a nice feature, if it could be made to work. > > Thanks > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

