Hi Nikos, I also had some trouble initially with the schema names in oracle since I didn't want to call it simply "xwiki". I wanted separate schemas in the same database, for instance: xwiki_test and xwiki_prod
It is possible to configure this in the xwiki config file. I dont have access to my xwiki config file right now, but if I recall correctly the config property is called "xwiki.db". >From an xwiki.cfg example file found in th AdminGuide ( http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HSamplexwikicfg ) #-# [Since 1.6M1] #-# Force the database name for the main wiki in virtual mode and for the wiki itself in non virtual mode # xwiki.db=xwiki Try uncomment the line with xwiki.db= and change the default value to your schema name. I hope this can help you. Kind regards, Jonas On Sun, Aug 16, 2009 at 11:20 AM, Nikos Georgosopoulos <[email protected]>wrote: > What I have discovered is that this is happening when I try to use an > Oracle > user other than "xwiki". Somehow the code to run the initialization oracle > script has been bound to this user. It is a problem cause you can never > have > two different xwiki installations working with the same oracle SID (i.e. on > the same instance of oracle XE). > > anyone that can look in the code and try to verify this? > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
