Hello Guys,
Recently, I had to run an OpenACS production server over oracle but connecting the server with a user different than the user who owns the objects (Some business constraints).
Anyhow, the connecting user has the needed access to all database objects he needs, but to succeed I had to change any user-* dictionary view occurrence with it all_* equivalent.
I hope this will be taken care of in future releases (obviously, I do not want to do this every release)
It doesn’t affect anything (user_* is included in all_*) and all what needed is a perl grep/replace on these occurrences