On 03/15/2010 11:54 AM, NicolaNardino wrote: > > Hi guys, > I'm preparing a proper xwiki installation in my network on a shared Oracle > 10g instance. Of course, it's ot of the world granting all privileges to the > xwiki user, so I did some testing and found out that it just needs the roles > connect and resource. As far as I could see, the oracle schema contains no > procedures nor triggers or other objects but tables and indexes, and the > hibernate sequence. > > Can anyone confirm it?
Yes, that is true. Granting more rights is needed only in the initial startup, which creates all the tables, and if you plan to have a XEM which can dynamically create new wikis, thus new databases. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

