Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2287 visitors today
Log In Register

Forum OpenACS Q&A: Response to using dbms_job to sync interMedia indeces

OpenACS Home : Forums : OpenACS Q&A : Response to using dbms_job to sync interMedia indeces : One Message

+
Posted by Sebastiano Pilla on
Have you tried simply a
grant ctxapp to yon;
and then running the job as your user? It should work, and AFAIK it's the standard way to do such a task. I have InterMedia indexes successfully synchronized via dbms_job, and I never run the job as ctxsys.